flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
uniswap liquidity activety transaction numbers
Hemin
uniswap liquidity activety transaction numbers
Updated 2022-11-24
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
BLOCK_TIMESTAMP
::
date
as
days
,
ACTION
,
CASE
WHEN
ACTION
LIKE
'DECREASE_LIQUIDITY'
THEN
COUNT
(
tx_hash
)
WHEN
ACTION
LIKE
'INCREASE_LIQUIDITY'
THEN
COUNT
(
tx_hash
)
END
as
act
from
ethereum
.
uniswapv3
.
ez_lp_actions
GROUP
by
days
,
ACTION
Results
Run a query to Download Data