flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
OSMO top 100 holders (today)
Mrfti
OSMO top 100 holders (today)
Updated 2022-10-24
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
SELECT
date
,
address
as
user
,
balance
/
pow
(
10
,
decimal
)
as
total_osmo
from
osmosis
.
core
.
fact_daily_balances
where
currency
=
'uosmo'
and
balance_type
in
(
'liquid'
,
'staked'
)
and
date
=
CURRENT_DATE
group
by
1
,
2
,
3
order
by
total_osmo
desc
limit
100
Results
Run a query to Download Data