ambalikaUntitled Query
    Updated 2022-11-24
    select a.*, b.*
    from ethereum.core.fact_transactions a
    left join ethereum.core.fact_event_logs b on a.tx_hash=b.tx_hash
    where a.tx_hash='0xc1862e499dfb575394611d8cb7da9c1ad6bc1be8be635413c664fadca3e4034b'

    Run a query to Download Data