SpiltadavidNumbers of unique stakers & unique unstakers
    Updated 2022-11-02
    select sum(stake_amount/1e24) as amount ,avg(stake_amount/1e24) as avg_amount, count(distinct tx_hash) ,count(distinct tx_signer) , action from near.core.dim_staking_actions
    group by action
    Run a query to Download Data