Ethereum Wallet: no data is deployed on this contract

エラーのでたプログラム: Wallet内のリンクから参照できる公式チュートリアルサイト

Create a cryptocurrency contract in Ethereum

 

エラー: コントラクトがConfirmされてもエラー文面が出る。

no data is deployed on this contract

 

解明: プログラム内容のせいでこちらは Ethereum Wallet 0.9.0では使えない。

解決策: このプログラムを使う。

Subcurrency Example というプログラムをコピペ

プログラム冒頭に pragma solidity ^0.4.13; を追加して利用。

Solidity Tutorials | Ethereum Builder's Guide

 

ーー解決策ではなかったこと

解決策 1:

For contract to be succesfully published (especially on TestNet) your Maximum fee should be significantly greater than estimated.

解決している問題:

原因:

This happens if the transaction with your contract was mined, but them the wallet couldn't find data on this address using web3.eth.getCode(address). This happens if you don't provide enough gas for storing the contract.

 it was executed but not stored. This is an encase and shouldn't happen normally.

 from Mist: "No data is deployed on the contract address!" - Ethereum Stack Exchange

 

Mistでの解決策2: I clicked on the blue link and made both values the same

from Get error no data is deployed on this contract · Issue #133 · ethereum/wiki · GitHub

 

解決策3: 異なるプログラム

https://ethereum.stackexchange.com/questions/5674/following-token-tutorial-on-ethereum-org-get-error-message-no-data-is-deployed