Vaulta

luckysloking

Contract

  • Table row type of bet

    {
      "name": "bet",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "received_amount",
          "type": "asset"
        },
        {
          "name": "bet_time",
          "type": "time_point_sec"
        },
        {
          "name": "resolved",
          "type": "bool"
        },
        {
          "name": "hash",
          "type": "checksum256"
        },
        {
          "name": "reel1",
          "type": "uint8"
        },
        {
          "name": "reel2",
          "type": "uint8"
        },
        {
          "name": "reel3",
          "type": "uint8"
        },
        {
          "name": "reel4",
          "type": "uint8"
        },
        {
          "name": "reel5",
          "type": "uint8"
        },
        {
          "name": "winnings",
          "type": "asset"
        },
        {
          "name": "jackpot",
          "type": "bool"
        },
        {
          "name": "dice",
          "type": "bool"
        }
      ]
    }