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