fantaoutflows
Updated 2022-04-25
9
1
2
3
4
5
›
⌄
select sum(EVENT_INPUTS:value/1e18) as outflow_amount,date(block_timestamp) as outflow_date from ethereum_core.fact_event_logs
where contract_address='0xae78736cd615f374d3085123a210448e74fc6393'
and EVENT_INPUTS:to='0x0000000000000000000000000000000000000000'
and date(block_timestamp) > DATEADD(month, -3, CURRENT_DATE)
group by outflow_date
Run a query to Download Data