Executes a message call immediately without broadcasting a transaction to the network. No gas is consumed on-chain. Used to read contract state or simulate calls.Documentation Index
Fetch the complete documentation index at: https://base-a060aa97-meyer9-move-azul-to-top-of-upgrades.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
eth_call "pending" block context on Flashblocks nodes: Block-context properties (block.number, block.timestamp, block.basefee) may reflect a block several behind tip due to how nodes cache historical Flashblocks. See the FAQ for details.Parameters
The transaction call object.
Block number in hex, or
"latest", "pending", "safe", "finalized", "earliest". Use "pending" on a Flashblocks endpoint to call against pre-confirmed state.Returns
The return value of the call as a hex-encoded byte array.
Error Codes
| Code | Message | Description |
|---|---|---|
-32000 | execution reverted | The call reverted. The data field in the error object contains the ABI-encoded revert reason when available. |