flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
7
yasmin-n-d-r-h
7
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-07-01'
and
block_timestamp
::
date
<=
'2022-07-31'
Results
Run a query to Download Data