fantamint tx
Updated 2022-05-15
9
1
2
3
4
5
6
7
›
⌄
select sum(amount_usd) as mint_amount,count(distinct(tx_id)) as dai_transactions,date(block_timestamp)
from ethereum.udm_events
where contract_address = '0x6b175474e89094c44da98b954eedeac495271d0f'
and from_address = '0x0000000000000000000000000000000000000000'
and event_name = 'transfer'
and year(block_timestamp)=2022
group by 3
Run a query to Download Data