Here is a power user's tip for querying the logs table directly. Keep in mind: you'll want to add a `block_num` predicate since we don't have an index on tx_hash. This is useful if you want all logs for a specific tx. https://www.indexsupply.net/query?query=select+topics%2C+data+%0Afrom+logs+%0Awhere+tx_hash+%3D+0x856230d65058272c1c53722e758c737f190722523f745b2e62dddcf33ee31179%0Aand+block_num+%3D+26774642&event_signatures=&chain=8453
- 1 reply
- 1 recast
- 7 reactions
- 0 replies
- 0 recasts
- 5 reactions
Fascinating example of how to query events with nested tuples!
- 2 replies
- 1 recast
- 13 reactions
