flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
2023-09-09 08:12 PM
Afonso_Diaz
2023-09-09 08:12 PM
Updated 2023-09-27
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
pool_name
,
count
(
distinct
tx_hash
)
as
transactions
,
count
(
distinct
liquidity_provider
)
as
users
from
ethereum
.
uniswapv3
.
ez_lp_actions
group
by
1
order
by
users
desc
limit
10
Results
Run a query to Download Data