slots/v3
Slots v3
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 hash92a285888cf8
SHA-256 prefix
Engineslots-vegas-v3-2026.08.31.1
Immutable build marker
RNGsha256-ctr / v1
Versioned environment
Event schemav3
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": {
"reel_rows": {
"enum": [
3,
4
],
"default": 3
},
"max_rounds": {
"type": "integer",
"default": 50,
"maximum": 50,
"minimum": 1
},
"starting_points": {
"type": "integer",
"default": 10000,
"maximum": 9007199123491041,
"minimum": 1
}
},
"additionalProperties": false
}{
"oneOf": [
{
"type": "object",
"required": [
"type",
"denomination",
"paylines",
"credits_per_line"
],
"properties": {
"type": {
"const": "spin"
},
"paylines": {
"type": "integer",
"maximum": 20,
"minimum": 1
},
"denomination": {
"enum": [
1,
2,
5,
10,
25
]
},
"credits_per_line": {
"type": "integer",
"maximum": 5,
"minimum": 1
}
},
"additionalProperties": false
}
]
}Exact history