flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Avalanche USDC stats
cypher
Avalanche USDC stats
Updated 2022-12-05
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
with
mints
as
(
select
block_timestamp
,
tx_hash
,
from
avalanche
.
core
.
fact_event_logs
where
contract_address
=
lower
(
'0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E'
)
and
event_name
=
'Mint'
)
select
*
from
mints
limit
100
Results
Run a query to Download Data