flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
Velodrome - total stats
m0rt3za
Velodrome - total stats
Updated 2022-08-03
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
count
(
*
)
as
"Total Number of Swaps"
,
count
(
DISTINCT
sender_address
)
as
"Number of Unique Wallets"
,
sum
(
amount_in_usd
)
as
"Total Amount of USD Swapped"
FROM
optimism
.
velodrome
.
ez_swaps
Results
Run a query to Download Data