flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Total NFTs minted GarageCard v2
Sniper
Total NFTs minted GarageCard v2
Updated 2023-10-28
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
›
⌄
with
mint
as
(
select
event_data
:
id
as
id
from
flow
.
core
.
fact_events
where
event_contract
=
(
'A.d0bcefdf1e67ea85.HWGarageCardV2'
)
and
EVENT_TYPE
=
'Mint'
and
TX_SUCCEEDED
=
'true'
)
select
count
(
DISTINCT
id
)
as
NFTs
,
(
NFTs
*
25
)
as
volume
from
mint
Results
Run a query to Download Data