flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
Untitled Query
sam
Untitled Query
Updated 2022-11-11
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
›
⌄
select
airdrop_count
,
count
(
1
)
from
(
select
receiver
,
count
(
1
)
as
airdrop_count
from
osmosis
.
core
.
fact_airdrop
where
tx_status
=
'SUCCEEDED'
and
currency
=
'uosmo'
group
by
receiver
)
group
by
1
Results
Run a query to Download Data