colibri_simulateTransaction
EthSimulationInputParam
class EthSimulationInputParam(Container):
name : String[256] # parameter name (e.g. "src","wad")
type : String[256] # parameter type (e.g. "address", "uint256")
value : String[1024] # parameter value as string (e.g. "0xe2e2...", "299")EthSimulationLogRaw
class EthSimulationLogRaw(Container):
address : Address # contract address that emitted the log
data : Bytes[1073741824] # event data
topics : List [bytes32, 8] # event topicsEthSimulationLog
EthSimulationTrace
EthSimulationResult
Last updated