flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
sushi add liquidity
zakkisyed
sushi add liquidity
Updated 2021-11-22
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
select
date_trunc
(
'day'
,
block_timestamp
)
as
day
,
amount
,
amount_usd
,
origin_address
from
ethereum
.
udm_events
where
ORIGIN_FUNCTION_NAME
=
'addLiquidity'
and
to_label
=
'sushiswap'
and
block_timestamp
>
CURRENT_DATE
-
90
order
by
DAY
Results
Run a query to Download Data