flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
top base tokens
Flipside Data Science
top base tokens
Updated 2024-09-11
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
token_out
,
count
(
distinct
(
origin_from_address
)
)
as
n_swappers
,
sum
(
amount_out_usd
)
as
usd_swapped
from
base
.
defi
.
ez_dex_swaps
where
block_timestamp
>
current_date
-
45
group
by
1
having
n_swappers
>
100
and
usd_swapped
>
1000000
;
Results
QueryRunArchived: QueryRun has been archived