flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Total Amount that Optimism users transfer among each other
kingharald-eth
Total Amount that Optimism users transfer among each other
Updated 2022-07-23
Copy Reference
Fork
9
1
2
3
›
⌄
select
sum
(
eth_value
)
as
total
from
optimism
.
core
.
fact_transactions
a
join
optimism
.
core
.
fact_event_logs
b
on
a
.
tx_hash
=
b
.
tx_hash
where
event_name
=
'Transfer'
Results
Run a query to Download Data