HerotatUntitled Query
    Updated 2023-01-10
    select * from ethereum.uniswapv3.ez_swaps
    where tx_hash = '0x90decf485cbf0397b99c64467475a76d8061ad532b81298796f8f63d9780c681'
    and block_timestamp >= current_date - 3


    select * from ethereum.core.fact_event_logs
    where tx_hash = '0x90decf485cbf0397b99c64467475a76d8061ad532b81298796f8f63d9780c681'
    and block_timestamp >= current_date - 3




    select *
    from arbitrum.core.fact_event_logs
    where tx_hash = '0x1f1b2fc005a07b360004a65e00230ec95fb3fab9d596974b92d53fe242a66ecc'
    Run a query to Download Data