Sbhn_NPsenior-violet
    Updated 2025-02-18
    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
    DATE
    TYPE
    OPERATIONS
    1
    2024-08-01 00:00:00.000manage_sell_offer54365683
    2
    2024-09-01 00:00:00.000manage_sell_offer50390594
    3
    2024-11-01 00:00:00.000manage_buy_offer48406070
    4
    2024-12-01 00:00:00.000manage_data25373
    5
    2024-06-01 00:00:00.000allow_trust1288254
    6
    2024-09-01 00:00:00.000allow_trust431402
    7
    2024-08-01 00:00:00.000change_trust4917367
    8
    2025-02-01 00:00:00.000begin_sponsoring_future_reserves286268
    9
    2024-03-01 00:00:00.000account_merge59734
    10
    2024-09-01 00:00:00.000path_payment_strict_receive54019082
    11
    2024-09-01 00:00:00.000clawback206697
    12
    2024-09-01 00:00:00.000create_account341460
    13
    2024-12-01 00:00:00.000revoke_sponsorship112
    14
    2024-08-01 00:00:00.000restore_footprint41
    15
    2024-06-01 00:00:00.000bump_sequence85218
    16
    2024-06-01 00:00:00.000set_options1205232
    17
    2024-01-01 00:00:00.000set_options1167795
    18
    2024-10-01 00:00:00.000set_trust_line_flags872209
    19
    2025-01-01 00:00:00.000liquidity_pool_deposit28883
    20
    2024-08-01 00:00:00.000liquidity_pool_withdraw5637
    ...
    360
    20KB
    2s