0-MIDDaily
    Updated 2025-03-27

    select BLOCK_TIMESTAMP::date as day
    ,sum(DECODED_LOG:value/1e18) as d_volume
    ,avg(DECODED_LOG:value/1e18) as avg_dep
    ,count(distinct ORIGIN_FROM_ADDRESS) as depositors
    ,count(distinct TX_HASH) as deposits
    from ronin.core.ez_decoded_event_logs
    where ORIGIN_TO_ADDRESS='0xcad9e7aa2c3ef07bad0a7b69f97d059d8f36edd2'
    and DECODED_LOG:from='0x0000000000000000000000000000000000000000'
    and BLOCK_TIMESTAMP::date>='2025-03-20'
    group by 1
    Last run: 29 days ago
    DAY
    D_VOLUME
    AVG_DEP
    DEPOSITORS
    DEPOSITS
    1
    2025-03-22 00:00:00.00022111.854368.53095560
    2
    2025-03-27 00:00:00.00010454.217807643261.3554451913740
    3
    2025-03-25 00:00:00.000387228.6548431461434.180203123249270
    4
    2025-03-26 00:00:00.00040322.607599384330.513177044111122
    5
    2025-03-20 00:00:00.0002072345.33333333366
    6
    2025-03-23 00:00:00.00029025.69617.567872343847
    7
    2025-03-24 00:00:00.000454448.8138719881049.53536691387433
    8
    2025-03-21 00:00:00.000513645.0351585.324182099253324
    8
    488B
    15s