pine_samiAssets swapped to
    Updated 2022-09-13
    select SYMBOL_IN,
    COUNT (distinct TX_HASH) as amount
    from ethereum.core.ez_dex_swaps
    where TOKEN_OUT ='0xae7ab96520de3a18e5e111b5eaab095312d7fe84'
    and SYMBOL_IN is not NULL
    group by 1
    order by 2 DESC
    Run a query to Download Data