zakkisyed2023-07-31 03:05 PM
    SELECT *
    from polygon.core.ez_dex_swaps as t1

    left join polygon.core.fact_event_logs as t2
    on t1.tx_hash = t2.tx_hash
    where t1.platform like '%uniswap%'

    limit 10
    Run a query to Download Data