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