mmdrezaType of rewards claimed
    Updated 2022-08-15
    select reward_type,sum(claimed_amount_usd) as amount
    from optimism.velodrome.ez_claimed_rewards
    group by reward_type
    order by amount desc
    Run a query to Download Data