flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
count dis sold nft
0-MID
count dis sold nft
Updated 2024-07-06
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
›
⌄
with
tab1
as
(
select
SELLER_ADDRESS
,
count
(
distinct
TOKENID
)
as
nft_sold
--,count(distinct TX_HASH) as sell_count
from
base
.
nft
.
ez_nft_sales
group
by
1
)
select
nft_sold
--,nft_bought
,
count
(
distinct
SELLER_ADDRESS
)
as
sellers
from
tab1
group
by
1
Results
QueryRunArchived: QueryRun has been archived