flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
ETH transfer volume on optimism
cypher
ETH transfer volume on optimism
Updated 2022-08-18
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
date_trunc
(
'hour'
,
block_timestamp
)
as
hour
,
sum
(
amount_usd
)
as
total_transfer_volume_usd
from
optimism
.
core
.
ez_eth_transfers
where
identifier
=
'CALL_ORIGIN'
group
by
hour
Results
Run a query to Download Data