flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
op- Daily transacted unique wallets since beginning of July 1, 2022
ML6
op- Daily transacted unique wallets since beginning of July 1, 2022
Updated 2022-08-28
Copy Reference
Fork
9
1
2
3
4
›
⌄
select
count
(
distinct
from_address
)
as
address
,
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