fantaSafeMoon Inu : AMOUNT IN
    Updated 2022-03-19
    select sum(amount_in) as amount_in,date(block_timestamp) as date from ethereum.dex_swaps
    where token_address='0xcd7492db29e2ab436e819b249452ee1bbdf52214'
    and amount_in is not null
    group by date
    Run a query to Download Data