Sbhn_NP2024-04-12 06:51 PM
    Updated 2024-09-27

    select
    count(DISTINCT to_address) as users,
    sum(amount_usd) as volume
    from arbitrum.vertex.ez_staking_actions
    where stake_action = 'withdraw/claim'
    and from_address = '0x5be754ad77766089c4284d914f0cc37e8e3f669a'
    and amount_usd>0


    QueryRunArchived: QueryRun has been archived