Masiswaps
    Updated 2022-06-22
    select date(block_timestamp) as date , POOL_NAME , count(DISTINCT(tx_hash)) as total_swap
    from ethereum.core.ez_dex_swaps
    where token_in = lower('0x2e9d63788249371f1DFC918a52f8d799F4a38C94')
    group by 1,2
    Run a query to Download Data