Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 2.73 KB

Multicall2.md

File metadata and controls

62 lines (37 loc) · 2.73 KB

Functions:

Function aggregate(struct Multicall2.Call[] calls) → uint256 blockNumber, bytes[] returnData {#Multicall2-aggregate-struct-Multicall2-Call---}

No description

Function blockAndAggregate(struct Multicall2.Call[] calls) → uint256 blockNumber, bytes32 blockHash, struct Multicall2.Result[] returnData {#Multicall2-blockAndAggregate-struct-Multicall2-Call---}

No description

Function getBlockHash(uint256 blockNumber) → bytes32 blockHash {#Multicall2-getBlockHash-uint256-}

No description

Function getBlockNumber() → uint256 blockNumber {#Multicall2-getBlockNumber--}

No description

Function getCurrentBlockCoinbase() → address coinbase {#Multicall2-getCurrentBlockCoinbase--}

No description

Function getCurrentBlockDifficulty() → uint256 difficulty {#Multicall2-getCurrentBlockDifficulty--}

No description

Function getCurrentBlockGasLimit() → uint256 gaslimit {#Multicall2-getCurrentBlockGasLimit--}

No description

Function getCurrentBlockTimestamp() → uint256 timestamp {#Multicall2-getCurrentBlockTimestamp--}

No description

Function getEthBalance(address addr) → uint256 balance {#Multicall2-getEthBalance-address-}

No description

Function getLastBlockHash() → bytes32 blockHash {#Multicall2-getLastBlockHash--}

No description

Function tryAggregate(bool requireSuccess, struct Multicall2.Call[] calls) → struct Multicall2.Result[] returnData {#Multicall2-tryAggregate-bool-struct-Multicall2-Call---}

No description

Function tryBlockAndAggregate(bool requireSuccess, struct Multicall2.Call[] calls) → uint256 blockNumber, bytes32 blockHash, struct Multicall2.Result[] returnData {#Multicall2-tryBlockAndAggregate-bool-struct-Multicall2-Call---}

No description