amirrzETH Swapped out of Sushi
    Updated 2022-09-17
    select
    date_trunc('day', block_timestamp) as day, count(*) as ETH_Sushi_count
    from
    ethereum.sushi.ez_swaps
    where
    symbol_out like '%ETH%'
    and block_timestamp>='2022-01-01' group by 1
    Run a query to Download Data