Multicall2
Functions:
Function aggregate(struct Multicall2.Call[] calls) → uint256 blockNumber, bytes[] returnData
aggregate(struct Multicall2.Call[] calls) → uint256 blockNumber, bytes[] returnDataFunction 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[] returnDataFunction getBlockHash(uint256 blockNumber) → bytes32 blockHash
getBlockHash(uint256 blockNumber) → bytes32 blockHashFunction getBlockNumber() → uint256 blockNumber
getBlockNumber() → uint256 blockNumberFunction getCurrentBlockCoinbase() → address coinbase
getCurrentBlockCoinbase() → address coinbaseFunction getCurrentBlockDifficulty() → uint256 difficulty
getCurrentBlockDifficulty() → uint256 difficultyFunction getCurrentBlockGasLimit() → uint256 gaslimit
getCurrentBlockGasLimit() → uint256 gaslimitFunction getCurrentBlockTimestamp() → uint256 timestamp
getCurrentBlockTimestamp() → uint256 timestampFunction getEthBalance(address addr) → uint256 balance
getEthBalance(address addr) → uint256 balanceFunction getLastBlockHash() → bytes32 blockHash
getLastBlockHash() → bytes32 blockHashFunction tryAggregate(bool requireSuccess, struct Multicall2.Call[] calls) → struct Multicall2.Result[] returnData
tryAggregate(bool requireSuccess, struct Multicall2.Call[] calls) → struct Multicall2.Result[] returnDataFunction 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[] returnDataLast updated
Was this helpful?
