flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
2023-07-13 03:13 PM
ally
2023-07-13 03:13 PM
Updated 2023-07-13
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
count
(
distinct
(
ORIGIN_FROM_ADDRESS
)
)
as
users
,
date_trunc
(
'week'
,
BLOCK_TIMESTAMp
)
as
date
from
ethereum
.
core
.
ez_dex_swaps
where
PLATFORM
ilike
'%uniswap%'
group
by
2
order
by
2
Results