elsinaDaily amount
    Updated 1 hour ago
    select
    date_trunc('day', block_timestamp) as date,
    case
    when date < '2024-11-13' then 'Before'
    else 'After' end as Fableborne,
    count(distinct tx_hash) as tx_count,
    count(distinct from_address) as user_count,
    sum(tx_fee) as fees
    from ronin.core.fact_transactions
    group by 1, 2
    Last run: about 1 hour ago
    DATE
    FABLEBORNE
    TX_COUNT
    USER_COUNT
    FEES
    1
    2025-01-30 00:00:00.000After10578265928383142.976400003
    2
    2024-11-23 00:00:00.000After156743911017103527.179802754
    3
    2025-01-27 00:00:00.000After11483476466402960.351444513
    4
    2024-10-06 00:00:00.000Before163860112164662305.870281705
    5
    2024-10-27 00:00:00.000Before134049510718572087.331394328
    6
    2024-12-13 00:00:00.000After11697028063352512.265502302
    7
    2025-03-08 00:00:00.000After9759085415912430.8807385
    8
    2024-10-13 00:00:00.000Before11177748693091793.726781969
    9
    2024-10-31 00:00:00.000Before11109497692181846.587444028
    10
    2024-12-09 00:00:00.000After183360011371943494.357649353
    11
    2024-12-23 00:00:00.000After11729407487012263.404834757
    12
    2025-02-20 00:00:00.000After11106206365923462.155397166
    13
    2025-03-17 00:00:00.000After7896404767731600.25813088
    14
    2025-01-24 00:00:00.000After11164736533222998.961017103
    15
    2024-12-03 00:00:00.000After243161713441414437.740113241
    16
    2025-02-24 00:00:00.000After9284785918582664.800636359
    17
    2025-02-17 00:00:00.000After9661245942922640.03460857
    18
    2025-03-16 00:00:00.000After7763215047891642.105525172
    19
    2024-10-18 00:00:00.000Before11634409155461888.227475721
    20
    2024-11-14 00:00:00.000After12672619053602659.441543933
    ...
    174
    11KB
    17s