SalehValidators Stats
    Updated 2023-12-24
    with
    delegate AS (
    with
    tb AS (
    select
    BLOCK_TIMESTAMP,
    TX_ID,
    ATTRIBUTE_VALUE AS val
    from
    sei.core.fact_msg_attributes
    where
    MSG_TYPE = 'delegate' and ATTRIBUTE_KEY = 'validator'
    )
    select
    tb.BLOCK_TIMESTAMP,
    TX_ID,
    'delegate' AS Action,
    SUBSTR(ATTRIBUTE_VALUE, 1, len(ATTRIBUTE_VALUE) -4)::Int / 1e6 AS Amount,
    val,
    null AS src_val
    from
    sei.core.fact_msg_attributes
    inner join tb using (TX_ID)
    where MSG_TYPE = 'delegate' and ATTRIBUTE_KEY = 'amount'
    ),
    undelegate AS (
    with
    tb AS (
    select
    BLOCK_TIMESTAMP,
    TX_ID,
    ATTRIBUTE_VALUE AS val
    from
    sei.core.fact_msg_attributes
    where MSG_TYPE = 'unbond' and ATTRIBUTE_KEY = 'validator'
    )
    Last run: over 1 year ago
    VAL
    VOTING_POWER
    VOTE_POWER_PERCENT
    CUMULATIVE_VOTE_POWER
    1
    kingnodes 👑348131520.7977050.0575523425080.057552342508
    2
    Figment338554685.5888470.0559691210320.11352146354
    3
    Hype INFRA309493383.6100110.0511647700750.164686233615
    4
    seivaloper1n8dkzn66f9ys8kfcdsmrtcz9003ummhxxe6g23300604669.5703740.0496953072880.214381540903
    5
    sei0299381583.5880720.0494931093850.263874650288
    6
    sei1294225227.5422520.0486406718680.312515322156
    7
    RHINO265845252.006480.043948956310.356464278466
    8
    Blockscope.net241007600.919410.0398428500910.396307128557
    9
    ContributionDAO215190187.7291580.0355747717420.431881900299
    10
    Anchorage Digital213475258.0572430.0352912633150.467173163614
    11
    STAKEME197810900.5515160.0327016659520.499874829566
    12
    Everstake181015323.6043010.0299250578610.529799887427
    13
    Brochain153811621.0083440.0254278011760.555227688603
    14
    Flipside151252212.2008050.0250046853030.580232373906
    15
    Cros-nest140054738.5116620.0231535434140.60338591732
    16
    MantiCore139082992.6673230.0229928965140.626378813834
    17
    Cosmostation135171209.2979160.0223462090330.648725022867
    18
    polkachu.com134329098.7457120.0222069931560.670932016023
    19
    Shinlabs113387798.1467490.0187450230880.689677039111
    20
    Stakin109833875.7640880.0181574964040.707834535515
    56
    4KB
    287s