flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
DAI amount that bridged from Ethereum to Optimism per month
khanh
DAI amount that bridged from Ethereum to Optimism per month
Updated 2022-09-15
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
SELECT
DATE_TRUNC
(
'MONTH'
,
BLOCK_TIMESTAMP
)
AS
"Time"
,
SUM
(
AMOUNT
)
as
"DAI Total Volume"
FROM
ethereum
.
core
.
ez_token_transfers
WHERE
ORIGIN_TO_ADDRESS
=
'0x99c9fc46f92e8a1c0dec1b1747d010903e884be1'
AND
SYMBOL
=
'DAI'
GROUP
BY
"Time"
Results
Run a query to Download Data