flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
1stETH swap to ETH
mlh
1stETH swap to ETH
Updated 2022-06-15
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
date_trunc
(
'day'
,
block_timestamp
)
as
day
,
sum
(
amount
)
as
swap
from
ethereum
.
udm_events
where
from_address_name
=
'stETH'
and
origin_function_name
=
'swap'
and
symbol
=
'ETH'
group
by
1
Results
Run a query to Download Data