[
  {
    "type": "function",
    "name": "contractName",
    "inputs": [],
    "outputs": [
      {
        "name": "",
        "type": "string",
        "internalType": "string"
      }
    ],
    "stateMutability": "pure"
  },
  {
    "type": "function",
    "name": "contractURI",
    "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": "getMintedPerWallet",
    "inputs": [
      {
        "name": "tokenContract",
        "type": "address",
        "internalType": "address"
      },
      {
        "name": "tokenId",
        "type": "uint256",
        "internalType": "uint256"
      },
      {
        "name": "wallet",
        "type": "address",
        "internalType": "address"
      }
    ],
    "outputs": [
      {
        "name": "",
        "type": "uint256",
        "internalType": "uint256"
      }
    ],
    "stateMutability": "view"
  },
  {
    "type": "function",
    "name": "requestMint",
    "inputs": [
      {
        "name": "",
        "type": "address",
        "internalType": "address"
      },
      {
        "name": "tokenId",
        "type": "uint256",
        "internalType": "uint256"
      },
      {
        "name": "quantity",
        "type": "uint256",
        "internalType": "uint256"
      },
      {
        "name": "ethValueSent",
        "type": "uint256",
        "internalType": "uint256"
      },
      {
        "name": "minterArguments",
        "type": "bytes",
        "internalType": "bytes"
      }
    ],
    "outputs": [
      {
        "name": "commands",
        "type": "tuple",
        "internalType": "struct ICreatorCommands.CommandSet",
        "components": [
          {
            "name": "commands",
            "type": "tuple[]",
            "internalType": "struct ICreatorCommands.Command[]",
            "components": [
              {
                "name": "method",
                "type": "uint8",
                "internalType": "enum ICreatorCommands.CreatorActions"
              },
              {
                "name": "args",
                "type": "bytes",
                "internalType": "bytes"
              }
            ]
          },
          {
            "name": "at",
            "type": "uint256",
            "internalType": "uint256"
          }
        ]
      }
    ],
    "stateMutability": "nonpayable"
  },
  {
    "type": "function",
    "name": "resetSale",
    "inputs": [
      {
        "name": "tokenId",
        "type": "uint256",
        "internalType": "uint256"
      }
    ],
    "outputs": [],
    "stateMutability": "nonpayable"
  },
  {
    "type": "function",
    "name": "sale",
    "inputs": [
      {
        "name": "tokenContract",
        "type": "address",
        "internalType": "address"
      },
      {
        "name": "tokenId",
        "type": "uint256",
        "internalType": "uint256"
      }
    ],
    "outputs": [
      {
        "name": "",
        "type": "tuple",
        "internalType": "struct ZoraCreatorFixedPriceSaleStrategy.SalesConfig",
        "components": [
          {
            "name": "saleStart",
            "type": "uint64",
            "internalType": "uint64"
          },
          {
            "name": "saleEnd",
            "type": "uint64",
            "internalType": "uint64"
          },
          {
            "name": "maxTokensPerAddress",
            "type": "uint64",
            "internalType": "uint64"
          },
          {
            "name": "pricePerToken",
            "type": "uint96",
            "internalType": "uint96"
          },
          {
            "name": "fundsRecipient",
            "type": "address",
            "internalType": "address"
          }
        ]
      }
    ],
    "stateMutability": "view"
  },
  {
    "type": "function",
    "name": "setSale",
    "inputs": [
      {
        "name": "tokenId",
        "type": "uint256",
        "internalType": "uint256"
      },
      {
        "name": "salesConfig",
        "type": "tuple",
        "internalType": "struct ZoraCreatorFixedPriceSaleStrategy.SalesConfig",
        "components": [
          {
            "name": "saleStart",
            "type": "uint64",
            "internalType": "uint64"
          },
          {
            "name": "saleEnd",
            "type": "uint64",
            "internalType": "uint64"
          },
          {
            "name": "maxTokensPerAddress",
            "type": "uint64",
            "internalType": "uint64"
          },
          {
            "name": "pricePerToken",
            "type": "uint96",
            "internalType": "uint96"
          },
          {
            "name": "fundsRecipient",
            "type": "address",
            "internalType": "address"
          }
        ]
      }
    ],
    "outputs": [],
    "stateMutability": "nonpayable"
  },
  {
    "type": "function",
    "name": "supportsInterface",
    "inputs": [
      {
        "name": "interfaceId",
        "type": "bytes4",
        "internalType": "bytes4"
      }
    ],
    "outputs": [
      {
        "name": "",
        "type": "bool",
        "internalType": "bool"
      }
    ],
    "stateMutability": "pure"
  },
  {
    "type": "event",
    "name": "MintComment",
    "inputs": [
      {
        "name": "sender",
        "type": "address",
        "indexed": true,
        "internalType": "address"
      },
      {
        "name": "tokenContract",
        "type": "address",
        "indexed": true,
        "internalType": "address"
      },
      {
        "name": "tokenId",
        "type": "uint256",
        "indexed": true,
        "internalType": "uint256"
      },
      {
        "name": "quantity",
        "type": "uint256",
        "indexed": false,
        "internalType": "uint256"
      },
      {
        "name": "comment",
        "type": "string",
        "indexed": false,
        "internalType": "string"
      }
    ],
    "anonymous": false
  },
  {
    "type": "event",
    "name": "SaleSet",
    "inputs": [
      {
        "name": "mediaContract",
        "type": "address",
        "indexed": true,
        "internalType": "address"
      },
      {
        "name": "tokenId",
        "type": "uint256",
        "indexed": true,
        "internalType": "uint256"
      },
      {
        "name": "salesConfig",
        "type": "tuple",
        "indexed": false,
        "internalType": "struct ZoraCreatorFixedPriceSaleStrategy.SalesConfig",
        "components": [
          {
            "name": "saleStart",
            "type": "uint64",
            "internalType": "uint64"
          },
          {
            "name": "saleEnd",
            "type": "uint64",
            "internalType": "uint64"
          },
          {
            "name": "maxTokensPerAddress",
            "type": "uint64",
            "internalType": "uint64"
          },
          {
            "name": "pricePerToken",
            "type": "uint96",
            "internalType": "uint96"
          },
          {
            "name": "fundsRecipient",
            "type": "address",
            "internalType": "address"
          }
        ]
      }
    ],
    "anonymous": false
  },
  {
    "type": "error",
    "name": "CallerNotZoraCreator1155",
    "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": "MinterContractAlreadyExists",
    "inputs": []
  },
  {
    "type": "error",
    "name": "MinterContractDoesNotExist",
    "inputs": []
  },
  {
    "type": "error",
    "name": "SaleEnded",
    "inputs": []
  },
  {
    "type": "error",
    "name": "SaleHasNotStarted",
    "inputs": []
  },
  {
    "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": "WrongValueSent",
    "inputs": []
  }
]