fantaamount_out1
    Updated 2022-03-19
    select sum(amount_out) as amount_out,date(block_timestamp) as date from ethereum.dex_swaps
    where token_address='0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce'
    and amount_out is not null
    group by date
    Run a query to Download Data