flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
Untitled Query
banbannard
Untitled Query
Updated 2022-07-29
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
origin_from_address
as
top10_wallets
,
sum
(
amount_in
)
as
CEL_swap_to_amount
from
ethereum
.
core
.
ez_dex_swaps
where
token_in
=
'0xaaaebe6fe48e54f431b0c390cfaf0b017d09d42d'
group
by
1
order
by
2
desc
limit
10
Results
Run a query to Download Data