flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
sorare to-transfers distribution
cypher
sorare to-transfers distribution
Updated 2022-11-22
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
nft_to_address
as
to_address
,
count
(
distinct
(
tx_hash
)
)
as
n_to_transfers
from
ethereum
.
core
.
ez_nft_transfers
where
nft_address
=
'0x629a673a8242c2ac4b7b8c5d8735fbeac21a6205'
group
by
to_address
order
by
n_to_transfers
desc
limit
100
Results
Run a query to Download Data