flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
New User Activity 4
mattkstew
New User Activity 4
Updated 2023-01-20
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
select
Substring
(
RECEIVER
,
0
,
charindex
(
'1'
,
RECEIVER
)
-
1
)
as
Chain
,
count
(
*
)
from
osmosis
.
core
.
fact_transfers
where
transfer_type
like
'IBC_TRANSFER_OUT'
and
RECEIVER
not
like
'0x%'
group
by
1
having
count
(
*
)
>
10
order
by
2
DESC
Results
Run a query to Download Data