Bera TeamTop Validators By Number of Delegators
    Updated 2025-01-31
    with queue as (select block_timestamp,
    tx_hash,
    data,
    '0x' || SUBSTR(topics[1]::STRING, 27) AS delegator,
    '0x' || SUBSTR(topics[2]::STRING, 27) AS validator_address,
    ltrim(data, '0x') as decoded,
    livequery.utils.udf_hex_to_int(decoded)/pow(10,18) as amount
    from berachain.testnet.fact_event_logs
    where TOPICS[0] = '0x110aaf2f67d6465fc043087acff06b302e8db1b6b9157d72ee4d4cc5c96bcb9d'
    and CONTRACT_ADDRESS = '0xbda130737bdd9618301681329bf2e46a016ff9ad'
    and ORIGIN_TO_ADDRESS = '0xbda130737bdd9618301681329bf2e46a016ff9ad'
    and tx_hash not in (select tx_hash from berachain.testnet.fact_event_logs
    where origin_function_signature = '0xc2ca9c3a')
    )
    ,
    undelegate as (select block_timestamp,
    tx_hash,
    data,
    '0x' || SUBSTR(topics[1]::STRING, 27) AS undelegator,
    '0x' || SUBSTR(topics[2]::STRING, 27) AS validator_address,
    ltrim(data, '0x') as decoded,
    livequery.utils.udf_hex_to_int(decoded)/pow(10,18) as amount
    from berachain.testnet.fact_event_logs
    where TOPICS[0] = '0xdc232a1d360a44eb299ff026b5f6badfe40d17f95b96da5db7168e88662e9a2c'
    and CONTRACT_ADDRESS = '0xbda130737bdd9618301681329bf2e46a016ff9ad'
    and ORIGIN_TO_ADDRESS = '0xbda130737bdd9618301681329bf2e46a016ff9ad')
    ,
    active as (select block_timestamp,
    tx_hash,
    data,
    '0x' || SUBSTR(topics[1]::STRING, 27) AS delegator,
    '0x' || SUBSTR(topics[2]::STRING, 27) AS validator_address,
    ltrim(data, '0x') as decoded,
    livequery.utils.udf_hex_to_int(decoded)/pow(10,18) as amount
    from berachain.testnet.fact_event_logs
    where topics[0] = '0x99966631dd6d6c02c5416ca2369709e025ff974a2f1b3f11c8b74acc67731f0e'
    Last run: 2 months ago
    VALIDATOR_ADDRESS
    VALIDAT_NAME
    DELEGATED_AMOUNT
    USERS
    1
    0xc09a619a872c56c8de1354a4309abbf317938084KudasaiJP1554065.97151246441092
    2
    0x2d764dfeaac00390c69985631aaa7cc3fcfafaffInfrared12130394.7444882416519
    3
    0x40495a781095932e2fc8dcca69f5e358711fdd41The Honey Jar10280165.112733341003
    4
    0x0ecbe62654622e14ae882b8c8c65c3f3f54eccf9Kodiak Finance14382244.5573433283076
    5
    0x35c1e9c7803b47af738f37beada3c7c35eed73d4Beraland7780977.9717904264028
    6
    0xc5b889a28950e7f8c1f279f758d8a0ab1c89cc38StakeLab3687061.29053579227223
    7
    0xb791098b00ad377b220f91d7878d19e441388ed86293753.64393628192055
    8
    0x34d023aca5a227789b45a62d377b5b18a680be01beradrome-x-thj 3214676.14110812178231
    8
    670B
    185s