sic-bo/v1
Sic Bo v1
This exact artifact is present in the loaded published catalog. A bespoke visual rules renderer is not installed in this build, so WagerCall shows the strict public metadata instead of borrowing another version's rules.
Rules hash8cda603646a2
SHA-256 prefix
Enginesic-bo-v1-2026.08.30.1
Immutable build marker
RNGsha256-ctr / v1
Versioned environment
Event schemav1
Public event contract
Strict public metadata
State and input contracts
These schemas and states come from the published catalog projection; they are reference evidence, not a browser game engine.
State machine
{
"type": "object",
"properties": {
"min_stake": {
"const": 1,
"default": 1
},
"max_rounds": {
"type": "integer",
"default": 50,
"maximum": 50,
"minimum": 1
},
"max_total_stake": {
"const": 100,
"default": 100
},
"starting_points": {
"type": "integer",
"default": 1000,
"maximum": 9007199253990991,
"minimum": 1
}
},
"additionalProperties": false
}{
"type": "object",
"required": [
"type",
"bets"
],
"properties": {
"bets": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"stake"
],
"properties": {
"type": {
"enum": [
"small",
"big",
"odd",
"even",
"any_triple",
"triple_1",
"triple_2",
"triple_3",
"triple_4",
"triple_5",
"triple_6"
]
},
"stake": {
"type": "integer",
"maximum": 100,
"minimum": 1
}
},
"additionalProperties": false
},
"maxItems": 11,
"minItems": 1
},
"type": {
"const": "roll"
}
},
"additionalProperties": false
}Exact history