Vaulta

eosbluetexas

Contract

The data structures defined by this contract.

  • Table row type of uidtb

    {
      "name": "uniqueid",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "uid",
          "type": "uint64"
        }
      ]
    }
  • Table row type of payrecordtb

    {
      "name": "payrecord",
      "base": "",
      "fields": [
        {
          "name": "order_id",
          "type": "uint64"
        },
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "order_time",
          "type": "uint32"
        }
      ]
    }
  • Table row type of playertb

    {
      "name": "gameplayer",
      "base": "",
      "fields": [
        {
          "name": "room_id",
          "type": "uint16"
        },
        {
          "name": "game_id",
          "type": "uint8"
        },
        {
          "name": "status",
          "type": "uint32"
        },
        {
          "name": "update_time",
          "type": "uint32"
        },
        {
          "name": "action_id",
          "type": "uint32"
        },
        {
          "name": "uid",
          "type": "uint64"
        },
        {
          "name": "acc_id",
          "type": "uint64"
        }
      ]
    }
  • Table row type of noticetb

    {
      "name": "notice",
      "base": "",
      "fields": [
        {
          "name": "notice_time",
          "type": "uint32"
        },
        {
          "name": "notice_id",
          "type": "uint64"
        },
        {
          "name": "content",
          "type": "string"
        }
      ]
    }
  • Table row type of roomdatatb

    {
      "name": "roomdata",
      "base": "",
      "fields": [
        {
          "name": "room_data",
          "type": "string"
        },
        {
          "name": "room_id",
          "type": "uint64"
        },
        {
          "name": "action_id",
          "type": "uint32"
        }
      ]
    }
  • Table row type of roomlisttb

    {
      "name": "roomlist",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "p_cnt",
          "type": "uint8"
        },
        {
          "name": "uid",
          "type": "uint64"
        },
        {
          "name": "info",
          "type": "uint32"
        }
      ]
    }
  • Table row type of forbidtb

    {
      "name": "forbid",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "name"
        },
        {
          "name": "add_time",
          "type": "uint32"
        },
        {
          "name": "type",
          "type": "uint8"
        }
      ]
    }
  • Table row type of gamerooms

    {
      "name": "gameroom",
      "base": "",
      "fields": [
        {
          "name": "room_id",
          "type": "uint64"
        },
        {
          "name": "action_id",
          "type": "uint32"
        },
        {
          "name": "status",
          "type": "uint8"
        },
        {
          "name": "game_pause",
          "type": "uint8"
        },
        {
          "name": "cur_ask",
          "type": "uint8"
        },
        {
          "name": "player1",
          "type": "uint64"
        },
        {
          "name": "player2",
          "type": "uint64"
        },
        {
          "name": "player3",
          "type": "uint64"
        },
        {
          "name": "player4",
          "type": "uint64"
        },
        {
          "name": "player5",
          "type": "uint64"
        },
        {
          "name": "player6",
          "type": "uint64"
        },
        {
          "name": "p1_c_status",
          "type": "uint32"
        },
        {
          "name": "p2_c_status",
          "type": "uint32"
        },
        {
          "name": "p3_c_status",
          "type": "uint32"
        },
        {
          "name": "p4_c_status",
          "type": "uint32"
        },
        {
          "name": "p5_c_status",
          "type": "uint32"
        },
        {
          "name": "p6_c_status",
          "type": "uint32"
        },
        {
          "name": "p1_chip",
          "type": "uint32"
        },
        {
          "name": "p2_chip",
          "type": "uint32"
        },
        {
          "name": "p3_chip",
          "type": "uint32"
        },
        {
          "name": "p4_chip",
          "type": "uint32"
        },
        {
          "name": "p5_chip",
          "type": "uint32"
        },
        {
          "name": "p6_chip",
          "type": "uint32"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Table row type of waitroomtb

    {
      "name": "actwait",
      "base": "",
      "fields": [
        {
          "name": "acc_id",
          "type": "uint64"
        },
        {
          "name": "uid",
          "type": "uint64"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "cid",
          "type": "uint64"
        },
        {
          "name": "act_time",
          "type": "uint32"
        },
        {
          "name": "room_id",
          "type": "uint32"
        },
        {
          "name": "seat_id",
          "type": "uint8"
        },
        {
          "name": "rsa",
          "type": "string"
        },
        {
          "name": "trx_id",
          "type": "checksum256"
        }
      ]
    }
  • Table row type of rebettb

    {
      "name": "rebet",
      "base": "",
      "fields": [
        {
          "name": "acc_id",
          "type": "uint64"
        },
        {
          "name": "uid",
          "type": "uint64"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "cid",
          "type": "uint64"
        },
        {
          "name": "act_time",
          "type": "uint32"
        },
        {
          "name": "trx_id",
          "type": "checksum256"
        }
      ]
    }
  • Table row type of rsatb

    {
      "name": "resetrsa",
      "base": "",
      "fields": [
        {
          "name": "acc_id",
          "type": "uint64"
        },
        {
          "name": "uid",
          "type": "uint64"
        },
        {
          "name": "cid",
          "type": "uint64"
        },
        {
          "name": "act_time",
          "type": "uint32"
        },
        {
          "name": "rsa",
          "type": "string"
        }
      ]
    }
  • Table row type of cardopttb

    {
      "name": "cardopt",
      "base": "",
      "fields": [
        {
          "name": "acc_id",
          "type": "uint64"
        },
        {
          "name": "uid",
          "type": "uint64"
        },
        {
          "name": "chip",
          "type": "uint32"
        },
        {
          "name": "opt_type",
          "type": "uint32"
        },
        {
          "name": "cid",
          "type": "uint64"
        },
        {
          "name": "act_time",
          "type": "uint32"
        },
        {
          "name": "round_id",
          "type": "uint32"
        }
      ]
    }
  • Table row type of actleavetb

    {
      "name": "actleave",
      "base": "",
      "fields": [
        {
          "name": "acc_id",
          "type": "uint64"
        },
        {
          "name": "uid",
          "type": "uint64"
        },
        {
          "name": "cid",
          "type": "uint64"
        },
        {
          "name": "act_time",
          "type": "uint32"
        }
      ]
    }
  • Table row type of pubkeytb

    {
      "name": "pubkey",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "key",
          "type": "string"
        }
      ]
    }
  • Table row type of gamestatetb

    {
      "name": "gamestate",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "sng_start",
          "type": "uint32"
        },
        {
          "name": "sng_end",
          "type": "uint32"
        }
      ]
    }
  • Action parameter in leaveroom

    {
      "name": "leaveroom",
      "base": "",
      "fields": [
        {
          "name": "player",
          "type": "uint64"
        },
        {
          "name": "cid",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in operate

    {
      "name": "operate",
      "base": "",
      "fields": [
        {
          "name": "player",
          "type": "uint64"
        },
        {
          "name": "cid",
          "type": "uint64"
        },
        {
          "name": "rid",
          "type": "uint32"
        },
        {
          "name": "opt_type",
          "type": "uint32"
        },
        {
          "name": "chip",
          "type": "uint32"
        }
      ]
    }
  • Action parameter in reenter

    {
      "name": "reenter",
      "base": "",
      "fields": [
        {
          "name": "player",
          "type": "uint64"
        },
        {
          "name": "cid",
          "type": "uint64"
        },
        {
          "name": "rsa",
          "type": "string"
        }
      ]
    }
  • Action parameter in updateroom

    {
      "name": "updateroom",
      "base": "",
      "fields": [
        {
          "name": "room_id",
          "type": "uint64"
        },
        {
          "name": "action_id",
          "type": "uint32"
        },
        {
          "name": "status",
          "type": "uint8"
        },
        {
          "name": "cur_ask",
          "type": "uint8"
        },
        {
          "name": "player_list",
          "type": "string"
        },
        {
          "name": "player_status",
          "type": "string"
        },
        {
          "name": "chip_list",
          "type": "string"
        },
        {
          "name": "room_data",
          "type": "string"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in removeitem

    {
      "name": "removeitem",
      "base": "",
      "fields": [
        {
          "name": "table_name",
          "type": "uint8"
        },
        {
          "name": "id_list",
          "type": "string"
        }
      ]
    }
  • Action parameter in paybonus

    {
      "name": "paybonus",
      "base": "",
      "fields": [
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "order_id",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in sngupdate

    {
      "name": "sngupdate",
      "base": "",
      "fields": [
        {
          "name": "state1",
          "type": "uint64"
        },
        {
          "name": "state2",
          "type": "uint64"
        },
        {
          "name": "state3",
          "type": "uint64"
        },
        {
          "name": "state4",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in sendnotice

    {
      "name": "sendnotice",
      "base": "",
      "fields": [
        {
          "name": "notice_id",
          "type": "uint64"
        },
        {
          "name": "content",
          "type": "string"
        }
      ]
    }
  • Action parameter in setpubkey

    {
      "name": "setpubkey",
      "base": "",
      "fields": [
        {
          "name": "pubkey",
          "type": "string"
        }
      ]
    }
  • Action parameter in addforbid

    {
      "name": "addforbid",
      "base": "",
      "fields": [
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "type",
          "type": "uint8"
        }
      ]
    }
  • Action parameter in cleardb

    {
      "name": "cleardb",
      "base": "",
      "fields": []
    }
  • Action parameter in proxyopt

    {
      "name": "proxyopt",
      "base": "",
      "fields": [
        {
          "name": "proxy",
          "type": "name"
        },
        {
          "name": "game",
          "type": "name"
        },
        {
          "name": "player",
          "type": "string"
        },
        {
          "name": "opt_info",
          "type": "string"
        }
      ]
    }