hbd1994004 - TVL
    Updated 2025-02-06
    ----------------------------------------------------Price----------------------------------------------------
    with Price as (
    select *
    from $query('d479e778-d9fb-4429-b6f6-674f57216c22')),

    --------------------------------------------------Initialize----------------------------------------------------

    Initialize as (
    select
    BLOCK_TIMESTAMP,
    TX_ID,
    INSTRUCTION:accounts[0] as Astrolend_Group,
    INSTRUCTION:accounts[1] as Astrolend_Account,
    INSTRUCTION:accounts[2] as Authority,
    INSTRUCTION:accounts[3] as Fee_Payer
    from eclipse.core.fact_events
    where program_id = 'Astro1oWvtB7cBTwi3efLMFB47WXx7DJDQeoxi235kA'
    and SUCCEEDED = 'TRUE'
    and substr(replace(substr(utils.udf_base58_to_hex(INSTRUCTION:data), 3, 1000), ''), 0, 16) = '3edc10f0a7ec486b'
    order by 1),

    ---------------------------------------------------Deposit----------------------------------------------------

    Deposit as (
    select
    a.BLOCK_TIMESTAMP,
    a.TX_ID,
    a.INSTRUCTION:accounts[0] as Astrolend_Group,
    a.INSTRUCTION:accounts[1] as Astrolend_Account,
    a.INSTRUCTION:accounts[2] as Signer,
    a.INSTRUCTION:accounts[3] as Bank,
    a.INSTRUCTION:accounts[4] as Signer_Token_Account,
    a.INSTRUCTION:accounts[5] as Bank_Liquidity_Vault,
    b.mint as Asset_Address,
    d.token_symbol as Asset_Symbol,
    b.amount/pow(10 , b.decimal) as Amount,
    Last run: 3 months agoAuto-refreshes every 12 hours
    Date
    TVL
    1
    2024-12-06 12:00:00.0004.572
    2
    2024-12-06 13:00:00.00047.618
    3
    2024-12-06 19:00:00.00043.046
    4
    2024-12-07 10:00:00.00043.046
    5
    2024-12-07 12:00:00.0000
    6
    2024-12-07 16:00:00.0000
    7
    2024-12-07 18:00:00.0000
    8
    2024-12-07 19:00:00.0000
    9
    2024-12-08 08:00:00.0009531.267
    10
    2024-12-08 10:00:00.0009531.267
    11
    2024-12-08 11:00:00.0009555.768
    12
    2024-12-08 12:00:00.0009623.729
    13
    2024-12-08 13:00:00.0009597.509
    14
    2024-12-08 16:00:00.0009591.972
    15
    2024-12-08 17:00:00.0009531.267
    16
    2024-12-09 08:00:00.00010201.965
    17
    2024-12-09 10:00:00.00010187.197
    18
    2024-12-09 11:00:00.00010187.197
    19
    2024-12-09 12:00:00.00020137.907
    20
    2024-12-09 17:00:00.00042568.846
    ...
    1351
    52KB
    335s