KeyrockStaking Providers - APT - Fork
    Updated 2024-02-21
    with prices as (
    SELECT
    HOUR,
    avg(PRICE) as price
    FROM
    aptos.price.ez_hourly_token_prices
    WHERE
    SYMBOL IN ('APT')
    AND hour >= '2024-01-01'
    GROUP by
    1
    )
    select
    trunc(block_timestamp, 'day') as day,
    case
    when payload_function = '0x17f1e926a81639e9557f4e4934df93452945ec30bc962e11351db59eb0d78c33::thala_lsd::stake' then 'Thala'
    else 'Amnis'
    end as provider,
    count(distinct tx_hash) as deposits,
    sum(deposits) over (
    partition by provider
    order by
    day
    ) as total_deposits,
    sum(payload:arguments [0] / pow(10, 8)) as apt_amount,
    sum(apt_amount) over (
    partition by provider
    order by
    day
    ) as total_apt_volume,
    apt_amount * avg(price) as usd_amount,
    sum(usd_amount) over (
    partition by provider
    order by
    day
    ) as total_usd_volume,
    Last run: over 1 year ago
    DAY
    PROVIDER
    DEPOSITS
    TOTAL_DEPOSITS
    APT_AMOUNT
    TOTAL_APT_VOLUME
    USD_AMOUNT
    TOTAL_USD_VOLUME
    STAKERS
    1
    2024-02-21 00:00:00.000Thala338388.222658.23679952822.300618711215771.6025032973
    2
    2024-02-21 00:00:00.000Amnis479349.80742259471.97275328464.361382392555918.2925347454
    3
    2024-02-20 00:00:00.000Amnis24789487.2581301659422.165331284759.69983478555453.93115235323
    4
    2024-02-20 00:00:00.000Thala3380529.222570.036799525169.402214949.3018845863
    5
    2024-02-19 00:00:00.000Amnis137654868.6367391258934.9072011248386.134792288550694.23131757313
    6
    2024-02-19 00:00:00.000Thala6377232.822040.836799522313.644209779.8998845866
    7
    2024-02-18 00:00:00.000Amnis377522225.6164845654066.27046221478.126416206502308.09652528534
    8
    2024-02-18 00:00:00.000Thala6371904.906821808.036799528732.7276645207466.2558845866
    9
    2024-02-17 00:00:00.000Thala583651939.220903.1299995218551.68198733.52822008658
    10
    2024-02-17 00:00:00.000Amnis1677155593.244145651840.6539774453508.70232624480829.97010908163
    11
    2024-02-16 00:00:00.000Amnis1205483663.8285721646247.4098318436639.812316838427321.26778284111
    12
    2024-02-16 00:00:00.000Thala763072451.1218963.9299995224512.2213180181.84822008676
    13
    2024-02-15 00:00:00.000Thala1352315210.6416512.8099995252553.6466155669.626920086135
    14
    2024-02-15 00:00:00.000Amnis594282282.3309467242583.5812596823019.209540127390681.45546600159
    15
    2024-02-14 00:00:00.000Thala32961488.9611302.1699995213928.6004103115.98032008632
    16
    2024-02-14 00:00:00.000Amnis653693995.3169703240301.2503129637374.525541939367662.24592587458
    17
    2024-02-13 00:00:00.000Thala1164710.327134329813.209999526482.62300958889187.37992008611
    18
    2024-02-13 00:00:00.000Amnis873046014.7519477636305.9333426454892.129963245330287.72038393577
    19
    2024-02-12 00:00:00.000Amnis952174686.257834430291.1813948842383.296897286275395.5904206986
    20
    2024-02-12 00:00:00.000Thala14533124.8249102.882865228261.4290682704.75691049814
    50
    5KB
    14s