Multicall2
Multicall2
#
This adds method to allow calls within the batch to fail Full implementation can be found here: https://github.com/makerdao/multicall/blob/16ec5e2859b3a4829ceed4ee1ef609e6e9a744ee/src/Multicall2.sol
#
Functionsaggregate(struct Multicall2.Call[] calls) → uint256 blockNumber, bytes[] returnData (public)
tryBlockAndAggregate(bool requireSuccess, struct Multicall2.Call[] calls) → uint256 blockNumber, bytes32 blockHash, struct Multicall2.Result[] returnData (public)