Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.1 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.1 KB

Multicall Multicall

Multicall aggregates results from multiple contract constant function calls.

This reduces the number of separate JSON RPC requests that need to be sent (especially useful if using remote nodes like Infura), while also providing the guarantee that all values returned are from the same block (like an atomic read) and returning the block number the values are from (giving them important context so that results from old blocks can be ignored if they're from an out-of-date node).

For use in front-end dapps, this smart contract is intended to be used with Multicall.js.

Contract Addresses

Chain Address
Mainnet 0xBa5934Ab3056fcA1Fa458D30FBB3810c3eb5145f
Testnet 0x14095a721Dddb892D6350a777c75396D634A7d97