Vaulta

luckyslotbet

Contract

  • Action parameter in betresult

    {
      "name": "betresult",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "game",
          "type": "name"
        },
        {
          "name": "bet_amount",
          "type": "asset"
        },
        {
          "name": "is_free_spin",
          "type": "bool"
        },
        {
          "name": "hash",
          "type": "checksum256"
        },
        {
          "name": "sig",
          "type": "signature"
        },
        {
          "name": "reels",
          "type": "uint8[]"
        },
        {
          "name": "symbols",
          "type": "uint8[]"
        },
        {
          "name": "winnings",
          "type": "asset"
        },
        {
          "name": "jackpot",
          "type": "bool"
        },
        {
          "name": "free_spins_won",
          "type": "uint8"
        },
        {
          "name": "multiplier",
          "type": "uint8"
        },
        {
          "name": "bonus_won",
          "type": "uint8"
        },
        {
          "name": "bonus2_won",
          "type": "uint8[]"
        }
      ]
    }