[
  {
    "type": "function",
    "name": "getContractAddress",
    "inputs": [
      {
        "name": "contractConfig",
        "type": "tuple",
        "internalType": "struct ContractCreationConfig",
        "components": [
          {
            "name": "contractAdmin",
            "type": "address",
            "internalType": "address"
          },
          {
            "name": "contractURI",
            "type": "string",
            "internalType": "string"
          },
          {
            "name": "contractName",
            "type": "string",
            "internalType": "string"
          }
        ]
      }
    ],
    "outputs": [
      {
        "name": "",
        "type": "address",
        "internalType": "address"
      }
    ],
    "stateMutability": "view"
  },
  {
    "type": "function",
    "name": "getContractWithAdditionalAdminsAddress",
    "inputs": [
      {
        "name": "contractConfig",
        "type": "tuple",
        "internalType": "struct ContractWithAdditionalAdminsCreationConfig",
        "components": [
          {
            "name": "contractAdmin",
            "type": "address",
            "internalType": "address"
          },
          {
            "name": "contractURI",
            "type": "string",
            "internalType": "string"
          },
          {
            "name": "contractName",
            "type": "string",
            "internalType": "string"
          },
          {
            "name": "additionalAdmins",
            "type": "address[]",
            "internalType": "address[]"
          }
        ]
      }
    ],
    "outputs": [
      {
        "name": "",
        "type": "address",
        "internalType": "address"
      }
    ],
    "stateMutability": "view"
  }
]