Vaulta

cccdefi.ccc

Contract

  • Table row type of configs

    {
      "name": "config",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint8"
        },
        {
          "name": "status",
          "type": "uint8"
        },
        {
          "name": "herospower",
          "type": "uint64"
        },
        {
          "name": "weaponspower",
          "type": "uint64"
        }
      ]
    }