flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Sushi on Polygon
Alish
Sushi on Polygon
Updated 2022-03-19
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
distinct
(
to_address_name
)
as
pool_name
,
sum
(
amount
)
as
volume
,
sum
(
amount_usd
)
as
volume_usd
from
polygon
.
udm_events
where
to_label
=
'sushiswap'
and
origin_function_name
=
'swapExactTokensForTokens'
group
by
to_address_name
order
by
1
DESC
Results
Run a query to Download Data