flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
NFToshis Total Supply
alfredfx10
NFToshis Total Supply
Updated 2025-02-21
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
WITH
Nft_transfer
AS
(
SELECT
COUNT
(
DISTINCT
TOKENID
)
AS
"Total Supply"
FROM
base
.
nft
.
ez_nft_transfers
WHERE
nft_address
=
LOWER
(
'0xbdb1a8772409a0c5eeb347060cbf4b41dd7b2c62'
)
)
SELECT
SUM
(
"Total Supply"
)
AS
"NFToshis Total Supply"
FROM
Nft_transfer
;
Results
QueryRunArchived: QueryRun has been archived