get_transaction_receipt
Retrieve transaction details using its hash on EVM-compatible networks via the EVM MCP Server. Specify the network or use Ethereum mainnet by default.
Instructions
Get a transaction receipt by its hash
Input Schema
Name | Required | Description | Default |
---|---|---|---|
network | No | Network name or chain ID. Defaults to Ethereum mainnet. | |
txHash | Yes | The transaction hash to look up |