flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Sushi Activity on Ethereum, tokens that users have swapped to
sallar
Sushi Activity on Ethereum, tokens that users have swapped to
Updated 2022-06-30
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
count
(
distinct
tx_hash
)
as
number_of_swaps
,
sum
(
amount_in_usd
)
as
total_amount_out_usd
,
symbol_out
from
ethereum
.
sushi
.
ez_swaps
where
block_timestamp
::
date
>=
'2022-01-01'
and
symbol_out
is
not
null
group
by
symbol_out
Results
Run a query to Download Data