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