Vaulta

fairbet.game

Contract

  • Table row type of bets

    {
      "name": "r_bet",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "game_id",
          "type": "uint64"
        },
        {
          "name": "timestamp",
          "type": "time_point"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "number",
          "type": "uint8"
        },
        {
          "name": "coefficient",
          "type": "uint8"
        },
        {
          "name": "seed",
          "type": "checksum256"
        },
        {
          "name": "paid",
          "type": "bool"
        },
        {
          "name": "affiliates",
          "type": "st_affiliate[]"
        }
      ]
    }