{
  "_format": "hh-sol-artifact-1",
  "contractName": "ClaimableHolderMintInitializable",
  "sourceName": "contracts/minting/ClaimableHolderMint.sol",
  "abi": [
    {
      "inputs": [],
      "name": "ClaimPeriodBase__ClaimPeriodIsNotOpen",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ClaimPeriodBase__ClaimPeriodMustBeClosedInTheFuture",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ClaimPeriodBase__ClaimsMustBeClosedToReopen",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ClaimableHolderMintInitializable__RootCollectionsAlreadyInitialized",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ClaimableHolderMint__BatchSizeGreaterThanMaximum",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ClaimableHolderMint__BatchSizeMustBeGreaterThanZero",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ClaimableHolderMint__CallerDoesNotOwnRootTokenId",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ClaimableHolderMint__CollectionAddressIsNotAnERC721Token",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ClaimableHolderMint__IneligibleTokenArrayMustBeInAscendingOrder",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ClaimableHolderMint__IneligibleTokensFinalized",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ClaimableHolderMint__IneligibleTokensHaveNotBeenFinalized",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ClaimableHolderMint__InputArrayLengthMismatch",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ClaimableHolderMint__InvalidRootCollectionAddress",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ClaimableHolderMint__InvalidRootCollectionTokenId",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ClaimableHolderMint__MaxNumberOfRootCollectionsExceeded",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ClaimableHolderMint__MaxSupplyOfRootTokenCannotBeZero",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ClaimableHolderMint__MustSpecifyAtLeastOneIneligibleToken",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ClaimableHolderMint__MustSpecifyAtLeastOneRootCollection",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ClaimableHolderMint__TokenIdAlreadyClaimed",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ClaimableHolderMint__TokensPerClaimMustBeBetweenOneAndTen",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "InitializableMaxSupplyBase__MaxSupplyAlreadyInitialized",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "MaxSupplyBase__CannotClaimMoreThanMaximumAmountOfOwnerMints",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "MaxSupplyBase__CannotMintToAddressZero",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "MaxSupplyBase__MaxSupplyCannotBeSetToMaxUint256",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "MaxSupplyBase__MaxSupplyExceeded",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "MaxSupplyBase__MintedQuantityMustBeGreaterThanZero",
      "type": "error"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "rootCollection",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "uint256",
          "name": "rootCollectionTokenId",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "startTokenId",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "endTokenId",
          "type": "uint256"
        }
      ],
      "name": "ClaimMinted",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "claimPeriodClosingTimestamp",
          "type": "uint256"
        }
      ],
      "name": "ClaimPeriodClosing",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "claimPeriodClosingTimestamp",
          "type": "uint256"
        }
      ],
      "name": "ClaimPeriodOpened",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "rootCollectionAddress",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256[]",
          "name": "ineligibleTokenSlots",
          "type": "uint256[]"
        },
        {
          "indexed": false,
          "internalType": "uint256[]",
          "name": "ineligibleTokenBitmaps",
          "type": "uint256[]"
        }
      ],
      "name": "IneligibleTokensInitialized",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "maxSupply",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "maxOwnerMints",
          "type": "uint256"
        }
      ],
      "name": "MaxSupplyInitialized",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "rootCollection",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "maxSupply",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "tokensPerClaim",
          "type": "uint256"
        }
      ],
      "name": "RootCollectionInitialized",
      "type": "event"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "rootCollectionAddress",
          "type": "address"
        },
        {
          "internalType": "uint256[]",
          "name": "rootCollectionTokenIds",
          "type": "uint256[]"
        }
      ],
      "name": "claimBatch",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "claimPeriodClosingTimestamp_",
          "type": "uint256"
        }
      ],
      "name": "closeClaims",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256[]",
          "name": "ineligibleTokenIds",
          "type": "uint256[]"
        }
      ],
      "name": "computeIneligibleTokensBitmap",
      "outputs": [
        {
          "internalType": "uint256[]",
          "name": "",
          "type": "uint256[]"
        },
        {
          "internalType": "uint256[]",
          "name": "",
          "type": "uint256[]"
        }
      ],
      "stateMutability": "pure",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "getClaimPeriodClosingTimestamp",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "getNextTokenId",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "rootCollectionAddress",
          "type": "address"
        }
      ],
      "name": "getTokensPerClaim",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "bool",
          "name": "finalize",
          "type": "bool"
        },
        {
          "internalType": "address",
          "name": "rootCollectionAddress",
          "type": "address"
        },
        {
          "internalType": "uint256[]",
          "name": "ineligibleTokenSlots",
          "type": "uint256[]"
        },
        {
          "internalType": "uint256[]",
          "name": "ineligibleTokenBitmaps",
          "type": "uint256[]"
        }
      ],
      "name": "initializeIneligibleTokens",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "maxSupply_",
          "type": "uint256"
        },
        {
          "internalType": "uint256",
          "name": "maxOwnerMints_",
          "type": "uint256"
        }
      ],
      "name": "initializeMaxSupply",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address[]",
          "name": "rootCollections_",
          "type": "address[]"
        },
        {
          "internalType": "uint256[]",
          "name": "rootCollectionMaxSupplies_",
          "type": "uint256[]"
        },
        {
          "internalType": "uint256[]",
          "name": "tokensPerClaimArray_",
          "type": "uint256[]"
        }
      ],
      "name": "initializeRootCollections",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "isClaimPeriodOpen",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "rootCollectionAddress",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "tokenId",
          "type": "uint256"
        }
      ],
      "name": "isClaimed",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "rootCollectionAddress",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "tokenId",
          "type": "uint256"
        }
      ],
      "name": "isEligible",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "maxSupply",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "maxSupplyInitialized",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "mintedSupply",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "claimPeriodClosingTimestamp_",
          "type": "uint256"
        }
      ],
      "name": "openClaims",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "quantity",
          "type": "uint256"
        }
      ],
      "name": "ownerMint",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "remainingOwnerMints",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "linkReferences": {},
  "deployedLinkReferences": {}
}
