@receipts:tx
Human-readable summary of a transaction: status, labeled from/to, value, decoded function call, gas, fee and decoded logs. Use the @receipts:tx.* field helpers for machine-readable values.
⚗️ Experimental — available at next.evmcrispr.com.
Returns: string
Syntax
Section titled “Syntax”@receipts:tx(hash chain?)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
hash | bytes32 | Transaction hash |
[chain] | chain | Chain to look on (default: current chain) |
Examples
Section titled “Examples”# Print a human-readable transaction summaryprint @receipts:tx(0x16df2e878e23ff261844fc9252f6c8bfcd4cb69f9f80895c6a2f01032b228e13)Verified contract names, ENS labels and decoded calldata/logs are best-effort: when a contract is unverified or a lookup fails, the summary degrades to raw selectors and addresses instead of failing.
See Also
Section titled “See Also”- @receipts:tx.calldata — raw input data of a transaction
- @receipts:tx.status — whether a transaction succeeded
- @contracts:account — inspect an address
- @bridges:status — progress of a bridge transfer