flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
top 10 sushi swappers by swap count(poly)
0-MID
top 10 sushi swappers by swap count(poly)
Updated 2022-10-16
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
ORIGIN_FROM_ADDRESS
,
count
(
distinct
TX_HASH
)
as
swap_count
from
polygon
.
core
.
fact_event_logs
where
ORIGIN_TO_ADDRESS
=
'0x1b02da8cb0d097eb8d57a175b88c7d8b47997506'
and
TX_STATUS
=
'SUCCESS'
group
by
1
order
by
2
desc
limit
10
Results
Run a query to Download Data