Ali3NDaily New & Total Users (stablejack v2 rsAVAX )
    Updated 8 days 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: 8 days agoAuto-refreshes every 24 hours
    DATE
    NEW_USERS
    TOTAL_USERS
    1
    2025-04-08 00:00:00.0003292
    2
    2025-04-07 00:00:00.00010289
    3
    2025-04-02 00:00:00.0001279
    4
    2025-04-01 00:00:00.0001278
    5
    2025-03-31 00:00:00.0001277
    6
    2025-03-30 00:00:00.0002276
    7
    2025-03-29 00:00:00.0004274
    8
    2025-03-28 00:00:00.0003270
    9
    2025-03-27 00:00:00.0005267
    10
    2025-03-26 00:00:00.0003262
    11
    2025-03-25 00:00:00.0001259
    12
    2025-03-24 00:00:00.0003258
    13
    2025-03-23 00:00:00.0001255
    14
    2025-03-22 00:00:00.0001254
    15
    2025-03-21 00:00:00.0003253
    16
    2025-03-19 00:00:00.0001250
    17
    2025-03-18 00:00:00.0001249
    18
    2025-03-17 00:00:00.0002248
    19
    2025-03-15 00:00:00.0001246
    20
    2025-03-14 00:00:00.0001245
    58
    2KB
    53s