flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
ETH To Optimism - Native
freemartian
ETH To Optimism - Native
Updated 2022-06-19
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
select
sum
(
amount
)
as
eth_volume
,
date_trunc
(
'week'
,
block_timestamp
::
date
)
as
TIME
from
ethereum
.
core
.
ez_eth_transfers
where
origin_to_address
=
'0x99c9fc46f92e8a1c0dec1b1747d010903e884be1'
and
block_timestamp
>
CURRENT_DATE
-
180
group
by
TIME
Results
Run a query to Download Data