faraz-Lvyyy8top 3 token that swap to ZRX
    Updated 2022-10-24
    select
    SYMBOL_OUT as "token that swap to ZRX",
    count(TX_HASH)
    from ethereum.core.ez_dex_swaps
    where SYMBOL_IN = 'ZRX'
    and BLOCK_TIMESTAMP >= '2022-01-01'
    GROUP by 1
    order by 2 desc
    limit 3
    Run a query to Download Data