SniperUntitled Query
    Updated 2022-06-24
    select PLATFORM , COUNT(1) cnt
    from ethereum.core.ez_dex_swaps
    where ORIGIN_TO_ADDRESS = lower('0x881d40237659c251811cec9c364ef91dc08d300c')
    GROUP by PLATFORM
    order by 2 DESC
    Run a query to Download Data