flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Untitled Query
yasmin-n-d-r-h
Untitled Query
Updated 2022-08-08
Copy Reference
Fork
9
1
2
3
›
⌄
select
count
(
distinct
(
tx_hash
)
)
as
total_transactions_count
from
optimism
.
core
.
fact_event_logs
where
tx_status
=
'SUCCESS'
and
block_timestamp
::
date
>=
'2022-06-01'
and
block_timestamp
::
date
<=
'2022-06-30'
Results
Run a query to Download Data