DATE | TOTAL_INSTRUCTIONS | TOTAL_READ_BYTES | TOTAL_WRITE_BYTES | |
---|---|---|---|---|
1 | 2025-03-13 00:00:00.000 | 560141025880 | 2635837151 | 124906174 |
2 | 2025-03-12 00:00:00.000 | 989835279898 | 4642271867 | 221476304 |
3 | 2025-03-11 00:00:00.000 | 880551077935 | 4110813903 | 196670925 |
4 | 2025-03-10 00:00:00.000 | 1005846286484 | 4672597452 | 228931745 |
5 | 2025-03-09 00:00:00.000 | 911362360841 | 4234793647 | 206662686 |
6 | 2025-03-08 00:00:00.000 | 766660319017 | 3561935795 | 175068682 |
7 | 2025-03-07 00:00:00.000 | 715566913207 | 3302680645 | 164365440 |
8 | 2025-03-06 00:00:00.000 | 595405636656 | 2723625853 | 135021453 |
9 | 2025-03-05 00:00:00.000 | 412816409998 | 1884643635 | 90093986 |
10 | 2025-03-04 00:00:00.000 | 402385846060 | 1826974436 | 88395770 |
11 | 2025-03-03 00:00:00.000 | 334239461640 | 1501466305 | 73096039 |
12 | 2025-03-02 00:00:00.000 | 333155768070 | 1490181728 | 72850904 |
13 | 2025-03-01 00:00:00.000 | 255799904455 | 1142594060 | 54161407 |
14 | 2025-02-28 00:00:00.000 | 260979766438 | 1168274146 | 54485129 |
15 | 2025-02-27 00:00:00.000 | 190839930639 | 840522750 | 41554682 |
16 | 2025-02-26 00:00:00.000 | 216861217948 | 954941239 | 47261597 |
17 | 2025-02-25 00:00:00.000 | 287027283094 | 1273652348 | 61847498 |
18 | 2025-02-24 00:00:00.000 | 207550797894 | 906537703 | 45179696 |
19 | 2025-02-23 00:00:00.000 | 157482224277 | 680519692 | 35120908 |
20 | 2025-02-22 00:00:00.000 | 159035969125 | 695607838 | 34716438 |
permarySoroban Smart Contract Activity
Updated 4 days ago
99
1
2
3
4
5
6
7
8
9
10
›
⌄
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
...
438
24KB
47s