flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Untitled Query
Mostafa
Untitled Query
Updated 2023-09-05
Copy Reference
Fork
9
1
2
3
4
›
⌄
select
count
(
distinct
USER_ADDRESS
)
as
holders
,
sum
(
CURRENT_BAL
)
/
holders
as
avg_amount_per_wallet
from
ethereum
.
core
.
ez_current_balances
where
CONTRACT_ADDRESS
=
lower
(
'0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce'
)
Results
Run a query to Download Data