You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var contract = web3.eth.contract(abi).at(address_you_or_your_app_thinks_has_contract_but_actually_doesn't);
contract.function_that_costs_gas_to_execute(... // wastes money
The text was updated successfully, but these errors were encountered:
ghost
changed the title
You can lose money calling contract functions on an address with no contract.
You can lose money by accidentally calling contract functions on an address with no contract.
Jul 18, 2017
The text was updated successfully, but these errors were encountered: