Vaulta

swordnmagicm

Contract

  • Struct property of user_info2

    Table row type of heroes

    {
      "name": "hero_info",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "heroname",
          "type": "string"
        },
        {
          "name": "exp",
          "type": "uint32"
        },
        {
          "name": "classcode",
          "type": "uint16"
        },
        {
          "name": "stat_hp",
          "type": "uint16"
        },
        {
          "name": "stat_str",
          "type": "uint16"
        },
        {
          "name": "stat_int",
          "type": "uint16"
        },
        {
          "name": "stat_dex",
          "type": "uint16"
        },
        {
          "name": "stat_luk",
          "type": "uint16"
        },
        {
          "name": "equipped_gears",
          "type": "uint64[]"
        },
        {
          "name": "equipped_pets",
          "type": "uint64[]"
        }
      ]
    }