DATE | TYPE | OPERATIONS | |
---|---|---|---|
1 | 2024-08-01 00:00:00.000 | manage_sell_offer | 54365683 |
2 | 2024-09-01 00:00:00.000 | manage_sell_offer | 50390594 |
3 | 2024-11-01 00:00:00.000 | manage_buy_offer | 48406070 |
4 | 2024-12-01 00:00:00.000 | manage_data | 25373 |
5 | 2024-06-01 00:00:00.000 | allow_trust | 1288254 |
6 | 2024-09-01 00:00:00.000 | allow_trust | 431402 |
7 | 2024-08-01 00:00:00.000 | change_trust | 4917367 |
8 | 2025-02-01 00:00:00.000 | begin_sponsoring_future_reserves | 286268 |
9 | 2024-03-01 00:00:00.000 | account_merge | 59734 |
10 | 2024-09-01 00:00:00.000 | path_payment_strict_receive | 54019082 |
11 | 2024-09-01 00:00:00.000 | clawback | 206697 |
12 | 2024-09-01 00:00:00.000 | create_account | 341460 |
13 | 2024-12-01 00:00:00.000 | revoke_sponsorship | 112 |
14 | 2024-08-01 00:00:00.000 | restore_footprint | 41 |
15 | 2024-06-01 00:00:00.000 | bump_sequence | 85218 |
16 | 2024-06-01 00:00:00.000 | set_options | 1205232 |
17 | 2024-01-01 00:00:00.000 | set_options | 1167795 |
18 | 2024-10-01 00:00:00.000 | set_trust_line_flags | 872209 |
19 | 2025-01-01 00:00:00.000 | liquidity_pool_deposit | 28883 |
20 | 2024-08-01 00:00:00.000 | liquidity_pool_withdraw | 5637 |
Sbhn_NPsenior-violet
Updated 2025-02-18
9
1
2
3
4
5
6
›
⌄
select date_trunc('month',block_timestamp) as date,
type_string as type,
count(*) as operations
from stellar.core.ez_operations
where date >= '2024-01-01'
group by 1,2
Last run: 28 days ago
...
360
20KB
2s