Vaulta

bluebet2ball

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": "status",
          "type": "uint32"
        },
        {
          "name": "update_time",
          "type": "uint32"
        },
        {
          "name": "uid",
          "type": "uint64"
        },
        {
          "name": "cid",
          "type": "uint64"
        },
        {
          "name": "acc_id",
          "type": "uint64"
        },
        {
          "name": "ex_data",
          "type": "string"
        }
      ]
    }
  • 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 forbidtb

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

    {
      "name": "betcid",
      "base": "",
      "fields": [
        {
          "name": "cid",
          "type": "uint64"
        }
      ]
    }
  • Table row type of lotterytb

    {
      "name": "lotteryinfo",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "action_id",
          "type": "uint32"
        },
        {
          "name": "end_time",
          "type": "uint32"
        },
        {
          "name": "block_id",
          "type": "uint64"
        },
        {
          "name": "status",
          "type": "uint8"
        },
        {
          "name": "seed_hash",
          "type": "string"
        },
        {
          "name": "no",
          "type": "string"
        },
        {
          "name": "lottery_data",
          "type": "string"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Table row type of actbettb

    {
      "name": "actbet",
      "base": "",
      "fields": [
        {
          "name": "acc_id",
          "type": "uint64"
        },
        {
          "name": "uid",
          "type": "uint64"
        },
        {
          "name": "bet",
          "type": "asset"
        },
        {
          "name": "cid",
          "type": "uint64"
        },
        {
          "name": "act_time",
          "type": "uint32"
        },
        {
          "name": "bet_info",
          "type": "string"
        },
        {
          "name": "trx_id",
          "type": "checksum256"
        }
      ]
    }
  • Action parameter in removeitem

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

    {
      "name": "updatelotery",
      "base": "",
      "fields": [
        {
          "name": "action_id",
          "type": "uint32"
        },
        {
          "name": "end_time",
          "type": "uint32"
        },
        {
          "name": "block_id",
          "type": "uint64"
        },
        {
          "name": "status",
          "type": "uint8"
        },
        {
          "name": "seed_hash",
          "type": "string"
        },
        {
          "name": "no",
          "type": "string"
        },
        {
          "name": "lottery_data",
          "type": "string"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in updateplayer

    {
      "name": "updateplayer",
      "base": "",
      "fields": [
        {
          "name": "player",
          "type": "uint64"
        },
        {
          "name": "cid",
          "type": "uint64"
        },
        {
          "name": "uid",
          "type": "uint64"
        },
        {
          "name": "info",
          "type": "string"
        }
      ]
    }
  • Action parameter in payeos

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

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

    {
      "name": "sendnotice",
      "base": "",
      "fields": [
        {
          "name": "notice_id",
          "type": "uint64"
        },
        {
          "name": "content",
          "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": []
    }