sakineh5021-nIQRzBThe Meme's game(HOGE)
    Updated 2022-03-22
    SELECT cast(block_timestamp as date) as date_swap , sum(amount_usd)
    from ethereum.dex_swaps
    where token_address = '0xfad45e47083e4607302aa43c65fb3106f1cd7607'
    and platform LIKE '%sushiswap%'
    group by 1
    Run a query to Download Data