{
  "contractName": "IERC721CreatorMintPermissions",
  "abi": [
    {
      "inputs": [
        {
          "internalType": "bytes4",
          "name": "interfaceId",
          "type": "bytes4"
        }
      ],
      "name": "supportsInterface",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "extension",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "tokenId",
          "type": "uint256"
        }
      ],
      "name": "approveMint",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "metadata": "{\"compiler\":{\"version\":\"0.8.19+commit.7dd6d404\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"extension\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"approveMint\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Required interface of an ERC721Creator compliant extension contracts.\",\"kind\":\"dev\",\"methods\":{\"approveMint(address,address,uint256)\":{\"details\":\"get approval to mint\"},\"supportsInterface(bytes4)\":{\"details\":\"Returns true if this contract implements the interface defined by `interfaceId`. See the corresponding https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section] to learn more about how these ids are created. This function call must use less than 30 000 gas.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/permissions/ERC721/IERC721CreatorMintPermissions.sol\":\"IERC721CreatorMintPermissions\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":25},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/utils/introspection/IERC165.sol\":{\"keccak256\":\"0x447a5f3ddc18419d41ff92b3773fb86471b1db25773e07f877f548918a185bf1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://be161e54f24e5c6fae81a12db1a8ae87bc5ae1b0ddc805d82a1440a68455088f\",\"dweb:/ipfs/QmP7C3CHdY9urF4dEMb9wmsp1wMxHF6nhA2yQE5SKiPAdy\"]},\"project:/contracts/permissions/ERC721/IERC721CreatorMintPermissions.sol\":{\"keccak256\":\"0x9df5ea824141ac0225b240688d6b964d31e4b525c221e4e02b93955500996115\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5ac75988c6c21b64e7a5da269879c23c7f818c8c47962b7e74a2af25c7b78008\",\"dweb:/ipfs/QmRv7RPHRThCPtCnje4nrsCGY6v9otDbYXnexmpNubrUfN\"]}},\"version\":1}",
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "immutableReferences": {},
  "generatedSources": [],
  "deployedGeneratedSources": [],
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "// SPDX-License-Identifier: MIT\n\npragma solidity ^0.8.0;\n\n/// @author: manifold.xyz\n\nimport \"@openzeppelin/contracts/utils/introspection/IERC165.sol\";\n\n/**\n * @dev Required interface of an ERC721Creator compliant extension contracts.\n */\ninterface IERC721CreatorMintPermissions is IERC165 {\n\n    /**\n     * @dev get approval to mint\n     */\n    function approveMint(address extension, address to, uint256 tokenId) external;\n}",
  "sourcePath": "/Users/chung/git/manifoldxyz/solidity/creator-core-solidity/contracts/permissions/ERC721/IERC721CreatorMintPermissions.sol",
  "ast": {
    "absolutePath": "project:/contracts/permissions/ERC721/IERC721CreatorMintPermissions.sol",
    "exportedSymbols": {
      "IERC165": [
        2338
      ],
      "IERC721CreatorMintPermissions": [
        18497
      ]
    },
    "id": 18498,
    "license": "MIT",
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 18482,
        "literals": [
          "solidity",
          "^",
          "0.8",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "33:23:73"
      },
      {
        "absolutePath": "@openzeppelin/contracts/utils/introspection/IERC165.sol",
        "file": "@openzeppelin/contracts/utils/introspection/IERC165.sol",
        "id": 18483,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 18498,
        "sourceUnit": 2339,
        "src": "85:65:73",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "abstract": false,
        "baseContracts": [
          {
            "baseName": {
              "id": 18485,
              "name": "IERC165",
              "nameLocations": [
                "281:7:73"
              ],
              "nodeType": "IdentifierPath",
              "referencedDeclaration": 2338,
              "src": "281:7:73"
            },
            "id": 18486,
            "nodeType": "InheritanceSpecifier",
            "src": "281:7:73"
          }
        ],
        "canonicalName": "IERC721CreatorMintPermissions",
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": {
          "id": 18484,
          "nodeType": "StructuredDocumentation",
          "src": "152:85:73",
          "text": " @dev Required interface of an ERC721Creator compliant extension contracts."
        },
        "fullyImplemented": false,
        "id": 18497,
        "linearizedBaseContracts": [
          18497,
          2338
        ],
        "name": "IERC721CreatorMintPermissions",
        "nameLocation": "248:29:73",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "documentation": {
              "id": 18487,
              "nodeType": "StructuredDocumentation",
              "src": "296:44:73",
              "text": " @dev get approval to mint"
            },
            "functionSelector": "f029c2d8",
            "id": 18496,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "approveMint",
            "nameLocation": "354:11:73",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 18494,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 18489,
                  "mutability": "mutable",
                  "name": "extension",
                  "nameLocation": "374:9:73",
                  "nodeType": "VariableDeclaration",
                  "scope": 18496,
                  "src": "366:17:73",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 18488,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "366:7:73",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 18491,
                  "mutability": "mutable",
                  "name": "to",
                  "nameLocation": "393:2:73",
                  "nodeType": "VariableDeclaration",
                  "scope": 18496,
                  "src": "385:10:73",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 18490,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "385:7:73",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 18493,
                  "mutability": "mutable",
                  "name": "tokenId",
                  "nameLocation": "405:7:73",
                  "nodeType": "VariableDeclaration",
                  "scope": 18496,
                  "src": "397:15:73",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 18492,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "397:7:73",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "365:48:73"
            },
            "returnParameters": {
              "id": 18495,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "422:0:73"
            },
            "scope": 18497,
            "src": "345:78:73",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "scope": 18498,
        "src": "238:187:73",
        "usedErrors": []
      }
    ],
    "src": "33:392:73"
  },
  "compiler": {
    "name": "solc",
    "version": "0.8.19+commit.7dd6d404.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.4.12",
  "updatedAt": "2023-03-22T17:07:39.837Z",
  "devdoc": {
    "details": "Required interface of an ERC721Creator compliant extension contracts.",
    "kind": "dev",
    "methods": {
      "approveMint(address,address,uint256)": {
        "details": "get approval to mint"
      },
      "supportsInterface(bytes4)": {
        "details": "Returns true if this contract implements the interface defined by `interfaceId`. See the corresponding https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section] to learn more about how these ids are created. This function call must use less than 30 000 gas."
      }
    },
    "version": 1
  },
  "userdoc": {
    "kind": "user",
    "methods": {},
    "version": 1
  }
}