Multicall2

Functions:

Function 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

No description

Function getBlockHash(uint256 blockNumber) → bytes32 blockHash

No description

Function getBlockNumber() → uint256 blockNumber

No description

Function getCurrentBlockCoinbase() → address coinbase

No description

Function getCurrentBlockDifficulty() → uint256 difficulty

No description

Function getCurrentBlockGasLimit() → uint256 gaslimit

No description

Function getCurrentBlockTimestamp() → uint256 timestamp

No description

Function getEthBalance(address addr) → uint256 balance

No description

Function getLastBlockHash() → bytes32 blockHash

No description

Function 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

No description

Last updated