mlhtransfer total
Updated 2022-11-23Copy Reference Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select count (distinct tx_hash) as trxs,
count (distinct nft_froM_address) as senders,
count (distinct nft_to_address) as receivers,
count (distinct tokenid) as NFTs,
(NFTs / 335888)*100 as Transfered_To_Minted_Ratio
from ethereum.core.ez_nft_transfers
where nft_address = '0x629a673a8242c2ac4b7b8c5d8735fbeac21a6205'
and nft_from_address != '0x0000000000000000000000000000000000000000'
and event_type != 'mint'
Run a query to Download Data