sarathArt_gb1
Updated 2022-11-03
9
1
2
3
4
5
6
7
›
⌄
select count (distinct tx_hash) as TX_Count,
count (distinct nft_to_address) as Minters_Count,
count (distinct tokenid) as Minted_Tokens,
(count (distinct tokenid)/10000)*100 as Minted_To_All_Ratio
from ethereum.core.ez_nft_mints
where nft_address = '0x60bb1e2aa1c9acafb4d34f71585d7e959f387769'
Run a query to Download Data