permarySoroban Smart Contract Activity
    Updated 4 days ago
    select
    date(closed_at) as date,
    sum(SOROBAN_RESOURCES_INSTRUCTIONS) as total_instructions,
    sum(SOROBAN_RESOURCES_READ_BYTES) as total_read_bytes,
    sum(SOROBAN_RESOURCES_WRITE_BYTES) as total_write_bytes
    from stellar.core.fact_transactions
    group by date
    order by date desc;


    Last run: 4 days ago
    DATE
    TOTAL_INSTRUCTIONS
    TOTAL_READ_BYTES
    TOTAL_WRITE_BYTES
    1
    2025-03-13 00:00:00.0005601410258802635837151124906174
    2
    2025-03-12 00:00:00.0009898352798984642271867221476304
    3
    2025-03-11 00:00:00.0008805510779354110813903196670925
    4
    2025-03-10 00:00:00.00010058462864844672597452228931745
    5
    2025-03-09 00:00:00.0009113623608414234793647206662686
    6
    2025-03-08 00:00:00.0007666603190173561935795175068682
    7
    2025-03-07 00:00:00.0007155669132073302680645164365440
    8
    2025-03-06 00:00:00.0005954056366562723625853135021453
    9
    2025-03-05 00:00:00.000412816409998188464363590093986
    10
    2025-03-04 00:00:00.000402385846060182697443688395770
    11
    2025-03-03 00:00:00.000334239461640150146630573096039
    12
    2025-03-02 00:00:00.000333155768070149018172872850904
    13
    2025-03-01 00:00:00.000255799904455114259406054161407
    14
    2025-02-28 00:00:00.000260979766438116827414654485129
    15
    2025-02-27 00:00:00.00019083993063984052275041554682
    16
    2025-02-26 00:00:00.00021686121794895494123947261597
    17
    2025-02-25 00:00:00.000287027283094127365234861847498
    18
    2025-02-24 00:00:00.00020755079789490653770345179696
    19
    2025-02-23 00:00:00.00015748222427768051969235120908
    20
    2025-02-22 00:00:00.00015903596912569560783834716438
    ...
    438
    24KB
    47s