messariAptos Base - [chain] staking balances
    Updated 2024-07-09
    with

    stake_txs as (

    select

    date_trunc('day', block_timestamp) as date
    , version
    , address as pool_address
    , change_data :active :value ::int / pow(10,8) as active_stake
    , change_data :pending_active :value ::int / pow(10,8) as active_pending
    , change_data :inactive :value ::int / pow(10,8) as inactive_stake
    , change_data :pending_inactive :value ::int / pow(10,8) as inactive_pending

    from aptos.core.fact_changes
    where success
    and change_type = 'write_resource'
    and inner_change_type = '0x1::stake::StakePool'
    and block_timestamp > '2022-10-19' -- oldest stake pool change
    qualify row_number() over (partition by address, date order by version desc, change_index desc) = 1
    ),

    delegate_txs as (

    select

    date_trunc('day', block_timestamp) as date
    , version
    , address as pool_address
    , change_data :active_shares :total_coins ::int / pow(10, 8) as active_delegated
    , change_data :total_coins_inactive ::int / pow(10, 8) as inactive_delegated

    from aptos.core.fact_changes
    where success
    and change_type = 'write_resource'
    and inner_change_type = '0x1::delegation_pool::DelegationPool'
    Last run: 25 days ago
    DATE
    Active Nodes
    AN Change %
    Stake Pools
    Delegation Pools
    Delegation %
    Active APT
    Pending Active
    Inactive APT
    Pending Inactive
    Total
    Stake Change %
    Delegated APT
    Delegated %
    1
    2025-03-10 00:00:00.00014901044530.2013872951683.873913010073299.20235683605573.93995135886630557.0162220.01327969801333889425.30444837.65823574
    2
    2025-03-09 00:00:00.000149-0.66671044530.2013872703394.13589964.0510244756.89172223564615.71181669886512830.789438-0.3551269767333889425.30444837.66323664
    3
    2025-03-08 00:00:00.0001500.67111044630.6667872399150.25821371.34913398177.06273233874898.45093677889672297.1208820.3779624869337509722.95494837.936409175
    4
    2025-03-07 00:00:00.0001493.47221044530.2013872215407.467864315.918144959772487.940688734334119.86961471886322331.1963120.6728807895334188525.14138737.705077868
    5
    2025-03-06 00:00:00.000144-0.68971004430.5556866638596.469321536.52252779854467.58071353904699.59073537880398300.163298-0.311349609332705757.03493837.790367947
    6
    2025-03-05 00:00:00.00014501004531.0345866417753.4878941396.9947333812652555.68089434076271.7757866883147977.9393080.2467884848336070605.72200838.053714
    7
    2025-03-04 00:00:00.0001450.69441024329.6552869820221.04876809283657.60922241869957.29989396880973835.9578840.173391424333412526.79812437.845905655
    8
    2025-03-03 00:00:00.00014401014329.8611868867699.26306109403259.0431211177988.59909369879448946.905275-0.2235489173333412526.79812437.911527209
    9
    2025-03-02 00:00:00.00014401014329.8611868926195.24015109416487.840323293076667.23904267881419350.3195170.03464761752333412526.79812437.826776401
    10
    2025-03-01 00:00:00.00014401014329.8611868768566.87263709242415.39514263103083.02045525881114065.2882350.002866959509333412526.79812437.839882478
    11
    2025-02-28 00:00:00.00014401014329.8611868861973.3185656.177214889296171.341006052930653.99217607881088804.8289620.005031401162333412526.79812437.840967332
    12
    2025-02-27 00:00:00.000144-2.70271014329.8611868150347.36716809281175.082336713612953.49745774881044475.9469620.2333817629331959478.70457637.677947909
    13
    2025-02-26 00:00:00.00014801064228.3784872441356.7389814.023455922.749197193095772.92430411878993066.432482-0.01152910521325167526.75931336.993184495
    14
    2025-02-25 00:00:00.0001481.36991064228.3784872549687.93784103113533.054076763431197.16091183879094418.152830.2896326175325290362.06622537.002892448
    15
    2025-02-24 00:00:00.0001460.68971054128.0822870216051.098071105.289018163094998.635421523244472.12349207876555627.1460030.1612808328325288723.77128537.109877993
    16
    2025-02-23 00:00:00.00014501044128.2759869078145.917317125.947781423201945.80279712863969.64451796875144187.3124130.02627199968324265082.67076837.052760833
    17
    2025-02-22 00:00:00.000145-1.36051044128.2759868849442.46331103182811.719041152882075.64016191874914329.822514-0.4232290484323180270.20749736.938504627
    18
    2025-02-21 00:00:00.0001472.08331054228.5714869635075.91295406017129.377325332980754.44652712878632959.7368071.013458122326296602.29786937.136849771
    19
    2025-02-20 00:00:00.0001441.40851034128.4722861685761.4223730.15337855.387753332794104.47996267869817721.3900890.2638897778323143300.82868337.150691792
    20
    2025-02-19 00:00:00.0001420.70921014128.8732861467888.705781274.487274453177365.715664722882873.70765059867528402.616370.08992434415323059883.94289537.239113206
    90
    15KB
    496s