Hi everyone, is there a way to check the state of the evm after a call to estimateGas()? What I want specifically is check the balance of an address after a specific function call, but without actually making the transaction. Any ideas?
Jan 6, 2021, 8:38 PM
For testing purposes? Or in production?
Jan 6, 2021, 9:34 PM
Testing purpose .
We only can send two Parameters right ?
Jan 6, 2021, 9:40 PM
For a contract that's on Mainnet, and I'd like to test how a transaction would turn out
Jan 6, 2021, 9:49 PM
What should I be passing in bytes value?
For the function lock
For the function lock
I’m trying to lock some eth
Jan 6, 2021, 11:06 PM