flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Eth volume bridge from Optimism to Ethereum
khanh
Eth volume bridge from Optimism to Ethereum
Updated 2022-09-15
Copy Reference
Fork
9
1
2
3
4
›
⌄
SELECT
DATE_TRUNC
(
'MONTH'
,
BLOCK_TIMESTAMP
)
AS
"Time"
,
SUM
(
AMOUNT
)
as
"Total Volume"
FROM
ethereum
.
core
.
ez_eth_transfers
WHERE
ORIGIN_TO_ADDRESS
=
'0x99c9fc46f92e8a1c0dec1b1747d010903e884be1'
GROUP
BY
"Time"
Results
Run a query to Download Data