Ali3NDaily Net Flow TVL rsAVAX TVL & Users (stablejack v2 rsAVAX )
    Updated 5 hours ago
    with pricet as (
    select hour::date as day,
    avg (price) as USDPrice
    from avalanche.price.ez_prices_hourly
    where token_address = '0xdf788ad40181894da035b827cdf55c523bf52f67'
    group by 1),

    Mintt as (
    select 'Mint' as action,
    block_timestamp,
    tx_hash,
    origin_from_address,
    contract_address as pool_address,
    concat('0x',substr(data,27,40)) as owner,
    livequery.utils.udf_hex_to_int(concat('0x',substr(data,27+1*64,40))) as Minted_YT,
    livequery.utils.udf_hex_to_int(concat('0x',substr(data,27+2*64,40))) as Minted_VT,
    concat('0x',substr(topics[2],27+1* 0,40)) as token
    from avalanche.core.fact_event_logs
    where topics[0] = '0xac903ad8fe2e7a6d229683df0f465af874089964b0ea74e096f95d106cd333b7'
    and topics[1] = '0xff6c677ae791aaee8dffde40cc8cbc6abf7c9a50914ac3d196a697b8d3807a4e'),

    Redeemt as (
    select 'Redeem' as action,
    block_timestamp,
    tx_hash,
    origin_from_address,
    contract_address as pool_address,
    concat('0x', substr(data,27,40)) as owner,
    livequery.utils.udf_hex_to_int(concat('0x',substr(data,27+1* 64,40))) as Redeem_Volume,
    concat('0x',substr(topics[2],27+1* 0,40)) as token,
    origin_to_address
    from avalanche.core.fact_event_logs
    where topics[0] = '0xdd8b8dbb53fec7033579b7466dc8fd28b088f5b31bca605ca8fa24a570e366ca'
    and topics[1] = '0xff6c677ae791aaee8dffde40cc8cbc6abf7c9a50914ac3d196a697b8d3807a4e'),

    Mintt1 as (
    Last run: about 5 hours agoAuto-refreshes every 24 hours
    DATE
    DAILY_NET_FLOW
    CUMULATIVE_NET_FLOW
    NET_FLOW_DAILY
    TVL
    1
    2025-04-27 00:00:00.000-1.58939791514402.084191027-42.432156148384492.441647846
    2
    2025-04-26 00:00:00.0003.89850019214403.673588942104.55615078386300.524124772
    3
    2025-04-25 00:00:00.000-37.78354963214399.77508875-1015.558841531387041.954760456
    4
    2025-04-24 00:00:00.000-22.08412349914437.558638382-587.419281643384027.028482106
    5
    2025-04-23 00:00:00.0002.48855376514459.64276188267.199246828390458.553380009
    6
    2025-04-22 00:00:00.000-0.65716886614457.154208117-16.240833243357284.470996594
    7
    2025-04-21 00:00:00.000-19.54561803414457.811376983-474.697909998351132.045642324
    8
    2025-04-20 00:00:00.0000.248005883514477.3569950175.850458791341520.851512459
    9
    2025-04-19 00:00:00.0004.15173719814477.10898913497.422243231339711.394558772
    10
    2025-04-18 00:00:00.000-23.93685735914472.957251936-547.625427913331111.109930028
    11
    2025-04-17 00:00:00.000-3.53212782114496.894109295-81.066748663332721.840925956
    12
    2025-04-16 00:00:00.0000.665607171814500.42623711615.058807589328060.059926229
    13
    2025-04-15 00:00:00.00010.93271170114499.760629945260.039103094344882.848150163
    14
    2025-04-14 00:00:00.0000.548444515614488.82791824413.146672076347309.279223577
    15
    2025-04-13 00:00:00.000-4.99164809814488.279473728-119.988821003348268.054632863
    16
    2025-04-12 00:00:00.000-27.03686682814493.271121826-631.457290137338496.385913219
    17
    2025-04-11 00:00:00.0001.12050983314520.30798865525.272165533327493.446427447
    18
    2025-04-10 00:00:00.000283.86581368914519.1874788216167.45791208315453.54662319
    19
    2025-04-09 00:00:00.000-48.30976870814235.321665132-977.326750038287986.488669655
    20
    2025-04-08 00:00:00.000-2.65967727714283.631433841-53.898360026289457.79100678
    86
    8KB
    44s