mmdrezaTransfer stats
Updated 2022-11-22
9
1
2
3
4
5
6
7
8
9
›
⌄
select
count (distinct tx_hash) as tx_count,
count (distinct nft_froM_address) as senders,
count (distinct nft_to_address) as receivers,
count (distinct tokenid) as tokens_count
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