eth_multicall
Batch multiple read-only contract calls into a single RPC round trip via Multicall3 on Ethereum mainnet (0xcA11bde05977b3631167028862bE2a173976CA11). Returns success status and raw return data for each call. Use allowFailure=true to prevent one failed call from aborting the whole batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calls | Yes | Array of calls to batch (at least 1) |