flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Active Users on Arbitrum by Day
ChinmayF
Active Users on Arbitrum by Day
Updated 2023-04-13
Copy Reference
Fork
9
1
2
3
4
›
⌄
select
date_trunc
(
"day"
,
block_timestamp
)
as
Day
,
count
(
distinct
from_address
)
as
distinct_users
from
arbitrum
.
core
.
fact_transactions
group
by
1
order
by
1
Results
Run a query to Download Data