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