mo115aETH swapped
    Updated 2022-09-12
    select date_trunc('day', BLOCK_TIMESTAMP) as date, count(distinct tx_hash)as transactions, sum(AMOUNT_IN)as amount
    from ethereum.core.ez_dex_swaps
    where SYMBOL_IN = 'aETH'
    group by 1

    Run a query to Download Data