Multicall
This contract is designed to aggregate multiple calls into a single call, which can be useful for reducing the number of separate Ethereum calls a client needs to make. It also provides several helper
Aggregate
Multicall.aggregate(
Multicall.Call[] memory calls
);// Returns the block number at the time of execution and an array of bytes arrays containing the return data from each call.Get Eth Balance
Multicall.getEthBalance(
address addr
);// Returns the Ether balance of the given address.Get Block Hash
Get Last Block Hash
Get Current Block Timestamp
Get Current Block Gas Limit
Get Current Block Coinbase
Last updated