flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
top 100 osmo holder now
saber-jl
top 100 osmo holder now
Updated 2022-10-24
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
DISTINCT
address
as
user
,
sum
(
balance
/
pow
(
10
,
6
)
)
FROM
osmosis
.
core
.
fact_daily_balances
WHERE
CURRENCY
=
'uosmo'
AND
date
=
'2022-10-24'
group
by
1
order
by
2
desc
limit
100
Results
Run a query to Download Data