Sbhn_NPTotal Users and Transactions
    Updated 2022-11-16
    --credit : misaghlb
    select reward_type,
    count (distinct tx_hash) as tx_count,
    count (distinct ORIGIN_FROM_ADDRESS) as wallets
    from optimism.velodrome.ez_claimed_rewards
    group by reward_type
    Run a query to Download Data