flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
total sushi
Sbhn_NP
total sushi
Updated 2023-03-04
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
count
(
DISTINCT
tx_hash
)
as
swaps
,
count
(
DISTINCT
ORIGIN_FROM_ADDRESS
)
as
users
,
sum
(
amount_in_usd
)
as
swap_volume_usd
FROM
ethereum
.
core
.
ez_dex_swaps
WHERE
platform
LIKE
'sushiswap'
and
block_timestamp
>=
CURRENT_DATE
-
180
Results
Run a query to Download Data