eth_call
Execute a call to a contract function without creating a transaction on the Ethereum blockchain. Use directly to query smart contract data, check execution outputs, or simulate transactions.
Instructions
Executes a call to a contract function without creating a transaction
Input Schema
Name | Required | Description | Default |
---|---|---|---|
blockParameter | No | Block parameter (default: "latest") | latest |
transaction | Yes | The transaction call object |