flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
BECOME A PARTNER
flipside
Untitled Query
superfly
Untitled Query
Updated 2022-10-28
Copy Reference
Fork
9
1
2
3
4
›
⌄
select
date_trunc
(
'day'
,
block_timestamp
)
as
date
,
count
(
distinct
origin_from_address
)
as
unique_users
from
ethereum
.
core
.
ez_dex_swaps
where
origin_to_address
=
'0x881d40237659c251811cec9c364ef91dc08d300c'
group
by
1
Results
Run a query to Download Data