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