3

When I want to execute the follwing transaction in Mist UI:

ethRegistrar.unsealBid(web3.sha3('name'), web3.toWei(1, 'ether'), web3.sha3('secret'), {from: web3.eth.accounts[0], gas: 500000});

I get:

enter image description here

What does that mean? How can I get this transaction executed that it won't fail? I already tried to increase the gas provided, but this doesn't change anything.

Bumblebee
  • 1,751
  • 3
  • 14
  • 23
  • 1
    I'm experiencing similar issue, would like to know the reason for that. I'm running on TestNet, and indeed getting "No Data is deployed on contact address" – dark_ruby Jun 24 '17 at 11:49

0 Answers0