wallet_call
Execute smart contract method calls on Ethereum and EVM-compatible blockchains without sending transactions using private key, mnemonic, or JSON wallet inputs.
Instructions
Call a contract method without sending a transaction
Input Schema
Name | Required | Description | Default |
---|---|---|---|
blockTag | No | Optional block tag (latest, pending, etc.) | |
transaction | Yes | The transaction to call | |
wallet | No | The wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set. |