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