Skip to content

@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

@receipts:tx(hash chain?)
NameTypeDescription
hashbytes32Transaction hash
[chain]chainChain to look on (default: current chain)
# Print a human-readable transaction summary
print @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.