SalehVelodrome Health (Redux)-claimed rewards
    Updated 2022-11-16
    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
    Run a query to Download Data