Skip to content

@receipts:txs

Most recent transaction hashes sent to or from an address, newest first. Inspect individual entries with @receipts:tx. Needs an explorer API (Etherscan key or a chain with a Blockscout instance): plain RPC cannot list per-address history.

⚗️ Experimental — available at next.evmcrispr.com.

Returns: array

@receipts:txs(address chain? limit?)
NameTypeDescription
addressaddressAddress to list
[chain]chainChain to look on (default: current chain)
[limit]numberMaximum number of transactions (default 10, max 50)
# List the latest transactions of an address
set $latest @receipts:txs(0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d gnosis 5)

Plain RPC cannot list per-address history, so this helper needs an explorer API: an Etherscan key when configured, otherwise the chain's Blockscout instance (keyless). To pass a limit, name the chain first — @receipts:txs(@me gnosis 5).