Receipt Subquery

Get data fields from a Receipt and its Logs/Events

Description

Receipt Subqueries provide information about a completed transaction and any logs/events emitted. Etherscan (Goerli)arrow-up-right provides a lot of useful information when looking at this data.

Limits

Maximum of 32 Receipt subqueries per Query. Each receipt can have a data field of at most 512 bytes and can have at most 20 logs.

Builder

buildReceiptSubquery(txHash)

Examples

Etherscan link for below transaction logarrow-up-right

(corresponds to code block below) Log at index 0 (out of length 5), where topic 1 is address dst

Last updated