{
  "_format": "hh-sol-artifact-1",
  "contractName": "AirdropMintInitializable",
  "sourceName": "contracts/minting/AirdropMint.sol",
  "abi": [
    {
      "inputs": [],
      "name": "AirdropMintInitializable__MaxAirdropSupplyAlreadyInitialized",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "AirdropMint__AirdropBatchSizeMustBeGreaterThanZero",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "AirdropMint__CannotMintToZeroAddress",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "AirdropMint__MaxAirdropSupplyCannotBeSetToMaxUint256",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "AirdropMint__MaxAirdropSupplyCannotBeSetToZero",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "AirdropMint__MaxAirdropSupplyExceeded",
      "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": false,
          "internalType": "uint256",
          "name": "maxSupply",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "maxOwnerMints",
          "type": "uint256"
        }
      ],
      "name": "MaxSupplyInitialized",
      "type": "event"
    },
    {
      "inputs": [
        {
          "internalType": "address[]",
          "name": "to",
          "type": "address[]"
        }
      ],
      "name": "airdropMint",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "getNextTokenId",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "maxAirdropMints_",
          "type": "uint256"
        }
      ],
      "name": "initializeMaxAirdropSupply",
      "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": [],
      "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": "address",
          "name": "to",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "quantity",
          "type": "uint256"
        }
      ],
      "name": "ownerMint",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "remainingAirdropSupply",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "remainingOwnerMints",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "linkReferences": {},
  "deployedLinkReferences": {}
}
