Ethereum RPC MCP Server
by 0xKoda
eth_call
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 |
Input Schema (JSON Schema)
You must be authenticated.