flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
💸Most Expensive NFTs Traded
Eman-Raz
💸Most Expensive NFTs Traded
Updated 2024-04-15
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
select
token_id
as
"🎭NFT ID"
,
amount
AS
"💰Price ($SEI)"
,
seller_address
AS
"🔴Seller"
,
buyer_address
as
"🟢Buyer"
from
sei
.
nft
.
ez_nft_sales
where
project_name
=
'Yaka Voyager'
and
tx_succeeded
=
'TRUE'
and
currency
=
'usei'
order
by
2
desc
limit
10
Results
QueryRunArchived: QueryRun has been archived