Vaulta

eosvegasjack

Contract

  • Table row type of paccounts

    {
      "name": "st_paccounts",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "level",
          "type": "uint32"
        },
        {
          "name": "exp",
          "type": "uint64"
        },
        {
          "name": "lastbonus",
          "type": "uint32"
        },
        {
          "name": "lastseen",
          "type": "uint32"
        },
        {
          "name": "logins",
          "type": "uint32"
        },
        {
          "name": "bonusnumber",
          "type": "uint64"
        },
        {
          "name": "bonustype",
          "type": "uint64"
        }
      ]
    }