flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
top 10 Osmosis contracts
omer93
top 10 Osmosis contracts
Updated 2022-07-12
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
›
⌄
WITH
info
as
(
select
*
,
value
v2
from
osmosis
.
core
.
fact_swaps
,
table
(
flatten
(
input
=>
pool_ids
)
)
where
block_timestamp
>=
'2022-05-01'
)
SELECT
v2
as
contracts
,
count
(
distinct
tx_id
)
as
tx_volume
from
info
group
by
1
order
by
2
desc
limit
10
Results
Run a query to Download Data