elsinaDaily amount (Fablebone)
    Updated 2025-02-21
    select
    date_trunc('day', block_timestamp) as date,
    count(distinct tx_hash) as tx_count,
    count(distinct origin_from_address) as user_count
    from ronin.core.fact_event_logs
    where
    contract_address in ('0x3825ff6b6ad0f460660547e5890425ee821bd02c', '0xd887014121ddbad4494093689997125dde30612a')
    group by 1
    Last run: 25 days ago
    DATE
    TX_COUNT
    USER_COUNT
    1
    2024-11-22 00:00:00.000184143459
    2
    2024-11-30 00:00:00.00013716912663
    3
    2024-11-25 00:00:00.000296115405
    4
    2024-11-23 00:00:00.000186673202
    5
    2024-11-27 00:00:00.00011265314743
    6
    2024-12-02 00:00:00.00013942315869
    7
    2024-11-29 00:00:00.00014034411724
    8
    2024-11-19 00:00:00.000154
    9
    2024-12-03 00:00:00.00069797678295
    10
    2024-11-20 00:00:00.000107622351
    11
    2024-12-09 00:00:00.00027448159753
    12
    2024-12-08 00:00:00.00080262568959
    13
    2024-11-26 00:00:00.00010084011236
    14
    2024-12-06 00:00:00.000101541795696
    15
    2024-11-21 00:00:00.000182643409
    16
    2024-11-28 00:00:00.00013100514772
    17
    2024-11-15 00:00:00.00072
    18
    2024-12-01 00:00:00.00013385412913
    19
    2024-11-24 00:00:00.000180113727
    20
    2024-12-07 00:00:00.00086890776155
    24
    941B
    9s