pine_samiAssets swpped from TRIAS-Per swapper
    Updated 2023-06-07
    select SYMBOL_OUT, count(distinct ORIGIN_FROM_ADDRESS) as swapper
    from ethereum.core.ez_dex_swaps
    where SYMBOL_IN = 'TRIAS'
    and EVENT_NAME='Swap'
    group by 1


    Run a query to Download Data