Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MainnetMulticall : Multicall contract address on mainnet MainnetAddress = "0x5eb3fa2dfecdde21c950813c665e9364fa609bd2" // RopstenMulticall : Multicall contract address on Ropsten RopstenAddress = "0xf3ad7e31b052ff96566eedd218a823430e74b406" )
View Source
const AggregateMethod = "0x17352e13"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallResult ¶
type CallResult struct { Success bool ReturnValues []interface{} }
type Result ¶
type Result struct { BlockNumber uint64 Calls map[string]CallResult }
Click to show internal directories.
Click to hide internal directories.