flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
quiz_2 Q12
tiloye
quiz_2 Q12
Updated 2023-03-11
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
SELECT
nft_to_address
,
MAX
(
mint_price_eth
)
as
max_eth_spent
FROM
ethereum
.
core
.
ez_nft_mints
WHERE
nft_address
=
lower
(
'0x23581767a106ae21c074b2276D25e5C3e136a68b'
)
GROUP
BY
nft_to_address
ORDER
BY
max_eth_spent
DESC
LIMIT
10
;
Results
Run a query to Download Data