0xaimansushi activity swaps
    Updated 2022-05-30
    select date_trunc('week',block_timestamp) as d, count(tx_hash) as n_swap_txn
    from ethereum_sushi.ez_swaps

    where block_timestamp>='2021-11-01'

    group by 1 order by 1

    limit 10000
    Run a query to Download Data