flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Untitled Query
graham
Untitled Query
Updated 2022-12-09
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
block_timestamp
::
date
as
days
,
count
(
distinct
FROM_ADDRESS
)
as
dau
,
count
(
*
)
as
txns
from
arbitrum
.
core
.
fact_transactions
where
status
=
'SUCCESS'
group
by
days
order
by
days
Results
Run a query to Download Data