permaryconcerned-blush
    Updated 4 days ago
    select
    count(distinct contract_id) as total_wasm_contracts
    from stellar.core.fact_operations
    where soroban_operation_type = 'create_contract'
    and contract_id is not null;

    Last run: 4 days ago
    TOTAL_WASM_CONTRACTS
    1
    2148
    1
    8B
    3s