Vaulta

eosvegasjack

Contract

  • Table row type of bjpools

    {
      "name": "st_bjpools",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "status",
          "type": "uint32"
        },
        {
          "name": "nonce",
          "type": "uint64"
        },
        {
          "name": "dcards",
          "type": "uint64"
        },
        {
          "name": "dcnt",
          "type": "uint32"
        },
        {
          "name": "pcards1",
          "type": "uint64"
        },
        {
          "name": "pcnt1",
          "type": "uint32"
        },
        {
          "name": "pcards2",
          "type": "uint64"
        },
        {
          "name": "pcnt2",
          "type": "uint32"
        },
        {
          "name": "bet",
          "type": "uint64"
        },
        {
          "name": "insurance",
          "type": "uint64"
        },
        {
          "name": "bettoken",
          "type": "string"
        },
        {
          "name": "seed",
          "type": "string"
        },
        {
          "name": "actions",
          "type": "string"
        }
      ]
    }