flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Transfer count table per nft
0x0dC7a2832ed0823837907F8Ad7736ccADD14062F
Transfer count table per nft
Updated 2022-07-02
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
count
(
distinct
tx_hash
)
as
all_transferred
,
count
(
distinct
tokenid
)
as
Transfer_from_different_wallets
from
ethereum
.
core
.
ez_nft_transfers
where
nft_address
=
'0xdfb57b6e16ddb97aeb8847386989f4dca7202146'
and
event_type
<>
'mint'
Results
Run a query to Download Data