Multicall2
Last updated
Was this helpful?
Last updated
Was this helpful?
aggregate(struct Multicall2.Call[] calls) → uint256 blockNumber, bytes[] returnData
No description
blockAndAggregate(struct Multicall2.Call[] calls) → uint256 blockNumber, bytes32 blockHash, struct Multicall2.Result[] returnData
No description
getBlockHash(uint256 blockNumber) → bytes32 blockHash
No description
getBlockNumber() → uint256 blockNumber
No description
getCurrentBlockCoinbase() → address coinbase
No description
getCurrentBlockDifficulty() → uint256 difficulty
No description
getCurrentBlockGasLimit() → uint256 gaslimit
No description
getCurrentBlockTimestamp() → uint256 timestamp
No description
getEthBalance(address addr) → uint256 balance
No description
getLastBlockHash() → bytes32 blockHash
No description
tryAggregate(bool requireSuccess, struct Multicall2.Call[] calls) → struct Multicall2.Result[] returnData
No description
tryBlockAndAggregate(bool requireSuccess, struct Multicall2.Call[] calls) → uint256 blockNumber, bytes32 blockHash, struct Multicall2.Result[] returnData
No description