aPrioriaPriori_TVL_Trend
    Updated 2025-06-30
    with token_transfer_raw_dwd as
    (
    select
    BLOCK_TIMESTAMP
    ,TX_HASH
    ,from_address
    ,to_address
    ,transfer_value/1e18 as transfer_value
    ,EVENT_INDEX
    ,CONTRACT_ADDRESS
    from
    (
    select
    BLOCK_NUMBER
    ,BLOCK_TIMESTAMP
    ,TX_HASH
    ,EVENT_INDEX
    ,CONTRACT_ADDRESS
    ,TOPICS
    ,'0x' || RIGHT(TOPICS[1], 40) as from_address
    ,'0x' || RIGHT(TOPICS[2], 40) as to_address
    ,TOPIC_0
    ,TOPIC_1
    ,TOPIC_2
    ,TOPIC_3
    ,DATA as block_data
    ,ORIGIN_FROM_ADDRESS
    ,ORIGIN_TO_ADDRESS
    ,ORIGIN_FUNCTION_SIGNATURE
    ,TX_SUCCEEDED
    ,TRY_TO_NUMBER(utils.udf_hex_to_int(SUBSTR(DATA, 3))) AS transfer_value
    from monad.testnet.fact_event_logs
    where CONTRACT_ADDRESS in (lower('0xb2f82D0f38dc453D596Ad40A37799446Cc89274A'),lower('0x08c49b39B1e369f924F6A579Fcbf45765E882454'))
    -- where CONTRACT_ADDRESS in (lower('0xb2f82D0f38dc453D596Ad40A37799446Cc89274A'))
    and TX_SUCCEEDED
    -- and TX_HASH='0x11376bfba87753d01faa55b94da60c098cb8353dc050e7474f3f1c8061282d6d'
    Last run: 3 months ago
    STAT_DATE
    TVL_DELTA
    TVL
    1
    2025-02-18 00:00:00.0003.644322105.436885
    2
    2025-02-19 00:00:00.00029246.05163529351.48852
    3
    2025-02-20 00:00:00.000108240.029652137591.518172
    4
    2025-02-21 00:00:00.000125866.555755263458.073927
    5
    2025-02-22 00:00:00.00055545.546821319003.620748
    6
    2025-02-23 00:00:00.0001543.703796320547.324544
    7
    2025-02-24 00:00:00.00056180.543611376727.868155
    8
    2025-02-25 00:00:00.00053641.379092430369.247247
    9
    2025-02-26 00:00:00.00084011.672809514380.920056
    10
    2025-02-27 00:00:00.00025398.802819539779.722875
    11
    2025-02-28 00:00:00.000-4305.780385535473.94249
    12
    2025-03-01 00:00:00.00017590.316084553064.258574
    13
    2025-03-02 00:00:00.0008575.643307561639.901881
    14
    2025-03-03 00:00:00.00017731.500654579371.402535
    15
    2025-03-04 00:00:00.0001083.699152580455.101687
    16
    2025-03-05 00:00:00.0009567.267151590022.368838
    17
    2025-03-06 00:00:00.0006619.204487596641.573325
    18
    2025-03-07 00:00:00.0009611.45727606253.030595
    19
    2025-03-08 00:00:00.000-9718.666356596534.364239
    20
    2025-03-09 00:00:00.000-7224.536095589309.828144
    ...
    133
    7KB
    77s