flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Velodrome Health (Redux)-claimed rewards
Saleh
Velodrome Health (Redux)-claimed rewards
Updated 2022-11-16
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
REWARD_TYPE
,
count
(
DISTINCT
TX_HASH
)
as
tx_count
,
count
(
DISTINCT
ORIGIN_FROM_ADDRESS
)
as
wallets
,
sum
(
CLAIMED_AMOUNT_USD
)
as
claim_usd
from
optimism
.
velodrome
.
ez_claimed_rewards
group
by
1
order
by
1
Results
Run a query to Download Data