Skip to main content
Returns all transaction receipts for a given block.
Flashblocks: Query https://mainnet-preconf.base.org with "pending" to get receipts for all pre-confirmed transactions in the current Flashblock.

Parameters

string
required
Block number in hex, or "latest", "pending", "safe", "finalized", "earliest".

Returns

array
Array of receipt objects for each transaction in the block. See eth_getTransactionReceipt for the receipt object shape.

Example