Skip to main content
edited body
Source Link
d3llafr33
  • 619
  • 5
  • 14

Have you read this "callback contain no result Error: Error: base fee exceeds gas limit" when call selfdestruct function (using Remix IDE) ?

I suggest to test your contract using MyEtherwalletMyEtherWallet. The setup is quite simple:

  1. visit https://www.myetherwallet.com/
  2. on the top-right corner, select the dropdown menu and choose "Add Custom Node"
  3. add the IP address and port number where testrpc is running (tipically is http://127.0.0.1:8545)
  4. go to contract tab and insert the contract address (deployed with Remix) and its ABI interface

Now you can interact with your contract.

In your example, I called the witdraw() function with gas limit 30000 and it works.

Have you read this "callback contain no result Error: Error: base fee exceeds gas limit" when call selfdestruct function (using Remix IDE) ?

I suggest to test your contract using MyEtherwallet. The setup is quite simple:

  1. visit https://www.myetherwallet.com/
  2. on the top-right corner, select the dropdown menu and choose "Add Custom Node"
  3. add the IP address and port number where testrpc is running (tipically is http://127.0.0.1:8545)
  4. go to contract tab and insert the contract address (deployed with Remix) and its ABI interface

Now you can interact with your contract.

In your example, I called the witdraw() function with gas limit 30000 and it works.

Have you read this "callback contain no result Error: Error: base fee exceeds gas limit" when call selfdestruct function (using Remix IDE) ?

I suggest to test your contract using MyEtherWallet. The setup is quite simple:

  1. visit https://www.myetherwallet.com/
  2. on the top-right corner, select the dropdown menu and choose "Add Custom Node"
  3. add the IP address and port number where testrpc is running (tipically is http://127.0.0.1:8545)
  4. go to contract tab and insert the contract address (deployed with Remix) and its ABI interface

Now you can interact with your contract.

In your example, I called the witdraw() function with gas limit 30000 and it works.

Source Link
d3llafr33
  • 619
  • 5
  • 14

Have you read this "callback contain no result Error: Error: base fee exceeds gas limit" when call selfdestruct function (using Remix IDE) ?

I suggest to test your contract using MyEtherwallet. The setup is quite simple:

  1. visit https://www.myetherwallet.com/
  2. on the top-right corner, select the dropdown menu and choose "Add Custom Node"
  3. add the IP address and port number where testrpc is running (tipically is http://127.0.0.1:8545)
  4. go to contract tab and insert the contract address (deployed with Remix) and its ABI interface

Now you can interact with your contract.

In your example, I called the witdraw() function with gas limit 30000 and it works.