flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Monthly user numbers(Uniswap & Sushiswap)
0x0D203C32bbd48653fcbf1898B7a8d757d391f7Bc
Monthly user numbers(Uniswap & Sushiswap)
Updated 2022-08-26
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
DATE_TRUNC
(
'month'
,
block_timestamp
)
AS
_
date
,
PLATFORM
,
COUNT
(
DISTINCT
(
ORIGIN_FROM_ADDRESS
)
)
AS
total_users_number
FROM
ethereum
.
core
.
ez_dex_swaps
WHERE
PLATFORM
=
'sushiswap'
or
PLATFORM
=
'uniswap-v2'
group
by
1
,
2
order
by
1
Results
Run a query to Download Data