ValiMohammadiNum Of ...
Updated 2022-12-03
9
1
2
3
4
5
6
7
8
9
›
⌄
select count (distinct tx_hash) as TX_Count,
count (distinct nft_to_address) as Minters_Count,
count (distinct tokenid) as Minted_Tokens,
sum (mint_price_usd) as Volume,
avg (mint_price_usd) as Average_Volume,
min (mint_price_usd) as min_Volume,
max (mint_price_usd) as max_Volume
from ethereum.core.ez_nft_mints
where nft_address = '0xb2a3fe3d512c1e0102d85f89caab403b94b7d0de'
Run a query to Download Data