[
  {
    "type": "constructor",
    "inputs": [
      {
        "name": "_factory",
        "type": "address",
        "internalType": "contract IZoraCreator1155Factory"
      }
    ],
    "stateMutability": "nonpayable"
  },
  {
    "type": "function",
    "name": "acceptOwnership",
    "inputs": [],
    "outputs": [],
    "stateMutability": "nonpayable"
  },
  {
    "type": "function",
    "name": "cancelOwnershipTransfer",
    "inputs": [],
    "outputs": [],
    "stateMutability": "nonpayable"
  },
  {
    "type": "function",
    "name": "contractName",
    "inputs": [],
    "outputs": [
      {
        "name": "",
        "type": "string",
        "internalType": "string"
      }
    ],
    "stateMutability": "pure"
  },
  {
    "type": "function",
    "name": "contractVersion",
    "inputs": [],
    "outputs": [
      {
        "name": "",
        "type": "string",
        "internalType": "string"
      }
    ],
    "stateMutability": "pure"
  },
  {
    "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"
  },
  {
    "type": "function",
    "name": "implementation",
    "inputs": [],
    "outputs": [
      {
        "name": "",
        "type": "address",
        "internalType": "address"
      }
    ],
    "stateMutability": "view"
  },
  {
    "type": "function",
    "name": "initialize",
    "inputs": [
      {
        "name": "_initialOwner",
        "type": "address",
        "internalType": "address"
      }
    ],
    "outputs": [],
    "stateMutability": "nonpayable"
  },
  {
    "type": "function",
    "name": "isAuthorizedToCreatePremint",
    "inputs": [
      {
        "name": "signer",
        "type": "address",
        "internalType": "address"
      },
      {
        "name": "premintContractConfigContractAdmin",
        "type": "address",
        "internalType": "address"
      },
      {
        "name": "contractAddress",
        "type": "address",
        "internalType": "address"
      }
    ],
    "outputs": [
      {
        "name": "isAuthorized",
        "type": "bool",
        "internalType": "bool"
      }
    ],
    "stateMutability": "view"
  },
  {
    "type": "function",
    "name": "isAuthorizedToCreatePremintWithAdditionalAdmins",
    "inputs": [
      {
        "name": "signer",
        "type": "address",
        "internalType": "address"
      },
      {
        "name": "premintContractConfigContractAdmin",
        "type": "address",
        "internalType": "address"
      },
      {
        "name": "contractAddress",
        "type": "address",
        "internalType": "address"
      },
      {
        "name": "additionalAdmins",
        "type": "address[]",
        "internalType": "address[]"
      }
    ],
    "outputs": [
      {
        "name": "isAuthorized",
        "type": "bool",
        "internalType": "bool"
      }
    ],
    "stateMutability": "view"
  },
  {
    "type": "function",
    "name": "isValidSignature",
    "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"
          }
        ]
      },
      {
        "name": "premintConfig",
        "type": "tuple",
        "internalType": "struct PremintConfig",
        "components": [
          {
            "name": "tokenConfig",
            "type": "tuple",
            "internalType": "struct TokenCreationConfig",
            "components": [
              {
                "name": "tokenURI",
                "type": "string",
                "internalType": "string"
              },
              {
                "name": "maxSupply",
                "type": "uint256",
                "internalType": "uint256"
              },
              {
                "name": "maxTokensPerAddress",
                "type": "uint64",
                "internalType": "uint64"
              },
              {
                "name": "pricePerToken",
                "type": "uint96",
                "internalType": "uint96"
              },
              {
                "name": "mintStart",
                "type": "uint64",
                "internalType": "uint64"
              },
              {
                "name": "mintDuration",
                "type": "uint64",
                "internalType": "uint64"
              },
              {
                "name": "royaltyMintSchedule",
                "type": "uint32",
                "internalType": "uint32"
              },
              {
                "name": "royaltyBPS",
                "type": "uint32",
                "internalType": "uint32"
              },
              {
                "name": "royaltyRecipient",
                "type": "address",
                "internalType": "address"
              },
              {
                "name": "fixedPriceMinter",
                "type": "address",
                "internalType": "address"
              }
            ]
          },
          {
            "name": "uid",
            "type": "uint32",
            "internalType": "uint32"
          },
          {
            "name": "version",
            "type": "uint32",
            "internalType": "uint32"
          },
          {
            "name": "deleted",
            "type": "bool",
            "internalType": "bool"
          }
        ]
      },
      {
        "name": "signature",
        "type": "bytes",
        "internalType": "bytes"
      }
    ],
    "outputs": [
      {
        "name": "isValid",
        "type": "bool",
        "internalType": "bool"
      },
      {
        "name": "contractAddress",
        "type": "address",
        "internalType": "address"
      },
      {
        "name": "recoveredSigner",
        "type": "address",
        "internalType": "address"
      }
    ],
    "stateMutability": "view"
  },
  {
    "type": "function",
    "name": "mintFee",
    "inputs": [
      {
        "name": "collectionAddress",
        "type": "address",
        "internalType": "address"
      }
    ],
    "outputs": [
      {
        "name": "",
        "type": "uint256",
        "internalType": "uint256"
      }
    ],
    "stateMutability": "view"
  },
  {
    "type": "function",
    "name": "owner",
    "inputs": [],
    "outputs": [
      {
        "name": "",
        "type": "address",
        "internalType": "address"
      }
    ],
    "stateMutability": "view"
  },
  {
    "type": "function",
    "name": "pendingOwner",
    "inputs": [],
    "outputs": [
      {
        "name": "",
        "type": "address",
        "internalType": "address"
      }
    ],
    "stateMutability": "view"
  },
  {
    "type": "function",
    "name": "premint",
    "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[]"
          }
        ]
      },
      {
        "name": "premintCollection",
        "type": "address",
        "internalType": "address"
      },
      {
        "name": "encodedPremintConfig",
        "type": "tuple",
        "internalType": "struct PremintConfigEncoded",
        "components": [
          {
            "name": "uid",
            "type": "uint32",
            "internalType": "uint32"
          },
          {
            "name": "version",
            "type": "uint32",
            "internalType": "uint32"
          },
          {
            "name": "deleted",
            "type": "bool",
            "internalType": "bool"
          },
          {
            "name": "tokenConfig",
            "type": "bytes",
            "internalType": "bytes"
          },
          {
            "name": "premintConfigVersion",
            "type": "bytes32",
            "internalType": "bytes32"
          }
        ]
      },
      {
        "name": "signature",
        "type": "bytes",
        "internalType": "bytes"
      },
      {
        "name": "quantityToMint",
        "type": "uint256",
        "internalType": "uint256"
      },
      {
        "name": "mintArguments",
        "type": "tuple",
        "internalType": "struct MintArguments",
        "components": [
          {
            "name": "mintRecipient",
            "type": "address",
            "internalType": "address"
          },
          {
            "name": "mintComment",
            "type": "string",
            "internalType": "string"
          },
          {
            "name": "mintRewardsRecipients",
            "type": "address[]",
            "internalType": "address[]"
          }
        ]
      },
      {
        "name": "firstMinter",
        "type": "address",
        "internalType": "address"
      },
      {
        "name": "signerContract",
        "type": "address",
        "internalType": "address"
      }
    ],
    "outputs": [
      {
        "name": "premintResult",
        "type": "tuple",
        "internalType": "struct PremintResult",
        "components": [
          {
            "name": "contractAddress",
            "type": "address",
            "internalType": "address"
          },
          {
            "name": "tokenId",
            "type": "uint256",
            "internalType": "uint256"
          },
          {
            "name": "createdNewContract",
            "type": "bool",
            "internalType": "bool"
          }
        ]
      }
    ],
    "stateMutability": "payable"
  },
  {
    "type": "function",
    "name": "premintStatus",
    "inputs": [
      {
        "name": "contractAddress",
        "type": "address",
        "internalType": "address"
      },
      {
        "name": "uid",
        "type": "uint32",
        "internalType": "uint32"
      }
    ],
    "outputs": [
      {
        "name": "contractCreated",
        "type": "bool",
        "internalType": "bool"
      },
      {
        "name": "tokenIdForPremint",
        "type": "uint256",
        "internalType": "uint256"
      }
    ],
    "stateMutability": "view"
  },
  {
    "type": "function",
    "name": "premintV1",
    "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"
          }
        ]
      },
      {
        "name": "premintConfig",
        "type": "tuple",
        "internalType": "struct PremintConfig",
        "components": [
          {
            "name": "tokenConfig",
            "type": "tuple",
            "internalType": "struct TokenCreationConfig",
            "components": [
              {
                "name": "tokenURI",
                "type": "string",
                "internalType": "string"
              },
              {
                "name": "maxSupply",
                "type": "uint256",
                "internalType": "uint256"
              },
              {
                "name": "maxTokensPerAddress",
                "type": "uint64",
                "internalType": "uint64"
              },
              {
                "name": "pricePerToken",
                "type": "uint96",
                "internalType": "uint96"
              },
              {
                "name": "mintStart",
                "type": "uint64",
                "internalType": "uint64"
              },
              {
                "name": "mintDuration",
                "type": "uint64",
                "internalType": "uint64"
              },
              {
                "name": "royaltyMintSchedule",
                "type": "uint32",
                "internalType": "uint32"
              },
              {
                "name": "royaltyBPS",
                "type": "uint32",
                "internalType": "uint32"
              },
              {
                "name": "royaltyRecipient",
                "type": "address",
                "internalType": "address"
              },
              {
                "name": "fixedPriceMinter",
                "type": "address",
                "internalType": "address"
              }
            ]
          },
          {
            "name": "uid",
            "type": "uint32",
            "internalType": "uint32"
          },
          {
            "name": "version",
            "type": "uint32",
            "internalType": "uint32"
          },
          {
            "name": "deleted",
            "type": "bool",
            "internalType": "bool"
          }
        ]
      },
      {
        "name": "signature",
        "type": "bytes",
        "internalType": "bytes"
      },
      {
        "name": "quantityToMint",
        "type": "uint256",
        "internalType": "uint256"
      },
      {
        "name": "mintArguments",
        "type": "tuple",
        "internalType": "struct MintArguments",
        "components": [
          {
            "name": "mintRecipient",
            "type": "address",
            "internalType": "address"
          },
          {
            "name": "mintComment",
            "type": "string",
            "internalType": "string"
          },
          {
            "name": "mintRewardsRecipients",
            "type": "address[]",
            "internalType": "address[]"
          }
        ]
      }
    ],
    "outputs": [
      {
        "name": "",
        "type": "tuple",
        "internalType": "struct PremintResult",
        "components": [
          {
            "name": "contractAddress",
            "type": "address",
            "internalType": "address"
          },
          {
            "name": "tokenId",
            "type": "uint256",
            "internalType": "uint256"
          },
          {
            "name": "createdNewContract",
            "type": "bool",
            "internalType": "bool"
          }
        ]
      }
    ],
    "stateMutability": "payable"
  },
  {
    "type": "function",
    "name": "premintV2",
    "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"
          }
        ]
      },
      {
        "name": "premintConfig",
        "type": "tuple",
        "internalType": "struct PremintConfigV2",
        "components": [
          {
            "name": "tokenConfig",
            "type": "tuple",
            "internalType": "struct TokenCreationConfigV2",
            "components": [
              {
                "name": "tokenURI",
                "type": "string",
                "internalType": "string"
              },
              {
                "name": "maxSupply",
                "type": "uint256",
                "internalType": "uint256"
              },
              {
                "name": "maxTokensPerAddress",
                "type": "uint64",
                "internalType": "uint64"
              },
              {
                "name": "pricePerToken",
                "type": "uint96",
                "internalType": "uint96"
              },
              {
                "name": "mintStart",
                "type": "uint64",
                "internalType": "uint64"
              },
              {
                "name": "mintDuration",
                "type": "uint64",
                "internalType": "uint64"
              },
              {
                "name": "royaltyBPS",
                "type": "uint32",
                "internalType": "uint32"
              },
              {
                "name": "payoutRecipient",
                "type": "address",
                "internalType": "address"
              },
              {
                "name": "fixedPriceMinter",
                "type": "address",
                "internalType": "address"
              },
              {
                "name": "createReferral",
                "type": "address",
                "internalType": "address"
              }
            ]
          },
          {
            "name": "uid",
            "type": "uint32",
            "internalType": "uint32"
          },
          {
            "name": "version",
            "type": "uint32",
            "internalType": "uint32"
          },
          {
            "name": "deleted",
            "type": "bool",
            "internalType": "bool"
          }
        ]
      },
      {
        "name": "signature",
        "type": "bytes",
        "internalType": "bytes"
      },
      {
        "name": "quantityToMint",
        "type": "uint256",
        "internalType": "uint256"
      },
      {
        "name": "mintArguments",
        "type": "tuple",
        "internalType": "struct MintArguments",
        "components": [
          {
            "name": "mintRecipient",
            "type": "address",
            "internalType": "address"
          },
          {
            "name": "mintComment",
            "type": "string",
            "internalType": "string"
          },
          {
            "name": "mintRewardsRecipients",
            "type": "address[]",
            "internalType": "address[]"
          }
        ]
      }
    ],
    "outputs": [
      {
        "name": "",
        "type": "tuple",
        "internalType": "struct PremintResult",
        "components": [
          {
            "name": "contractAddress",
            "type": "address",
            "internalType": "address"
          },
          {
            "name": "tokenId",
            "type": "uint256",
            "internalType": "uint256"
          },
          {
            "name": "createdNewContract",
            "type": "bool",
            "internalType": "bool"
          }
        ]
      }
    ],
    "stateMutability": "payable"
  },
  {
    "type": "function",
    "name": "proxiableUUID",
    "inputs": [],
    "outputs": [
      {
        "name": "",
        "type": "bytes32",
        "internalType": "bytes32"
      }
    ],
    "stateMutability": "view"
  },
  {
    "type": "function",
    "name": "resignOwnership",
    "inputs": [],
    "outputs": [],
    "stateMutability": "nonpayable"
  },
  {
    "type": "function",
    "name": "safeTransferOwnership",
    "inputs": [
      {
        "name": "_newOwner",
        "type": "address",
        "internalType": "address"
      }
    ],
    "outputs": [],
    "stateMutability": "nonpayable"
  },
  {
    "type": "function",
    "name": "supportedPremintSignatureVersions",
    "inputs": [
      {
        "name": "contractAddress",
        "type": "address",
        "internalType": "address"
      }
    ],
    "outputs": [
      {
        "name": "versions",
        "type": "string[]",
        "internalType": "string[]"
      }
    ],
    "stateMutability": "view"
  },
  {
    "type": "function",
    "name": "transferOwnership",
    "inputs": [
      {
        "name": "_newOwner",
        "type": "address",
        "internalType": "address"
      }
    ],
    "outputs": [],
    "stateMutability": "nonpayable"
  },
  {
    "type": "function",
    "name": "upgradeTo",
    "inputs": [
      {
        "name": "newImplementation",
        "type": "address",
        "internalType": "address"
      }
    ],
    "outputs": [],
    "stateMutability": "nonpayable"
  },
  {
    "type": "function",
    "name": "upgradeToAndCall",
    "inputs": [
      {
        "name": "newImplementation",
        "type": "address",
        "internalType": "address"
      },
      {
        "name": "data",
        "type": "bytes",
        "internalType": "bytes"
      }
    ],
    "outputs": [],
    "stateMutability": "payable"
  },
  {
    "type": "function",
    "name": "zora1155Factory",
    "inputs": [],
    "outputs": [
      {
        "name": "",
        "type": "address",
        "internalType": "contract IZoraCreator1155Factory"
      }
    ],
    "stateMutability": "view"
  },
  {
    "type": "event",
    "name": "AdminChanged",
    "inputs": [
      {
        "name": "previousAdmin",
        "type": "address",
        "indexed": false,
        "internalType": "address"
      },
      {
        "name": "newAdmin",
        "type": "address",
        "indexed": false,
        "internalType": "address"
      }
    ],
    "anonymous": false
  },
  {
    "type": "event",
    "name": "BeaconUpgraded",
    "inputs": [
      {
        "name": "beacon",
        "type": "address",
        "indexed": true,
        "internalType": "address"
      }
    ],
    "anonymous": false
  },
  {
    "type": "event",
    "name": "Initialized",
    "inputs": [
      {
        "name": "version",
        "type": "uint8",
        "indexed": false,
        "internalType": "uint8"
      }
    ],
    "anonymous": false
  },
  {
    "type": "event",
    "name": "OwnerCanceled",
    "inputs": [
      {
        "name": "owner",
        "type": "address",
        "indexed": true,
        "internalType": "address"
      },
      {
        "name": "canceledOwner",
        "type": "address",
        "indexed": true,
        "internalType": "address"
      }
    ],
    "anonymous": false
  },
  {
    "type": "event",
    "name": "OwnerPending",
    "inputs": [
      {
        "name": "owner",
        "type": "address",
        "indexed": true,
        "internalType": "address"
      },
      {
        "name": "pendingOwner",
        "type": "address",
        "indexed": true,
        "internalType": "address"
      }
    ],
    "anonymous": false
  },
  {
    "type": "event",
    "name": "OwnerUpdated",
    "inputs": [
      {
        "name": "prevOwner",
        "type": "address",
        "indexed": true,
        "internalType": "address"
      },
      {
        "name": "newOwner",
        "type": "address",
        "indexed": true,
        "internalType": "address"
      }
    ],
    "anonymous": false
  },
  {
    "type": "event",
    "name": "Preminted",
    "inputs": [
      {
        "name": "contractAddress",
        "type": "address",
        "indexed": true,
        "internalType": "address"
      },
      {
        "name": "tokenId",
        "type": "uint256",
        "indexed": true,
        "internalType": "uint256"
      },
      {
        "name": "createdNewContract",
        "type": "bool",
        "indexed": true,
        "internalType": "bool"
      },
      {
        "name": "uid",
        "type": "uint32",
        "indexed": false,
        "internalType": "uint32"
      },
      {
        "name": "contractConfig",
        "type": "tuple",
        "indexed": false,
        "internalType": "struct ContractCreationConfig",
        "components": [
          {
            "name": "contractAdmin",
            "type": "address",
            "internalType": "address"
          },
          {
            "name": "contractURI",
            "type": "string",
            "internalType": "string"
          },
          {
            "name": "contractName",
            "type": "string",
            "internalType": "string"
          }
        ]
      },
      {
        "name": "tokenConfig",
        "type": "tuple",
        "indexed": false,
        "internalType": "struct TokenCreationConfig",
        "components": [
          {
            "name": "tokenURI",
            "type": "string",
            "internalType": "string"
          },
          {
            "name": "maxSupply",
            "type": "uint256",
            "internalType": "uint256"
          },
          {
            "name": "maxTokensPerAddress",
            "type": "uint64",
            "internalType": "uint64"
          },
          {
            "name": "pricePerToken",
            "type": "uint96",
            "internalType": "uint96"
          },
          {
            "name": "mintStart",
            "type": "uint64",
            "internalType": "uint64"
          },
          {
            "name": "mintDuration",
            "type": "uint64",
            "internalType": "uint64"
          },
          {
            "name": "royaltyMintSchedule",
            "type": "uint32",
            "internalType": "uint32"
          },
          {
            "name": "royaltyBPS",
            "type": "uint32",
            "internalType": "uint32"
          },
          {
            "name": "royaltyRecipient",
            "type": "address",
            "internalType": "address"
          },
          {
            "name": "fixedPriceMinter",
            "type": "address",
            "internalType": "address"
          }
        ]
      },
      {
        "name": "minter",
        "type": "address",
        "indexed": false,
        "internalType": "address"
      },
      {
        "name": "quantityMinted",
        "type": "uint256",
        "indexed": false,
        "internalType": "uint256"
      }
    ],
    "anonymous": false
  },
  {
    "type": "event",
    "name": "PremintedV2",
    "inputs": [
      {
        "name": "contractAddress",
        "type": "address",
        "indexed": true,
        "internalType": "address"
      },
      {
        "name": "tokenId",
        "type": "uint256",
        "indexed": true,
        "internalType": "uint256"
      },
      {
        "name": "createdNewContract",
        "type": "bool",
        "indexed": true,
        "internalType": "bool"
      },
      {
        "name": "uid",
        "type": "uint32",
        "indexed": false,
        "internalType": "uint32"
      },
      {
        "name": "minter",
        "type": "address",
        "indexed": false,
        "internalType": "address"
      },
      {
        "name": "quantityMinted",
        "type": "uint256",
        "indexed": false,
        "internalType": "uint256"
      }
    ],
    "anonymous": false
  },
  {
    "type": "event",
    "name": "Upgraded",
    "inputs": [
      {
        "name": "implementation",
        "type": "address",
        "indexed": true,
        "internalType": "address"
      }
    ],
    "anonymous": false
  },
  {
    "type": "error",
    "name": "ADDRESS_DELEGATECALL_TO_NON_CONTRACT",
    "inputs": []
  },
  {
    "type": "error",
    "name": "ADDRESS_LOW_LEVEL_CALL_FAILED",
    "inputs": []
  },
  {
    "type": "error",
    "name": "Burn_NotOwnerOrApproved",
    "inputs": [
      {
        "name": "operator",
        "type": "address",
        "internalType": "address"
      },
      {
        "name": "user",
        "type": "address",
        "internalType": "address"
      }
    ]
  },
  {
    "type": "error",
    "name": "CREATOR_FUNDS_RECIPIENT_NOT_SET",
    "inputs": []
  },
  {
    "type": "error",
    "name": "CallFailed",
    "inputs": [
      {
        "name": "reason",
        "type": "bytes",
        "internalType": "bytes"
      }
    ]
  },
  {
    "type": "error",
    "name": "Call_TokenIdMismatch",
    "inputs": []
  },
  {
    "type": "error",
    "name": "CallerNotZoraCreator1155",
    "inputs": []
  },
  {
    "type": "error",
    "name": "CanOnlyReduceMaxSupply",
    "inputs": []
  },
  {
    "type": "error",
    "name": "CannotMintMoreTokens",
    "inputs": [
      {
        "name": "tokenId",
        "type": "uint256",
        "internalType": "uint256"
      },
      {
        "name": "quantity",
        "type": "uint256",
        "internalType": "uint256"
      },
      {
        "name": "totalMinted",
        "type": "uint256",
        "internalType": "uint256"
      },
      {
        "name": "maxSupply",
        "type": "uint256",
        "internalType": "uint256"
      }
    ]
  },
  {
    "type": "error",
    "name": "CannotReduceMaxSupplyBelowMinted",
    "inputs": []
  },
  {
    "type": "error",
    "name": "Config_TransferHookNotSupported",
    "inputs": [
      {
        "name": "proposedAddress",
        "type": "address",
        "internalType": "address"
      }
    ]
  },
  {
    "type": "error",
    "name": "ERC1155_MINT_TO_ZERO_ADDRESS",
    "inputs": []
  },
  {
    "type": "error",
    "name": "ERC1967_NEW_IMPL_NOT_CONTRACT",
    "inputs": []
  },
  {
    "type": "error",
    "name": "ERC1967_NEW_IMPL_NOT_UUPS",
    "inputs": []
  },
  {
    "type": "error",
    "name": "ERC1967_UNSUPPORTED_PROXIABLEUUID",
    "inputs": []
  },
  {
    "type": "error",
    "name": "ERC20TransferSlippage",
    "inputs": []
  },
  {
    "type": "error",
    "name": "ETHWithdrawFailed",
    "inputs": [
      {
        "name": "recipient",
        "type": "address",
        "internalType": "address"
      },
      {
        "name": "amount",
        "type": "uint256",
        "internalType": "uint256"
      }
    ]
  },
  {
    "type": "error",
    "name": "FUNCTION_MUST_BE_CALLED_THROUGH_ACTIVE_PROXY",
    "inputs": []
  },
  {
    "type": "error",
    "name": "FUNCTION_MUST_BE_CALLED_THROUGH_DELEGATECALL",
    "inputs": []
  },
  {
    "type": "error",
    "name": "FirstMinterAddressZero",
    "inputs": []
  },
  {
    "type": "error",
    "name": "FundsWithdrawInsolvent",
    "inputs": [
      {
        "name": "amount",
        "type": "uint256",
        "internalType": "uint256"
      },
      {
        "name": "contractValue",
        "type": "uint256",
        "internalType": "uint256"
      }
    ]
  },
  {
    "type": "error",
    "name": "INITIALIZABLE_CONTRACT_ALREADY_INITIALIZED",
    "inputs": []
  },
  {
    "type": "error",
    "name": "INITIALIZABLE_CONTRACT_IS_INITIALIZING",
    "inputs": []
  },
  {
    "type": "error",
    "name": "INITIALIZABLE_CONTRACT_IS_NOT_INITIALIZING",
    "inputs": []
  },
  {
    "type": "error",
    "name": "INVALID_ADDRESS_ZERO",
    "inputs": []
  },
  {
    "type": "error",
    "name": "INVALID_ETH_AMOUNT",
    "inputs": []
  },
  {
    "type": "error",
    "name": "InvalidMerkleProof",
    "inputs": [
      {
        "name": "mintTo",
        "type": "address",
        "internalType": "address"
      },
      {
        "name": "merkleProof",
        "type": "bytes32[]",
        "internalType": "bytes32[]"
      },
      {
        "name": "merkleRoot",
        "type": "bytes32",
        "internalType": "bytes32"
      }
    ]
  },
  {
    "type": "error",
    "name": "InvalidMintSchedule",
    "inputs": []
  },
  {
    "type": "error",
    "name": "InvalidPremintVersion",
    "inputs": []
  },
  {
    "type": "error",
    "name": "InvalidSignature",
    "inputs": []
  },
  {
    "type": "error",
    "name": "InvalidSignatureVersion",
    "inputs": []
  },
  {
    "type": "error",
    "name": "InvalidSigner",
    "inputs": [
      {
        "name": "magicValue",
        "type": "bytes4",
        "internalType": "bytes4"
      }
    ]
  },
  {
    "type": "error",
    "name": "MintNotYetStarted",
    "inputs": []
  },
  {
    "type": "error",
    "name": "Mint_InsolventSaleTransfer",
    "inputs": []
  },
  {
    "type": "error",
    "name": "Mint_InvalidMintArrayLength",
    "inputs": []
  },
  {
    "type": "error",
    "name": "Mint_TokenIDMintNotAllowed",
    "inputs": []
  },
  {
    "type": "error",
    "name": "Mint_UnknownCommand",
    "inputs": []
  },
  {
    "type": "error",
    "name": "Mint_ValueTransferFail",
    "inputs": []
  },
  {
    "type": "error",
    "name": "MinterContractAlreadyExists",
    "inputs": []
  },
  {
    "type": "error",
    "name": "MinterContractDoesNotExist",
    "inputs": []
  },
  {
    "type": "error",
    "name": "NewOwnerNeedsToBeAdmin",
    "inputs": []
  },
  {
    "type": "error",
    "name": "NonEthRedemption",
    "inputs": []
  },
  {
    "type": "error",
    "name": "ONLY_CREATE_REFERRAL",
    "inputs": []
  },
  {
    "type": "error",
    "name": "ONLY_OWNER",
    "inputs": []
  },
  {
    "type": "error",
    "name": "ONLY_PENDING_OWNER",
    "inputs": []
  },
  {
    "type": "error",
    "name": "OWNER_CANNOT_BE_ZERO_ADDRESS",
    "inputs": []
  },
  {
    "type": "error",
    "name": "OnlyAllowedForRegisteredMinter",
    "inputs": []
  },
  {
    "type": "error",
    "name": "OnlyAllowedForTimedSaleStrategy",
    "inputs": []
  },
  {
    "type": "error",
    "name": "OnlyTransfersFromZoraMints",
    "inputs": []
  },
  {
    "type": "error",
    "name": "PremintDeleted",
    "inputs": []
  },
  {
    "type": "error",
    "name": "ProtocolRewardsWithdrawFailed",
    "inputs": [
      {
        "name": "caller",
        "type": "address",
        "internalType": "address"
      },
      {
        "name": "recipient",
        "type": "address",
        "internalType": "address"
      },
      {
        "name": "amount",
        "type": "uint256",
        "internalType": "uint256"
      }
    ]
  },
  {
    "type": "error",
    "name": "Renderer_NotValidRendererContract",
    "inputs": []
  },
  {
    "type": "error",
    "name": "SaleEnded",
    "inputs": []
  },
  {
    "type": "error",
    "name": "SaleHasNotStarted",
    "inputs": []
  },
  {
    "type": "error",
    "name": "Sale_CannotCallNonSalesContract",
    "inputs": [
      {
        "name": "targetContract",
        "type": "address",
        "internalType": "address"
      }
    ]
  },
  {
    "type": "error",
    "name": "TokenIdMismatch",
    "inputs": [
      {
        "name": "expected",
        "type": "uint256",
        "internalType": "uint256"
      },
      {
        "name": "actual",
        "type": "uint256",
        "internalType": "uint256"
      }
    ]
  },
  {
    "type": "error",
    "name": "UUPS_UPGRADEABLE_MUST_NOT_BE_CALLED_THROUGH_DELEGATECALL",
    "inputs": []
  },
  {
    "type": "error",
    "name": "UpgradeToMismatchedContractName",
    "inputs": [
      {
        "name": "expected",
        "type": "string",
        "internalType": "string"
      },
      {
        "name": "actual",
        "type": "string",
        "internalType": "string"
      }
    ]
  },
  {
    "type": "error",
    "name": "UserExceedsMintLimit",
    "inputs": [
      {
        "name": "user",
        "type": "address",
        "internalType": "address"
      },
      {
        "name": "limit",
        "type": "uint256",
        "internalType": "uint256"
      },
      {
        "name": "requestedAmount",
        "type": "uint256",
        "internalType": "uint256"
      }
    ]
  },
  {
    "type": "error",
    "name": "UserMissingRoleForToken",
    "inputs": [
      {
        "name": "user",
        "type": "address",
        "internalType": "address"
      },
      {
        "name": "tokenId",
        "type": "uint256",
        "internalType": "uint256"
      },
      {
        "name": "role",
        "type": "uint256",
        "internalType": "uint256"
      }
    ]
  },
  {
    "type": "error",
    "name": "WrongValueSent",
    "inputs": []
  },
  {
    "type": "error",
    "name": "premintSignerContractFailedToRecoverSigner",
    "inputs": []
  },
  {
    "type": "error",
    "name": "premintSignerContractNotAContract",
    "inputs": []
  }
]