Vaulta

cutiesunivrs

Contract

  • Table row type of config

    {
      "name": "config",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "promoCutieCreatedCount",
          "type": "uint32"
        },
        {
          "name": "gen0CutieCreatedCount",
          "type": "uint32"
        },
        {
          "name": "gen0Limit",
          "type": "uint32"
        },
        {
          "name": "promoLimit",
          "type": "uint32"
        },
        {
          "name": "ownerFee",
          "type": "uint16"
        },
        {
          "name": "totalSupply",
          "type": "uint32"
        },
        {
          "name": "paused",
          "type": "bool"
        },
        {
          "name": "minEventId",
          "type": "uint64"
        },
        {
          "name": "maxEventId",
          "type": "uint64"
        },
        {
          "name": "operatorKey",
          "type": "public_key"
        },
        {
          "name": "minSignId",
          "type": "uint64"
        }
      ]
    }