flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Untitled Query
LittlerData
Untitled Query
Updated 2022-10-16
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
›
⌄
with
new_users
as
(
select
from_address
,
min
(
block_timestamp
)
as
date
from
gnosis
.
core
.
fact_transactions
group
by
1
)
select
count
(
from_address
)
,
date_trunc
(
'day'
,
date
)
from
new_users
group
by
2
Results
Run a query to Download Data