multicall
Execute multiple read-only smart contract calls in a single batch, reducing network overhead and latency for TRON applications.
Instructions
Execute multiple read-only functions in a single batch call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calls | Yes | Array of calls to execute | |
| network | No | Network name. Defaults to mainnet. | |
| version | No | Multicall version (2 or 3). Defaults to 3. | |
| allowFailure | No | Whether to allow individual calls to fail. Defaults to true. | |
| multicallAddress | No | Optional Multicall contract address override |