An open API service indexing awesome lists of open source software.

https://github.com/omnes-tech/multicall-contract

A smart contract that performs multi static calls to reduce RPC calls
https://github.com/omnes-tech/multicall-contract

evm multicall smart-contracts solidity

Last synced: about 1 year ago
JSON representation

A smart contract that performs multi static calls to reduce RPC calls

Awesome Lists containing this project

README

          

## Multicall Contracts

Smart contract that performs several transactions and read calls. Useful for reducing RPC calls.

## Deployments

### Mainnets

| Blockchain | Address |
| ---------------- | ------------------------------------------ |
| Ethereum | 0xc4CE14dCBfacf913dCC06a659672dc6d412C50D5 |
| Base | 0xc4CE14dCBfacf913dCC06a659672dc6d412C50D5 |
| Arbitrum | 0xc4CE14dCBfacf913dCC06a659672dc6d412C50D5 |
| Polygon | 0xc4CE14dCBfacf913dCC06a659672dc6d412C50D5 |
| BSC | 0xc4CE14dCBfacf913dCC06a659672dc6d412C50D5 |

### Testnets

| Blockchain | Address |
| ---------------- | ------------------------------------------ |
| Ethereum Sepolia | soon |
| Ethereum Holesky | soon |
| Base Sepolia | 0xc4CE14dCBfacf913dCC06a659672dc6d412C50D5 |
| Arbitrum Sepolia | 0xc4CE14dCBfacf913dCC06a659672dc6d412C50D5 |
| Polygon Amoy | soon |
| BSC Testnet | 0xc4CE14dCBfacf913dCC06a659672dc6d412C50D5 |