hbd1994008 - Main Action Overview
    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: about 2 months agoAuto-refreshes every 24 hours
    Main Action
    Actions
    Unique Users
    Volume ($)
    Average Volume ($)
    Median Volume ($)
    Maximum Volume ($)
    Minimum Volume ($)
    Assets
    1
    Deposit741953991634071186.9417604459.21136116750.13759328194281.53663746704
    2
    Withdraw288591631321087800.235784730.71832827850.946845631111299.70205885404
    3
    Borrow273301432912846612.6983322470.05534937236.682319664197888.203962619.99952e-74
    4
    Repay1296867799025220.07819455695.9608326827.667758821136628.53131273404
    4
    359B
    311s