Salehstake-actions
    Updated 2024-10-09
    select
    action
    ,count(DISTINCT tx_id) as stakes
    ,count(DISTINCT DELEGATOR_ADDRESS) as DELEGATORs
    ,sum(amount/pow(10,6)) as "amount(SEI)"
    from sei.gov.fact_staking
    group by 1
    order by "amount(SEI)" desc






    Auto-refreshes every 24 hours
    QueryRunArchived: QueryRun has been archived