TOTAL_MINTED_NFTS | |
---|---|
1 | 158256 |
maymoth55Mints
Updated 20 hours ago
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
SELECT
COUNT(DISTINCT token_id) as total_minted_nfts
FROM ronin.nft.ez_nft_transfers
WHERE contract_address = LOWER('0x029bb759353f6547fbe387e97869057849ab4d23')
AND from_address = '0x0000000000000000000000000000000000000000'
AND is_mint = TRUE
Last run: about 20 hours ago
1
10B
2s