flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Dope - 1. Total number of tokens mint
Kurama
Dope - 1. Total number of tokens mint
Updated 2022-10-03
Copy Reference
Fork
9
1
2
›
⌄
select
count
(
distinct
tokenid
)
as
num_tokens
,
sum
(
mint_price_usd
)
as
total_mint_price_usd
,
sum
(
mint_price_eth
)
as
total_mint_price_eth
,
count
(
distinct
nft_to_address
)
as
num_minters
from
ethereum
.
core
.
ez_nft_mints
where
project_name
=
'DOPE'
Results
Run a query to Download Data