flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
op- Daily transactions since beginning of July 1, 2022
ML6
op- Daily transactions since beginning of July 1, 2022
Updated 2022-08-28
Copy Reference
Fork
9
1
2
3
4
›
⌄
select
count
(
1
)
as
transaction_count
,
to_date
(
block_timestamp
::
date
)
as
date
from
optimism
.
core
.
fact_transactions
where
STATUS
=
'SUCCESS'
and
date
>=
'2022-07-01'
group
by
2
Results
Run a query to Download Data