Bera TeamDaily Transactions
    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: 3 months ago
    DAILY
    TYPE
    AMOUNT
    TXNS
    1
    2024-09-14 00:00:00.000Undelegate-1647.2591207578
    2
    2024-10-11 00:00:00.000Undelegate-41189.70635808505
    3
    2024-06-26 00:00:00.000Delegate172191.6298475598626
    4
    2024-09-26 00:00:00.000Delegate631004.41689008687811
    5
    2024-10-22 00:00:00.000Delegate381000.93586573351894
    6
    2025-01-27 00:00:00.000Delegate172231.06142394276893
    7
    2024-12-24 00:00:00.000Undelegate-44504.005428773609
    8
    2024-09-21 00:00:00.000Undelegate-58984.737051886506
    9
    2024-07-12 00:00:00.000Undelegate-755.260889084318
    10
    2024-11-28 00:00:00.000Undelegate-124397.3984677823212
    11
    2024-12-01 00:00:00.000Delegate322950.51461934390371
    12
    2024-10-11 00:00:00.000Delegate1598026.486195872213
    13
    2025-01-02 00:00:00.000Delegate482286.27791863690279
    14
    2024-09-15 00:00:00.000Undelegate-22364.316338574626
    15
    2024-11-14 00:00:00.000Undelegate-8751.830799211732
    16
    2024-11-01 00:00:00.000Undelegate-28730.089660191495
    17
    2024-10-13 00:00:00.000Delegate276996.828525886096
    18
    2024-08-20 00:00:00.000Undelegate-244935.184272233493
    19
    2024-08-15 00:00:00.000Delegate912860.79094984352332
    20
    2024-07-21 00:00:00.000Undelegate-6269.037636502314
    ...
    474
    29KB
    269s