flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Algorand NFTs
Papasot
Algorand NFTs
Updated 2023-01-03
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
count
(
asset_id
)
as
NFTs
,
count
(
distinct
(
creator_address
)
)
as
Minters
,
count
(
asset_name
)
from
algorand
.
asset
where
total_supply
=
1
and
decimals
=
0
and
asset_deleted
=
'False'
Results
Run a query to Download Data