Inspect Transaction Receipt
transaction_receiptInspect one Base or Ethereum transaction hash and return normalized success or revert status, block time, gas and fee fields, decoded ERC-20 Transfer events, and canonical USDC transfers. Use settlement_proof instead when you must verify an exact canonical Base USDC recipient, amount, and optional payer claim. Raw logs are excluded; this tool performs no wallet, signing, broadcast, custody, or execution action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Receipt network. Defaults to Base mainnet. | base |
| transactionHash | Yes | Mined Base or Ethereum transaction hash whose normalized receipt should be returned. |