Eman-RazUnique NFT Traders
Updated 2024-04-28
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
›
⌄
with tab3 as (with tab1 as (select seller_address as trader
from sei.nft.ez_nft_sales
where project_name='Yaka Voyager' and tx_succeeded='TRUE' and currency='usei'),
tab2 as (select buyer_address as trader
from sei.nft.ez_nft_sales
where project_name='Yaka Voyager' and tx_succeeded='TRUE' and currency='usei')
select * from tab1 union all
select * from tab2)
select count(distinct trader) as trader_count
from tab3
Auto-refreshes every 24 hours
QueryRunArchived: QueryRun has been archived