
Table row type of slotbets
Table row type of slothugewins
Table row type of pendings
Table row type of pixbets
Table row type of pixhugewins
Table row type of pixpendings
{ "name": "slotbet", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "timestamp", "type": "uint64" }, { "name": "betId", "type": "uint64" }, { "name": "betCount", "type": "uint64" }, { "name": "bettor", "type": "name" }, { "name": "betAmount", "type": "asset" }, { "name": "payoutAmount", "type": "asset" }, { "name": "gameHashPattern", "type": "string" }, { "name": "gameSymbolPattern", "type": "string[]" }, { "name": "winLinePattern", "type": "uint8[]" }, { "name": "winSymbol", "type": "string[]" }, { "name": "winSymbolPattern", "type": "string[]" }, { "name": "winSymbolIndex", "type": "string[]" }, { "name": "winSymbolCount", "type": "uint8[]" }, { "name": "winLinePayout", "type": "string[]" }, { "name": "winLinePayoutAmount", "type": "asset[]" }, { "name": "winTotalLine", "type": "uint8" }, { "name": "jackpotCount", "type": "uint8" }, { "name": "jackpotPayout", "type": "uint16" }, { "name": "jackpotPayoutAmount", "type": "asset" }, { "name": "jackpotResult", "type": "string" }, { "name": "gameResult", "type": "string" }, { "name": "hashSeed", "type": "string" }, { "name": "ref", "type": "name" }, { "name": "sig", "type": "signature" } ] }