{
  "contractName": "ERC721CreatorExtensionBurnable",
  "abi": [
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "account",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "sender",
          "type": "address"
        }
      ],
      "name": "AdminApproved",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "account",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "sender",
          "type": "address"
        }
      ],
      "name": "AdminRevoked",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "previousOwner",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "newOwner",
          "type": "address"
        }
      ],
      "name": "OwnershipTransferred",
      "type": "event"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "admin",
          "type": "address"
        }
      ],
      "name": "approveAdmin",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "getAdmins",
      "outputs": [
        {
          "internalType": "address[]",
          "name": "admins",
          "type": "address[]"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "admin",
          "type": "address"
        }
      ],
      "name": "isAdmin",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "owner",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "renounceOwnership",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "admin",
          "type": "address"
        }
      ],
      "name": "revokeAdmin",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "newOwner",
          "type": "address"
        }
      ],
      "name": "transferOwnership",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "bytes4",
          "name": "interfaceId",
          "type": "bytes4"
        }
      ],
      "name": "supportsInterface",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "creator",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "to",
          "type": "address"
        }
      ],
      "name": "mint",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "creator",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "internalType": "uint16",
          "name": "count",
          "type": "uint16"
        }
      ],
      "name": "mintBatch",
      "outputs": [
        {
          "internalType": "uint256[]",
          "name": "",
          "type": "uint256[]"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "tokenId",
          "type": "uint256"
        }
      ],
      "name": "onBurn",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "metadata": "{\"compiler\":{\"version\":\"0.8.19+commit.7dd6d404\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"name\":\"AdminApproved\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"name\":\"AdminRevoked\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"admin\",\"type\":\"address\"}],\"name\":\"approveAdmin\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getAdmins\",\"outputs\":[{\"internalType\":\"address[]\",\"name\":\"admins\",\"type\":\"address[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"admin\",\"type\":\"address\"}],\"name\":\"isAdmin\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"creator\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"}],\"name\":\"mint\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"creator\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint16\",\"name\":\"count\",\"type\":\"uint16\"}],\"name\":\"mintBatch\",\"outputs\":[{\"internalType\":\"uint256[]\",\"name\":\"\",\"type\":\"uint256[]\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"onBurn\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"admin\",\"type\":\"address\"}],\"name\":\"revokeAdmin\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Suggested implementation for extensions that want to receive onBurn callbacks Mint tracks the creators/tokens created, and onBurn only accepts callbacks from the creator of a token created.\",\"kind\":\"dev\",\"methods\":{\"approveAdmin(address)\":{\"details\":\"See {IAdminControl-approveAdmin}.\"},\"getAdmins()\":{\"details\":\"See {IAdminControl-getAdmins}.\"},\"isAdmin(address)\":{\"details\":\"See {IAdminControl-isAdmin}.\"},\"mint(address,address)\":{\"details\":\"mint a token\"},\"mintBatch(address,address,uint16)\":{\"details\":\"batch mint a token\"},\"onBurn(address,uint256)\":{\"details\":\"See {IERC721CreatorExtensionBurnable-onBurn}.\"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions anymore. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner.\"},\"revokeAdmin(address)\":{\"details\":\"See {IAdminControl-revokeAdmin}.\"},\"supportsInterface(bytes4)\":{\"details\":\"See {IERC165-supportsInterface}.\"},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/extensions/ERC721/ERC721CreatorExtensionBurnable.sol\":\"ERC721CreatorExtensionBurnable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":25},\"remappings\":[]},\"sources\":{\"@manifoldxyz/libraries-solidity/contracts/access/AdminControl.sol\":{\"keccak256\":\"0xaed5e7784e33745ab1b16f1d87b22084a8b25d531c1dcb8dc41fc2a89e2617da\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://44837a9cc639062b2d7424a10e9d579b8d3a9bc1cefede2cfbb917bee8f452ae\",\"dweb:/ipfs/QmburkqmRDZYWjKPRUynhdfkAfP5QDKcXH4WCbH1JC8UDq\"]},\"@manifoldxyz/libraries-solidity/contracts/access/IAdminControl.sol\":{\"keccak256\":\"0x7cc2e4e7d9052532f445e62ec1fa2f05cc0f5d1d8ee1fea913b43a132277bf2f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://266618317d0654fe209b5450b8b5afa3a4a8d41294a2b37ddbae540099859887\",\"dweb:/ipfs/QmYksDqoxhachoqZquXGtjfiuAWJ1rxAKLtUYPL3YboBkE\"]},\"@openzeppelin/contracts/access/Ownable.sol\":{\"keccak256\":\"0xa94b34880e3c1b0b931662cb1c09e5dfa6662f31cba80e07c5ee71cd135c9673\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://40fb1b5102468f783961d0af743f91b9980cf66b50d1d12009f6bb1869cea4d2\",\"dweb:/ipfs/QmYqEbJML4jB1GHbzD4cUZDtJg5wVwNm3vDJq1GbyDus8y\"]},\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0xe2e337e6dde9ef6b680e07338c493ebea1b5fd09b43424112868e9cc1706bca7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6df0ddf21ce9f58271bdfaa85cde98b200ef242a05a3f85c2bc10a8294800a92\",\"dweb:/ipfs/QmRK2Y5Yc6BK7tGKkgsgn3aJEQGi5aakeSPZvS65PV8Xp3\"]},\"@openzeppelin/contracts/utils/introspection/ERC165.sol\":{\"keccak256\":\"0xd10975de010d89fd1c78dc5e8a9a7e7f496198085c151648f20cba166b32582b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fb0048dee081f6fffa5f74afc3fb328483c2a30504e94a0ddd2a5114d731ec4d\",\"dweb:/ipfs/QmZptt1nmYoA5SgjwnSgWqgUSDgm4q52Yos3xhnMv3MV43\"]},\"@openzeppelin/contracts/utils/introspection/ERC165Checker.sol\":{\"keccak256\":\"0x0812bc73d6e30558840122fa48d6f64ae978ccc1b1fc42e616bac190c6360f46\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3d95a53b7e19ca1d46043eaad8967b6e0b02aab2b5fefc2108bfa6d1ad425f5b\",\"dweb:/ipfs/QmQq7AUGT9juE3hun2Wy7r2BDoDBFdBn43DVwhJpK2StLV\"]},\"@openzeppelin/contracts/utils/introspection/IERC165.sol\":{\"keccak256\":\"0x447a5f3ddc18419d41ff92b3773fb86471b1db25773e07f877f548918a185bf1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://be161e54f24e5c6fae81a12db1a8ae87bc5ae1b0ddc805d82a1440a68455088f\",\"dweb:/ipfs/QmP7C3CHdY9urF4dEMb9wmsp1wMxHF6nhA2yQE5SKiPAdy\"]},\"@openzeppelin/contracts/utils/structs/EnumerableSet.sol\":{\"keccak256\":\"0xc3ff3f5c4584e1d9a483ad7ced51ab64523201f4e3d3c65293e4ca8aeb77a961\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d7d3dd6067a994690471b5fc71b6f81fac3847798b37d404f74db00b4d3c3d0e\",\"dweb:/ipfs/QmRHF1RarifjNi93RttouNPkYZGyu6CD926PgRDzD5iL35\"]},\"project:/contracts/core/ICreatorCore.sol\":{\"keccak256\":\"0x6bdcb757953594d3a259f1d68ec3d208ca42dba02115f08a6e32e2936ccb0349\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://dd1853dabcd57eb9b735b3991cf59259cd28cdeca1353495b5c59dc0db2d85df\",\"dweb:/ipfs/QmfJLFZ7RoMvdR7kJLR7QmqreS1x5VNJSa7xvjVsC4mXte\"]},\"project:/contracts/core/IERC721CreatorCore.sol\":{\"keccak256\":\"0xb168262afd1960a48d9c2088b7c24df3c0e5e190d2e2451e8af38983cf713bad\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8b8e621daf8a34967aa796482e02521390328f84a130f064e67aafc1b11748e5\",\"dweb:/ipfs/QmRC4suf2UXxkfy9NazSHwVAHLFeuzqAuQPmZrf1KQfX7f\"]},\"project:/contracts/extensions/CreatorExtension.sol\":{\"keccak256\":\"0x36fe8d17e2364675e2bdd3fc6539976613cac057db580f3d43a202865f7f5cc9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3a6f47309d37ef8dcc76802ab2c8a1500b2160099c9e368f6ac0bf05175e0b97\",\"dweb:/ipfs/QmbyMW37myT5wuQuAjTcna7AuEn8b5EgUh2sPqR9VSTF3B\"]},\"project:/contracts/extensions/ERC721/ERC721CreatorExtension.sol\":{\"keccak256\":\"0xb3b9d1f9b526cb52bf8a969cc40b6034498298d5d9c006c857f99d63ca34993e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7e42892b8c70ac4aef793b8f6e284dce6d1373605299a9df1ecbf3ce7391850b\",\"dweb:/ipfs/QmaPvFtVH1PKn1RyeReuLhUAwk4dev7x6KkCKCTEA4Q3iP\"]},\"project:/contracts/extensions/ERC721/ERC721CreatorExtensionBurnable.sol\":{\"keccak256\":\"0x7d92e842d694142e5bc637a83b6ef6d17b2c622fd3c180c5256d6bf4e965cf1d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a7c90f9d7ad7713801db826d676ee56d06401cdcb5b8bd61927a2f50cc2c1b69\",\"dweb:/ipfs/Qmce4jXdXyB1EMBSnLAq3y7YGaVmaYGsvK3kvkBXa1c83a\"]},\"project:/contracts/extensions/ERC721/IERC721CreatorExtensionBurnable.sol\":{\"keccak256\":\"0xfe990176cd9da70d2241bb28b07155555bc1258350a809dc45165b4ad540d6c0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7629f325fcd4348ffeca7e4abba3517f8767736c0545f6deb9bf71a361ccdc0c\",\"dweb:/ipfs/QmQGx2M1nkQGJXU8tVE56xiP8pgq7dQxqrnWPDjMDzstuH\"]}},\"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/ERC165Checker.sol\";\nimport \"@manifoldxyz/libraries-solidity/contracts/access/AdminControl.sol\";\n\nimport \"../../core/IERC721CreatorCore.sol\";\nimport \"./ERC721CreatorExtension.sol\";\nimport \"./IERC721CreatorExtensionBurnable.sol\";\n\n/**\n * @dev Suggested implementation for extensions that want to receive onBurn callbacks\n * Mint tracks the creators/tokens created, and onBurn only accepts callbacks from\n * the creator of a token created.\n */\nabstract contract ERC721CreatorExtensionBurnable is AdminControl, ERC721CreatorExtension, IERC721CreatorExtensionBurnable {\n\n    mapping (uint256 => address) private _tokenCreators;\n\n    /**\n     * @dev See {IERC165-supportsInterface}.\n     */\n    function supportsInterface(bytes4 interfaceId) public view virtual override(AdminControl, CreatorExtension, IERC165) returns (bool) {\n        return interfaceId == LEGACY_ERC721_EXTENSION_BURNABLE_INTERFACE\n            || interfaceId == type(IERC721CreatorExtensionBurnable).interfaceId\n            || super.supportsInterface(interfaceId);\n    }\n\n    /**\n     * @dev mint a token\n     */\n    function mint(address creator, address to) external adminRequired returns (uint256) {\n        return _mint(creator, to);\n    }\n\n    /**\n     * @dev batch mint a token\n     */\n    function mintBatch(address creator, address to, uint16 count) external adminRequired returns (uint256[] memory) {\n        return _mintBatch(creator, to, count);\n    }\n\n    function _mint(address creator, address to) internal returns (uint256 tokenId) {\n        require(ERC165Checker.supportsInterface(creator, type(IERC721CreatorCore).interfaceId), \"creator must implement IERC721CreatorCore\");\n        tokenId = IERC721CreatorCore(creator).mintExtension(to);\n        _tokenCreators[tokenId] = creator;\n    }\n\n    function _mint(address creator, address to, string memory uri) internal returns (uint256 tokenId) {\n        require(ERC165Checker.supportsInterface(creator, type(IERC721CreatorCore).interfaceId), \"creator must implement IERC721CreatorCore\");\n        tokenId = IERC721CreatorCore(creator).mintExtension(to, uri);\n        _tokenCreators[tokenId] = creator;\n    }\n\n    function _mintBatch(address creator, address to, uint16 count) internal returns (uint256[] memory tokenIds) {\n        require(ERC165Checker.supportsInterface(creator, type(IERC721CreatorCore).interfaceId), \"creator must implement IERC721CreatorCore\");\n        tokenIds = IERC721CreatorCore(creator).mintExtensionBatch(to, count);\n        for (uint i; i < tokenIds.length;) {\n            _tokenCreators[tokenIds[i]] = creator;\n            unchecked { ++i; }\n        }\n    }\n\n    function _mintBatch(address creator, address to, string[] memory uris) internal returns (uint256[] memory tokenIds) {\n        require(ERC165Checker.supportsInterface(creator, type(IERC721CreatorCore).interfaceId), \"creator must implement IERC721CreatorCore\");\n        tokenIds = IERC721CreatorCore(creator).mintExtensionBatch(to, uris);\n        for (uint i; i < tokenIds.length;) {\n            _tokenCreators[tokenIds[i]] = creator;\n            unchecked { ++i; }\n        }\n    }\n\n    /**\n     * @dev See {IERC721CreatorExtensionBurnable-onBurn}.\n     */\n    function onBurn(address, uint256 tokenId) public virtual override {\n        require(_tokenCreators[tokenId] == msg.sender, \"Can only be called by token creator\");\n    }\n\n\n}",
  "sourcePath": "/Users/chung/git/manifoldxyz/solidity/creator-core-solidity/contracts/extensions/ERC721/ERC721CreatorExtensionBurnable.sol",
  "ast": {
    "absolutePath": "project:/contracts/extensions/ERC721/ERC721CreatorExtensionBurnable.sol",
    "exportedSymbols": {
      "AdminControl": [
        185
      ],
      "Context": [
        1933
      ],
      "CreatorExtension": [
        15525
      ],
      "ERC165": [
        2132
      ],
      "ERC165Checker": [
        2326
      ],
      "ERC721CreatorExtension": [
        16085
      ],
      "ERC721CreatorExtensionBurnable": [
        16454
      ],
      "EnumerableSet": [
        3816
      ],
      "IAdminControl": [
        417
      ],
      "ICreatorCore": [
        15197
      ],
      "IERC165": [
        2338
      ],
      "IERC721CreatorCore": [
        15407
      ],
      "IERC721CreatorExtensionBurnable": [
        16498
      ],
      "Ownable": [
        1157
      ]
    },
    "id": 16455,
    "license": "MIT",
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 16158,
        "literals": [
          "solidity",
          "^",
          "0.8",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "33:23:50"
      },
      {
        "absolutePath": "@openzeppelin/contracts/utils/introspection/ERC165Checker.sol",
        "file": "@openzeppelin/contracts/utils/introspection/ERC165Checker.sol",
        "id": 16159,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 16455,
        "sourceUnit": 2327,
        "src": "85:71:50",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "@manifoldxyz/libraries-solidity/contracts/access/AdminControl.sol",
        "file": "@manifoldxyz/libraries-solidity/contracts/access/AdminControl.sol",
        "id": 16160,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 16455,
        "sourceUnit": 186,
        "src": "157:75:50",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "project:/contracts/core/IERC721CreatorCore.sol",
        "file": "../../core/IERC721CreatorCore.sol",
        "id": 16161,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 16455,
        "sourceUnit": 15408,
        "src": "234:43:50",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "project:/contracts/extensions/ERC721/ERC721CreatorExtension.sol",
        "file": "./ERC721CreatorExtension.sol",
        "id": 16162,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 16455,
        "sourceUnit": 16086,
        "src": "278:38:50",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "project:/contracts/extensions/ERC721/IERC721CreatorExtensionBurnable.sol",
        "file": "./IERC721CreatorExtensionBurnable.sol",
        "id": 16163,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 16455,
        "sourceUnit": 16499,
        "src": "317:47:50",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "abstract": true,
        "baseContracts": [
          {
            "baseName": {
              "id": 16165,
              "name": "AdminControl",
              "nameLocations": [
                "630:12:50"
              ],
              "nodeType": "IdentifierPath",
              "referencedDeclaration": 185,
              "src": "630:12:50"
            },
            "id": 16166,
            "nodeType": "InheritanceSpecifier",
            "src": "630:12:50"
          },
          {
            "baseName": {
              "id": 16167,
              "name": "ERC721CreatorExtension",
              "nameLocations": [
                "644:22:50"
              ],
              "nodeType": "IdentifierPath",
              "referencedDeclaration": 16085,
              "src": "644:22:50"
            },
            "id": 16168,
            "nodeType": "InheritanceSpecifier",
            "src": "644:22:50"
          },
          {
            "baseName": {
              "id": 16169,
              "name": "IERC721CreatorExtensionBurnable",
              "nameLocations": [
                "668:31:50"
              ],
              "nodeType": "IdentifierPath",
              "referencedDeclaration": 16498,
              "src": "668:31:50"
            },
            "id": 16170,
            "nodeType": "InheritanceSpecifier",
            "src": "668:31:50"
          }
        ],
        "canonicalName": "ERC721CreatorExtensionBurnable",
        "contractDependencies": [],
        "contractKind": "contract",
        "documentation": {
          "id": 16164,
          "nodeType": "StructuredDocumentation",
          "src": "366:211:50",
          "text": " @dev Suggested implementation for extensions that want to receive onBurn callbacks\n Mint tracks the creators/tokens created, and onBurn only accepts callbacks from\n the creator of a token created."
        },
        "fullyImplemented": true,
        "id": 16454,
        "linearizedBaseContracts": [
          16454,
          16498,
          16085,
          15525,
          185,
          2132,
          417,
          2338,
          1157,
          1933
        ],
        "name": "ERC721CreatorExtensionBurnable",
        "nameLocation": "596:30:50",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "constant": false,
            "id": 16174,
            "mutability": "mutable",
            "name": "_tokenCreators",
            "nameLocation": "744:14:50",
            "nodeType": "VariableDeclaration",
            "scope": 16454,
            "src": "707:51:50",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_mapping$_t_uint256_$_t_address_$",
              "typeString": "mapping(uint256 => address)"
            },
            "typeName": {
              "id": 16173,
              "keyName": "",
              "keyNameLocation": "-1:-1:-1",
              "keyType": {
                "id": 16171,
                "name": "uint256",
                "nodeType": "ElementaryTypeName",
                "src": "716:7:50",
                "typeDescriptions": {
                  "typeIdentifier": "t_uint256",
                  "typeString": "uint256"
                }
              },
              "nodeType": "Mapping",
              "src": "707:28:50",
              "typeDescriptions": {
                "typeIdentifier": "t_mapping$_t_uint256_$_t_address_$",
                "typeString": "mapping(uint256 => address)"
              },
              "valueName": "",
              "valueNameLocation": "-1:-1:-1",
              "valueType": {
                "id": 16172,
                "name": "address",
                "nodeType": "ElementaryTypeName",
                "src": "727:7:50",
                "stateMutability": "nonpayable",
                "typeDescriptions": {
                  "typeIdentifier": "t_address",
                  "typeString": "address"
                }
              }
            },
            "visibility": "private"
          },
          {
            "baseFunctions": [
              42,
              2337,
              15524
            ],
            "body": {
              "id": 16202,
              "nodeType": "Block",
              "src": "958:213:50",
              "statements": [
                {
                  "expression": {
                    "commonType": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    },
                    "id": 16200,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftExpression": {
                      "commonType": {
                        "typeIdentifier": "t_bool",
                        "typeString": "bool"
                      },
                      "id": 16195,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "leftExpression": {
                        "commonType": {
                          "typeIdentifier": "t_bytes4",
                          "typeString": "bytes4"
                        },
                        "id": 16188,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "id": 16186,
                          "name": "interfaceId",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 16177,
                          "src": "975:11:50",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bytes4",
                            "typeString": "bytes4"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "==",
                        "rightExpression": {
                          "id": 16187,
                          "name": "LEGACY_ERC721_EXTENSION_BURNABLE_INTERFACE",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 16084,
                          "src": "990:42:50",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bytes4",
                            "typeString": "bytes4"
                          }
                        },
                        "src": "975:57:50",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      },
                      "nodeType": "BinaryOperation",
                      "operator": "||",
                      "rightExpression": {
                        "commonType": {
                          "typeIdentifier": "t_bytes4",
                          "typeString": "bytes4"
                        },
                        "id": 16194,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "id": 16189,
                          "name": "interfaceId",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 16177,
                          "src": "1048:11:50",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bytes4",
                            "typeString": "bytes4"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "==",
                        "rightExpression": {
                          "expression": {
                            "arguments": [
                              {
                                "id": 16191,
                                "name": "IERC721CreatorExtensionBurnable",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 16498,
                                "src": "1068:31:50",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_type$_t_contract$_IERC721CreatorExtensionBurnable_$16498_$",
                                  "typeString": "type(contract IERC721CreatorExtensionBurnable)"
                                }
                              }
                            ],
                            "expression": {
                              "argumentTypes": [
                                {
                                  "typeIdentifier": "t_type$_t_contract$_IERC721CreatorExtensionBurnable_$16498_$",
                                  "typeString": "type(contract IERC721CreatorExtensionBurnable)"
                                }
                              ],
                              "id": 16190,
                              "name": "type",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 4294967269,
                              "src": "1063:4:50",
                              "typeDescriptions": {
                                "typeIdentifier": "t_function_metatype_pure$__$returns$__$",
                                "typeString": "function () pure"
                              }
                            },
                            "id": 16192,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "kind": "functionCall",
                            "lValueRequested": false,
                            "nameLocations": [],
                            "names": [],
                            "nodeType": "FunctionCall",
                            "src": "1063:37:50",
                            "tryCall": false,
                            "typeDescriptions": {
                              "typeIdentifier": "t_magic_meta_type_t_contract$_IERC721CreatorExtensionBurnable_$16498",
                              "typeString": "type(contract IERC721CreatorExtensionBurnable)"
                            }
                          },
                          "id": 16193,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "memberLocation": "1101:11:50",
                          "memberName": "interfaceId",
                          "nodeType": "MemberAccess",
                          "src": "1063:49:50",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bytes4",
                            "typeString": "bytes4"
                          }
                        },
                        "src": "1048:64:50",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      },
                      "src": "975:137:50",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bool",
                        "typeString": "bool"
                      }
                    },
                    "nodeType": "BinaryOperation",
                    "operator": "||",
                    "rightExpression": {
                      "arguments": [
                        {
                          "id": 16198,
                          "name": "interfaceId",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 16177,
                          "src": "1152:11:50",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bytes4",
                            "typeString": "bytes4"
                          }
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_bytes4",
                            "typeString": "bytes4"
                          }
                        ],
                        "expression": {
                          "id": 16196,
                          "name": "super",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 4294967271,
                          "src": "1128:5:50",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_super$_ERC721CreatorExtensionBurnable_$16454_$",
                            "typeString": "type(contract super ERC721CreatorExtensionBurnable)"
                          }
                        },
                        "id": 16197,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberLocation": "1134:17:50",
                        "memberName": "supportsInterface",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 15524,
                        "src": "1128:23:50",
                        "typeDescriptions": {
                          "typeIdentifier": "t_function_internal_view$_t_bytes4_$returns$_t_bool_$",
                          "typeString": "function (bytes4) view returns (bool)"
                        }
                      },
                      "id": 16199,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "functionCall",
                      "lValueRequested": false,
                      "nameLocations": [],
                      "names": [],
                      "nodeType": "FunctionCall",
                      "src": "1128:36:50",
                      "tryCall": false,
                      "typeDescriptions": {
                        "typeIdentifier": "t_bool",
                        "typeString": "bool"
                      }
                    },
                    "src": "975:189:50",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "functionReturnParameters": 16185,
                  "id": 16201,
                  "nodeType": "Return",
                  "src": "968:196:50"
                }
              ]
            },
            "documentation": {
              "id": 16175,
              "nodeType": "StructuredDocumentation",
              "src": "765:56:50",
              "text": " @dev See {IERC165-supportsInterface}."
            },
            "functionSelector": "01ffc9a7",
            "id": 16203,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "supportsInterface",
            "nameLocation": "835:17:50",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 16182,
              "nodeType": "OverrideSpecifier",
              "overrides": [
                {
                  "id": 16179,
                  "name": "AdminControl",
                  "nameLocations": [
                    "902:12:50"
                  ],
                  "nodeType": "IdentifierPath",
                  "referencedDeclaration": 185,
                  "src": "902:12:50"
                },
                {
                  "id": 16180,
                  "name": "CreatorExtension",
                  "nameLocations": [
                    "916:16:50"
                  ],
                  "nodeType": "IdentifierPath",
                  "referencedDeclaration": 15525,
                  "src": "916:16:50"
                },
                {
                  "id": 16181,
                  "name": "IERC165",
                  "nameLocations": [
                    "934:7:50"
                  ],
                  "nodeType": "IdentifierPath",
                  "referencedDeclaration": 2338,
                  "src": "934:7:50"
                }
              ],
              "src": "893:49:50"
            },
            "parameters": {
              "id": 16178,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 16177,
                  "mutability": "mutable",
                  "name": "interfaceId",
                  "nameLocation": "860:11:50",
                  "nodeType": "VariableDeclaration",
                  "scope": 16203,
                  "src": "853:18:50",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes4",
                    "typeString": "bytes4"
                  },
                  "typeName": {
                    "id": 16176,
                    "name": "bytes4",
                    "nodeType": "ElementaryTypeName",
                    "src": "853:6:50",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes4",
                      "typeString": "bytes4"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "852:20:50"
            },
            "returnParameters": {
              "id": 16185,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 16184,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 16203,
                  "src": "952:4:50",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 16183,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "952:4:50",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "951:6:50"
            },
            "scope": 16454,
            "src": "826:345:50",
            "stateMutability": "view",
            "virtual": true,
            "visibility": "public"
          },
          {
            "body": {
              "id": 16220,
              "nodeType": "Block",
              "src": "1302:42:50",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "id": 16216,
                        "name": "creator",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 16206,
                        "src": "1325:7:50",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "id": 16217,
                        "name": "to",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 16208,
                        "src": "1334:2:50",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      ],
                      "id": 16215,
                      "name": "_mint",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        16280,
                        16320
                      ],
                      "referencedDeclaration": 16280,
                      "src": "1319:5:50",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$returns$_t_uint256_$",
                        "typeString": "function (address,address) returns (uint256)"
                      }
                    },
                    "id": 16218,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "nameLocations": [],
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1319:18:50",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "functionReturnParameters": 16214,
                  "id": 16219,
                  "nodeType": "Return",
                  "src": "1312:25:50"
                }
              ]
            },
            "documentation": {
              "id": 16204,
              "nodeType": "StructuredDocumentation",
              "src": "1177:36:50",
              "text": " @dev mint a token"
            },
            "functionSelector": "ee1fe2ad",
            "id": 16221,
            "implemented": true,
            "kind": "function",
            "modifiers": [
              {
                "id": 16211,
                "kind": "modifierInvocation",
                "modifierName": {
                  "id": 16210,
                  "name": "adminRequired",
                  "nameLocations": [
                    "1270:13:50"
                  ],
                  "nodeType": "IdentifierPath",
                  "referencedDeclaration": 62,
                  "src": "1270:13:50"
                },
                "nodeType": "ModifierInvocation",
                "src": "1270:13:50"
              }
            ],
            "name": "mint",
            "nameLocation": "1227:4:50",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 16209,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 16206,
                  "mutability": "mutable",
                  "name": "creator",
                  "nameLocation": "1240:7:50",
                  "nodeType": "VariableDeclaration",
                  "scope": 16221,
                  "src": "1232:15:50",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 16205,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1232:7:50",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 16208,
                  "mutability": "mutable",
                  "name": "to",
                  "nameLocation": "1257:2:50",
                  "nodeType": "VariableDeclaration",
                  "scope": 16221,
                  "src": "1249:10:50",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 16207,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1249:7:50",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1231:29:50"
            },
            "returnParameters": {
              "id": 16214,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 16213,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 16221,
                  "src": "1293:7:50",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 16212,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1293:7:50",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1292:9:50"
            },
            "scope": 16454,
            "src": "1218:126:50",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "body": {
              "id": 16242,
              "nodeType": "Block",
              "src": "1509:54:50",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "id": 16237,
                        "name": "creator",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 16224,
                        "src": "1537:7:50",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "id": 16238,
                        "name": "to",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 16226,
                        "src": "1546:2:50",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "id": 16239,
                        "name": "count",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 16228,
                        "src": "1550:5:50",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint16",
                          "typeString": "uint16"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_uint16",
                          "typeString": "uint16"
                        }
                      ],
                      "id": 16236,
                      "name": "_mintBatch",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        16376,
                        16433
                      ],
                      "referencedDeclaration": 16376,
                      "src": "1526:10:50",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint16_$returns$_t_array$_t_uint256_$dyn_memory_ptr_$",
                        "typeString": "function (address,address,uint16) returns (uint256[] memory)"
                      }
                    },
                    "id": 16240,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "nameLocations": [],
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1526:30:50",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                      "typeString": "uint256[] memory"
                    }
                  },
                  "functionReturnParameters": 16235,
                  "id": 16241,
                  "nodeType": "Return",
                  "src": "1519:37:50"
                }
              ]
            },
            "documentation": {
              "id": 16222,
              "nodeType": "StructuredDocumentation",
              "src": "1350:42:50",
              "text": " @dev batch mint a token"
            },
            "functionSelector": "584abd0a",
            "id": 16243,
            "implemented": true,
            "kind": "function",
            "modifiers": [
              {
                "id": 16231,
                "kind": "modifierInvocation",
                "modifierName": {
                  "id": 16230,
                  "name": "adminRequired",
                  "nameLocations": [
                    "1468:13:50"
                  ],
                  "nodeType": "IdentifierPath",
                  "referencedDeclaration": 62,
                  "src": "1468:13:50"
                },
                "nodeType": "ModifierInvocation",
                "src": "1468:13:50"
              }
            ],
            "name": "mintBatch",
            "nameLocation": "1406:9:50",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 16229,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 16224,
                  "mutability": "mutable",
                  "name": "creator",
                  "nameLocation": "1424:7:50",
                  "nodeType": "VariableDeclaration",
                  "scope": 16243,
                  "src": "1416:15:50",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 16223,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1416:7:50",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 16226,
                  "mutability": "mutable",
                  "name": "to",
                  "nameLocation": "1441:2:50",
                  "nodeType": "VariableDeclaration",
                  "scope": 16243,
                  "src": "1433:10:50",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 16225,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1433:7:50",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 16228,
                  "mutability": "mutable",
                  "name": "count",
                  "nameLocation": "1452:5:50",
                  "nodeType": "VariableDeclaration",
                  "scope": 16243,
                  "src": "1445:12:50",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint16",
                    "typeString": "uint16"
                  },
                  "typeName": {
                    "id": 16227,
                    "name": "uint16",
                    "nodeType": "ElementaryTypeName",
                    "src": "1445:6:50",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint16",
                      "typeString": "uint16"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1415:43:50"
            },
            "returnParameters": {
              "id": 16235,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 16234,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 16243,
                  "src": "1491:16:50",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                    "typeString": "uint256[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 16232,
                      "name": "uint256",
                      "nodeType": "ElementaryTypeName",
                      "src": "1491:7:50",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 16233,
                    "nodeType": "ArrayTypeName",
                    "src": "1491:9:50",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
                      "typeString": "uint256[]"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1490:18:50"
            },
            "scope": 16454,
            "src": "1397:166:50",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "body": {
              "id": 16279,
              "nodeType": "Block",
              "src": "1648:257:50",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "arguments": [
                          {
                            "id": 16255,
                            "name": "creator",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 16245,
                            "src": "1698:7:50",
                            "typeDescriptions": {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          },
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "id": 16257,
                                  "name": "IERC721CreatorCore",
                                  "nodeType": "Identifier",
                                  "overloadedDeclarations": [],
                                  "referencedDeclaration": 15407,
                                  "src": "1712:18:50",
                                  "typeDescriptions": {
                                    "typeIdentifier": "t_type$_t_contract$_IERC721CreatorCore_$15407_$",
                                    "typeString": "type(contract IERC721CreatorCore)"
                                  }
                                }
                              ],
                              "expression": {
                                "argumentTypes": [
                                  {
                                    "typeIdentifier": "t_type$_t_contract$_IERC721CreatorCore_$15407_$",
                                    "typeString": "type(contract IERC721CreatorCore)"
                                  }
                                ],
                                "id": 16256,
                                "name": "type",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 4294967269,
                                "src": "1707:4:50",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_function_metatype_pure$__$returns$__$",
                                  "typeString": "function () pure"
                                }
                              },
                              "id": 16258,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": true,
                              "kind": "functionCall",
                              "lValueRequested": false,
                              "nameLocations": [],
                              "names": [],
                              "nodeType": "FunctionCall",
                              "src": "1707:24:50",
                              "tryCall": false,
                              "typeDescriptions": {
                                "typeIdentifier": "t_magic_meta_type_t_contract$_IERC721CreatorCore_$15407",
                                "typeString": "type(contract IERC721CreatorCore)"
                              }
                            },
                            "id": 16259,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "memberLocation": "1732:11:50",
                            "memberName": "interfaceId",
                            "nodeType": "MemberAccess",
                            "src": "1707:36:50",
                            "typeDescriptions": {
                              "typeIdentifier": "t_bytes4",
                              "typeString": "bytes4"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            },
                            {
                              "typeIdentifier": "t_bytes4",
                              "typeString": "bytes4"
                            }
                          ],
                          "expression": {
                            "id": 16253,
                            "name": "ERC165Checker",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 2326,
                            "src": "1666:13:50",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_contract$_ERC165Checker_$2326_$",
                              "typeString": "type(library ERC165Checker)"
                            }
                          },
                          "id": 16254,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberLocation": "1680:17:50",
                          "memberName": "supportsInterface",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": 2182,
                          "src": "1666:31:50",
                          "typeDescriptions": {
                            "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes4_$returns$_t_bool_$",
                            "typeString": "function (address,bytes4) view returns (bool)"
                          }
                        },
                        "id": 16260,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "functionCall",
                        "lValueRequested": false,
                        "nameLocations": [],
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "1666:78:50",
                        "tryCall": false,
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      },
                      {
                        "hexValue": "63726561746f72206d75737420696d706c656d656e74204945524337323143726561746f72436f7265",
                        "id": 16261,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "string",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "1746:43:50",
                        "typeDescriptions": {
                          "typeIdentifier": "t_stringliteral_6ce3e2a1d39a1e733326d9ad19a368bd3d0a0e54a77ac125270b9710bcd4d67f",
                          "typeString": "literal_string \"creator must implement IERC721CreatorCore\""
                        },
                        "value": "creator must implement IERC721CreatorCore"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        {
                          "typeIdentifier": "t_stringliteral_6ce3e2a1d39a1e733326d9ad19a368bd3d0a0e54a77ac125270b9710bcd4d67f",
                          "typeString": "literal_string \"creator must implement IERC721CreatorCore\""
                        }
                      ],
                      "id": 16252,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        4294967278,
                        4294967278
                      ],
                      "referencedDeclaration": 4294967278,
                      "src": "1658:7:50",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (bool,string memory) pure"
                      }
                    },
                    "id": 16262,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "nameLocations": [],
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1658:132:50",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 16263,
                  "nodeType": "ExpressionStatement",
                  "src": "1658:132:50"
                },
                {
                  "expression": {
                    "id": 16271,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "id": 16264,
                      "name": "tokenId",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 16250,
                      "src": "1800:7:50",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "arguments": [
                        {
                          "id": 16269,
                          "name": "to",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 16247,
                          "src": "1852:2:50",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        ],
                        "expression": {
                          "arguments": [
                            {
                              "id": 16266,
                              "name": "creator",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 16245,
                              "src": "1829:7:50",
                              "typeDescriptions": {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              }
                            ],
                            "id": 16265,
                            "name": "IERC721CreatorCore",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 15407,
                            "src": "1810:18:50",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_contract$_IERC721CreatorCore_$15407_$",
                              "typeString": "type(contract IERC721CreatorCore)"
                            }
                          },
                          "id": 16267,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "nameLocations": [],
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "1810:27:50",
                          "tryCall": false,
                          "typeDescriptions": {
                            "typeIdentifier": "t_contract$_IERC721CreatorCore_$15407",
                            "typeString": "contract IERC721CreatorCore"
                          }
                        },
                        "id": 16268,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberLocation": "1838:13:50",
                        "memberName": "mintExtension",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 15337,
                        "src": "1810:41:50",
                        "typeDescriptions": {
                          "typeIdentifier": "t_function_external_nonpayable$_t_address_$returns$_t_uint256_$",
                          "typeString": "function (address) external returns (uint256)"
                        }
                      },
                      "id": 16270,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "functionCall",
                      "lValueRequested": false,
                      "nameLocations": [],
                      "names": [],
                      "nodeType": "FunctionCall",
                      "src": "1810:45:50",
                      "tryCall": false,
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "src": "1800:55:50",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "id": 16272,
                  "nodeType": "ExpressionStatement",
                  "src": "1800:55:50"
                },
                {
                  "expression": {
                    "id": 16277,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "baseExpression": {
                        "id": 16273,
                        "name": "_tokenCreators",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 16174,
                        "src": "1865:14:50",
                        "typeDescriptions": {
                          "typeIdentifier": "t_mapping$_t_uint256_$_t_address_$",
                          "typeString": "mapping(uint256 => address)"
                        }
                      },
                      "id": 16275,
                      "indexExpression": {
                        "id": 16274,
                        "name": "tokenId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 16250,
                        "src": "1880:7:50",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "nodeType": "IndexAccess",
                      "src": "1865:23:50",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "id": 16276,
                      "name": "creator",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 16245,
                      "src": "1891:7:50",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "src": "1865:33:50",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "id": 16278,
                  "nodeType": "ExpressionStatement",
                  "src": "1865:33:50"
                }
              ]
            },
            "id": 16280,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "_mint",
            "nameLocation": "1578:5:50",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 16248,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 16245,
                  "mutability": "mutable",
                  "name": "creator",
                  "nameLocation": "1592:7:50",
                  "nodeType": "VariableDeclaration",
                  "scope": 16280,
                  "src": "1584:15:50",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 16244,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1584:7:50",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 16247,
                  "mutability": "mutable",
                  "name": "to",
                  "nameLocation": "1609:2:50",
                  "nodeType": "VariableDeclaration",
                  "scope": 16280,
                  "src": "1601:10:50",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 16246,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1601:7:50",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1583:29:50"
            },
            "returnParameters": {
              "id": 16251,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 16250,
                  "mutability": "mutable",
                  "name": "tokenId",
                  "nameLocation": "1639:7:50",
                  "nodeType": "VariableDeclaration",
                  "scope": 16280,
                  "src": "1631:15:50",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 16249,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1631:7:50",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1630:17:50"
            },
            "scope": 16454,
            "src": "1569:336:50",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "body": {
              "id": 16319,
              "nodeType": "Block",
              "src": "2009:262:50",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "arguments": [
                          {
                            "id": 16294,
                            "name": "creator",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 16282,
                            "src": "2059:7:50",
                            "typeDescriptions": {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          },
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "id": 16296,
                                  "name": "IERC721CreatorCore",
                                  "nodeType": "Identifier",
                                  "overloadedDeclarations": [],
                                  "referencedDeclaration": 15407,
                                  "src": "2073:18:50",
                                  "typeDescriptions": {
                                    "typeIdentifier": "t_type$_t_contract$_IERC721CreatorCore_$15407_$",
                                    "typeString": "type(contract IERC721CreatorCore)"
                                  }
                                }
                              ],
                              "expression": {
                                "argumentTypes": [
                                  {
                                    "typeIdentifier": "t_type$_t_contract$_IERC721CreatorCore_$15407_$",
                                    "typeString": "type(contract IERC721CreatorCore)"
                                  }
                                ],
                                "id": 16295,
                                "name": "type",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 4294967269,
                                "src": "2068:4:50",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_function_metatype_pure$__$returns$__$",
                                  "typeString": "function () pure"
                                }
                              },
                              "id": 16297,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": true,
                              "kind": "functionCall",
                              "lValueRequested": false,
                              "nameLocations": [],
                              "names": [],
                              "nodeType": "FunctionCall",
                              "src": "2068:24:50",
                              "tryCall": false,
                              "typeDescriptions": {
                                "typeIdentifier": "t_magic_meta_type_t_contract$_IERC721CreatorCore_$15407",
                                "typeString": "type(contract IERC721CreatorCore)"
                              }
                            },
                            "id": 16298,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "memberLocation": "2093:11:50",
                            "memberName": "interfaceId",
                            "nodeType": "MemberAccess",
                            "src": "2068:36:50",
                            "typeDescriptions": {
                              "typeIdentifier": "t_bytes4",
                              "typeString": "bytes4"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            },
                            {
                              "typeIdentifier": "t_bytes4",
                              "typeString": "bytes4"
                            }
                          ],
                          "expression": {
                            "id": 16292,
                            "name": "ERC165Checker",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 2326,
                            "src": "2027:13:50",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_contract$_ERC165Checker_$2326_$",
                              "typeString": "type(library ERC165Checker)"
                            }
                          },
                          "id": 16293,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberLocation": "2041:17:50",
                          "memberName": "supportsInterface",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": 2182,
                          "src": "2027:31:50",
                          "typeDescriptions": {
                            "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes4_$returns$_t_bool_$",
                            "typeString": "function (address,bytes4) view returns (bool)"
                          }
                        },
                        "id": 16299,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "functionCall",
                        "lValueRequested": false,
                        "nameLocations": [],
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "2027:78:50",
                        "tryCall": false,
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      },
                      {
                        "hexValue": "63726561746f72206d75737420696d706c656d656e74204945524337323143726561746f72436f7265",
                        "id": 16300,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "string",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "2107:43:50",
                        "typeDescriptions": {
                          "typeIdentifier": "t_stringliteral_6ce3e2a1d39a1e733326d9ad19a368bd3d0a0e54a77ac125270b9710bcd4d67f",
                          "typeString": "literal_string \"creator must implement IERC721CreatorCore\""
                        },
                        "value": "creator must implement IERC721CreatorCore"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        {
                          "typeIdentifier": "t_stringliteral_6ce3e2a1d39a1e733326d9ad19a368bd3d0a0e54a77ac125270b9710bcd4d67f",
                          "typeString": "literal_string \"creator must implement IERC721CreatorCore\""
                        }
                      ],
                      "id": 16291,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        4294967278,
                        4294967278
                      ],
                      "referencedDeclaration": 4294967278,
                      "src": "2019:7:50",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (bool,string memory) pure"
                      }
                    },
                    "id": 16301,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "nameLocations": [],
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2019:132:50",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 16302,
                  "nodeType": "ExpressionStatement",
                  "src": "2019:132:50"
                },
                {
                  "expression": {
                    "id": 16311,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "id": 16303,
                      "name": "tokenId",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 16289,
                      "src": "2161:7:50",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "arguments": [
                        {
                          "id": 16308,
                          "name": "to",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 16284,
                          "src": "2213:2:50",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        {
                          "id": 16309,
                          "name": "uri",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 16286,
                          "src": "2217:3:50",
                          "typeDescriptions": {
                            "typeIdentifier": "t_string_memory_ptr",
                            "typeString": "string memory"
                          }
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          },
                          {
                            "typeIdentifier": "t_string_memory_ptr",
                            "typeString": "string memory"
                          }
                        ],
                        "expression": {
                          "arguments": [
                            {
                              "id": 16305,
                              "name": "creator",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 16282,
                              "src": "2190:7:50",
                              "typeDescriptions": {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              }
                            ],
                            "id": 16304,
                            "name": "IERC721CreatorCore",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 15407,
                            "src": "2171:18:50",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_contract$_IERC721CreatorCore_$15407_$",
                              "typeString": "type(contract IERC721CreatorCore)"
                            }
                          },
                          "id": 16306,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "nameLocations": [],
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "2171:27:50",
                          "tryCall": false,
                          "typeDescriptions": {
                            "typeIdentifier": "t_contract$_IERC721CreatorCore_$15407",
                            "typeString": "contract IERC721CreatorCore"
                          }
                        },
                        "id": 16307,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberLocation": "2199:13:50",
                        "memberName": "mintExtension",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 15347,
                        "src": "2171:41:50",
                        "typeDescriptions": {
                          "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_string_memory_ptr_$returns$_t_uint256_$",
                          "typeString": "function (address,string memory) external returns (uint256)"
                        }
                      },
                      "id": 16310,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "functionCall",
                      "lValueRequested": false,
                      "nameLocations": [],
                      "names": [],
                      "nodeType": "FunctionCall",
                      "src": "2171:50:50",
                      "tryCall": false,
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "src": "2161:60:50",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "id": 16312,
                  "nodeType": "ExpressionStatement",
                  "src": "2161:60:50"
                },
                {
                  "expression": {
                    "id": 16317,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "baseExpression": {
                        "id": 16313,
                        "name": "_tokenCreators",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 16174,
                        "src": "2231:14:50",
                        "typeDescriptions": {
                          "typeIdentifier": "t_mapping$_t_uint256_$_t_address_$",
                          "typeString": "mapping(uint256 => address)"
                        }
                      },
                      "id": 16315,
                      "indexExpression": {
                        "id": 16314,
                        "name": "tokenId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 16289,
                        "src": "2246:7:50",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "nodeType": "IndexAccess",
                      "src": "2231:23:50",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "id": 16316,
                      "name": "creator",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 16282,
                      "src": "2257:7:50",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "src": "2231:33:50",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "id": 16318,
                  "nodeType": "ExpressionStatement",
                  "src": "2231:33:50"
                }
              ]
            },
            "id": 16320,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "_mint",
            "nameLocation": "1920:5:50",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 16287,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 16282,
                  "mutability": "mutable",
                  "name": "creator",
                  "nameLocation": "1934:7:50",
                  "nodeType": "VariableDeclaration",
                  "scope": 16320,
                  "src": "1926:15:50",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 16281,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1926:7:50",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 16284,
                  "mutability": "mutable",
                  "name": "to",
                  "nameLocation": "1951:2:50",
                  "nodeType": "VariableDeclaration",
                  "scope": 16320,
                  "src": "1943:10:50",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 16283,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1943:7:50",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 16286,
                  "mutability": "mutable",
                  "name": "uri",
                  "nameLocation": "1969:3:50",
                  "nodeType": "VariableDeclaration",
                  "scope": 16320,
                  "src": "1955:17:50",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 16285,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "1955:6:50",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1925:48:50"
            },
            "returnParameters": {
              "id": 16290,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 16289,
                  "mutability": "mutable",
                  "name": "tokenId",
                  "nameLocation": "2000:7:50",
                  "nodeType": "VariableDeclaration",
                  "scope": 16320,
                  "src": "1992:15:50",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 16288,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1992:7:50",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1991:17:50"
            },
            "scope": 16454,
            "src": "1911:360:50",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "body": {
              "id": 16375,
              "nodeType": "Block",
              "src": "2385:364:50",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "arguments": [
                          {
                            "id": 16335,
                            "name": "creator",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 16322,
                            "src": "2435:7:50",
                            "typeDescriptions": {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          },
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "id": 16337,
                                  "name": "IERC721CreatorCore",
                                  "nodeType": "Identifier",
                                  "overloadedDeclarations": [],
                                  "referencedDeclaration": 15407,
                                  "src": "2449:18:50",
                                  "typeDescriptions": {
                                    "typeIdentifier": "t_type$_t_contract$_IERC721CreatorCore_$15407_$",
                                    "typeString": "type(contract IERC721CreatorCore)"
                                  }
                                }
                              ],
                              "expression": {
                                "argumentTypes": [
                                  {
                                    "typeIdentifier": "t_type$_t_contract$_IERC721CreatorCore_$15407_$",
                                    "typeString": "type(contract IERC721CreatorCore)"
                                  }
                                ],
                                "id": 16336,
                                "name": "type",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 4294967269,
                                "src": "2444:4:50",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_function_metatype_pure$__$returns$__$",
                                  "typeString": "function () pure"
                                }
                              },
                              "id": 16338,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": true,
                              "kind": "functionCall",
                              "lValueRequested": false,
                              "nameLocations": [],
                              "names": [],
                              "nodeType": "FunctionCall",
                              "src": "2444:24:50",
                              "tryCall": false,
                              "typeDescriptions": {
                                "typeIdentifier": "t_magic_meta_type_t_contract$_IERC721CreatorCore_$15407",
                                "typeString": "type(contract IERC721CreatorCore)"
                              }
                            },
                            "id": 16339,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "memberLocation": "2469:11:50",
                            "memberName": "interfaceId",
                            "nodeType": "MemberAccess",
                            "src": "2444:36:50",
                            "typeDescriptions": {
                              "typeIdentifier": "t_bytes4",
                              "typeString": "bytes4"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            },
                            {
                              "typeIdentifier": "t_bytes4",
                              "typeString": "bytes4"
                            }
                          ],
                          "expression": {
                            "id": 16333,
                            "name": "ERC165Checker",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 2326,
                            "src": "2403:13:50",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_contract$_ERC165Checker_$2326_$",
                              "typeString": "type(library ERC165Checker)"
                            }
                          },
                          "id": 16334,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberLocation": "2417:17:50",
                          "memberName": "supportsInterface",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": 2182,
                          "src": "2403:31:50",
                          "typeDescriptions": {
                            "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes4_$returns$_t_bool_$",
                            "typeString": "function (address,bytes4) view returns (bool)"
                          }
                        },
                        "id": 16340,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "functionCall",
                        "lValueRequested": false,
                        "nameLocations": [],
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "2403:78:50",
                        "tryCall": false,
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      },
                      {
                        "hexValue": "63726561746f72206d75737420696d706c656d656e74204945524337323143726561746f72436f7265",
                        "id": 16341,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "string",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "2483:43:50",
                        "typeDescriptions": {
                          "typeIdentifier": "t_stringliteral_6ce3e2a1d39a1e733326d9ad19a368bd3d0a0e54a77ac125270b9710bcd4d67f",
                          "typeString": "literal_string \"creator must implement IERC721CreatorCore\""
                        },
                        "value": "creator must implement IERC721CreatorCore"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        {
                          "typeIdentifier": "t_stringliteral_6ce3e2a1d39a1e733326d9ad19a368bd3d0a0e54a77ac125270b9710bcd4d67f",
                          "typeString": "literal_string \"creator must implement IERC721CreatorCore\""
                        }
                      ],
                      "id": 16332,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        4294967278,
                        4294967278
                      ],
                      "referencedDeclaration": 4294967278,
                      "src": "2395:7:50",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (bool,string memory) pure"
                      }
                    },
                    "id": 16342,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "nameLocations": [],
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2395:132:50",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 16343,
                  "nodeType": "ExpressionStatement",
                  "src": "2395:132:50"
                },
                {
                  "expression": {
                    "id": 16352,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "id": 16344,
                      "name": "tokenIds",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 16330,
                      "src": "2537:8:50",
                      "typeDescriptions": {
                        "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                        "typeString": "uint256[] memory"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "arguments": [
                        {
                          "id": 16349,
                          "name": "to",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 16324,
                          "src": "2595:2:50",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        {
                          "id": 16350,
                          "name": "count",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 16326,
                          "src": "2599:5:50",
                          "typeDescriptions": {
                            "typeIdentifier": "t_uint16",
                            "typeString": "uint16"
                          }
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          },
                          {
                            "typeIdentifier": "t_uint16",
                            "typeString": "uint16"
                          }
                        ],
                        "expression": {
                          "arguments": [
                            {
                              "id": 16346,
                              "name": "creator",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 16322,
                              "src": "2567:7:50",
                              "typeDescriptions": {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              }
                            ],
                            "id": 16345,
                            "name": "IERC721CreatorCore",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 15407,
                            "src": "2548:18:50",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_contract$_IERC721CreatorCore_$15407_$",
                              "typeString": "type(contract IERC721CreatorCore)"
                            }
                          },
                          "id": 16347,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "nameLocations": [],
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "2548:27:50",
                          "tryCall": false,
                          "typeDescriptions": {
                            "typeIdentifier": "t_contract$_IERC721CreatorCore_$15407",
                            "typeString": "contract IERC721CreatorCore"
                          }
                        },
                        "id": 16348,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberLocation": "2576:18:50",
                        "memberName": "mintExtensionBatch",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 15368,
                        "src": "2548:46:50",
                        "typeDescriptions": {
                          "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint16_$returns$_t_array$_t_uint256_$dyn_memory_ptr_$",
                          "typeString": "function (address,uint16) external returns (uint256[] memory)"
                        }
                      },
                      "id": 16351,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "functionCall",
                      "lValueRequested": false,
                      "nameLocations": [],
                      "names": [],
                      "nodeType": "FunctionCall",
                      "src": "2548:57:50",
                      "tryCall": false,
                      "typeDescriptions": {
                        "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                        "typeString": "uint256[] memory"
                      }
                    },
                    "src": "2537:68:50",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                      "typeString": "uint256[] memory"
                    }
                  },
                  "id": 16353,
                  "nodeType": "ExpressionStatement",
                  "src": "2537:68:50"
                },
                {
                  "body": {
                    "id": 16373,
                    "nodeType": "Block",
                    "src": "2650:93:50",
                    "statements": [
                      {
                        "expression": {
                          "id": 16367,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "leftHandSide": {
                            "baseExpression": {
                              "id": 16361,
                              "name": "_tokenCreators",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 16174,
                              "src": "2664:14:50",
                              "typeDescriptions": {
                                "typeIdentifier": "t_mapping$_t_uint256_$_t_address_$",
                                "typeString": "mapping(uint256 => address)"
                              }
                            },
                            "id": 16365,
                            "indexExpression": {
                              "baseExpression": {
                                "id": 16362,
                                "name": "tokenIds",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 16330,
                                "src": "2679:8:50",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                                  "typeString": "uint256[] memory"
                                }
                              },
                              "id": 16364,
                              "indexExpression": {
                                "id": 16363,
                                "name": "i",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 16355,
                                "src": "2688:1:50",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_uint256",
                                  "typeString": "uint256"
                                }
                              },
                              "isConstant": false,
                              "isLValue": true,
                              "isPure": false,
                              "lValueRequested": false,
                              "nodeType": "IndexAccess",
                              "src": "2679:11:50",
                              "typeDescriptions": {
                                "typeIdentifier": "t_uint256",
                                "typeString": "uint256"
                              }
                            },
                            "isConstant": false,
                            "isLValue": true,
                            "isPure": false,
                            "lValueRequested": true,
                            "nodeType": "IndexAccess",
                            "src": "2664:27:50",
                            "typeDescriptions": {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          },
                          "nodeType": "Assignment",
                          "operator": "=",
                          "rightHandSide": {
                            "id": 16366,
                            "name": "creator",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 16322,
                            "src": "2694:7:50",
                            "typeDescriptions": {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          },
                          "src": "2664:37:50",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "id": 16368,
                        "nodeType": "ExpressionStatement",
                        "src": "2664:37:50"
                      },
                      {
                        "id": 16372,
                        "nodeType": "UncheckedBlock",
                        "src": "2715:18:50",
                        "statements": [
                          {
                            "expression": {
                              "id": 16370,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "lValueRequested": false,
                              "nodeType": "UnaryOperation",
                              "operator": "++",
                              "prefix": true,
                              "src": "2727:3:50",
                              "subExpression": {
                                "id": 16369,
                                "name": "i",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 16355,
                                "src": "2729:1:50",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_uint256",
                                  "typeString": "uint256"
                                }
                              },
                              "typeDescriptions": {
                                "typeIdentifier": "t_uint256",
                                "typeString": "uint256"
                              }
                            },
                            "id": 16371,
                            "nodeType": "ExpressionStatement",
                            "src": "2727:3:50"
                          }
                        ]
                      }
                    ]
                  },
                  "condition": {
                    "commonType": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    },
                    "id": 16360,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftExpression": {
                      "id": 16357,
                      "name": "i",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 16355,
                      "src": "2628:1:50",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "nodeType": "BinaryOperation",
                    "operator": "<",
                    "rightExpression": {
                      "expression": {
                        "id": 16358,
                        "name": "tokenIds",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 16330,
                        "src": "2632:8:50",
                        "typeDescriptions": {
                          "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                          "typeString": "uint256[] memory"
                        }
                      },
                      "id": 16359,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberLocation": "2641:6:50",
                      "memberName": "length",
                      "nodeType": "MemberAccess",
                      "src": "2632:15:50",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "src": "2628:19:50",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "id": 16374,
                  "initializationExpression": {
                    "assignments": [
                      16355
                    ],
                    "declarations": [
                      {
                        "constant": false,
                        "id": 16355,
                        "mutability": "mutable",
                        "name": "i",
                        "nameLocation": "2625:1:50",
                        "nodeType": "VariableDeclaration",
                        "scope": 16374,
                        "src": "2620:6:50",
                        "stateVariable": false,
                        "storageLocation": "default",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        },
                        "typeName": {
                          "id": 16354,
                          "name": "uint",
                          "nodeType": "ElementaryTypeName",
                          "src": "2620:4:50",
                          "typeDescriptions": {
                            "typeIdentifier": "t_uint256",
                            "typeString": "uint256"
                          }
                        },
                        "visibility": "internal"
                      }
                    ],
                    "id": 16356,
                    "nodeType": "VariableDeclarationStatement",
                    "src": "2620:6:50"
                  },
                  "nodeType": "ForStatement",
                  "src": "2615:128:50"
                }
              ]
            },
            "id": 16376,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "_mintBatch",
            "nameLocation": "2286:10:50",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 16327,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 16322,
                  "mutability": "mutable",
                  "name": "creator",
                  "nameLocation": "2305:7:50",
                  "nodeType": "VariableDeclaration",
                  "scope": 16376,
                  "src": "2297:15:50",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 16321,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "2297:7:50",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 16324,
                  "mutability": "mutable",
                  "name": "to",
                  "nameLocation": "2322:2:50",
                  "nodeType": "VariableDeclaration",
                  "scope": 16376,
                  "src": "2314:10:50",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 16323,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "2314:7:50",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 16326,
                  "mutability": "mutable",
                  "name": "count",
                  "nameLocation": "2333:5:50",
                  "nodeType": "VariableDeclaration",
                  "scope": 16376,
                  "src": "2326:12:50",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint16",
                    "typeString": "uint16"
                  },
                  "typeName": {
                    "id": 16325,
                    "name": "uint16",
                    "nodeType": "ElementaryTypeName",
                    "src": "2326:6:50",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint16",
                      "typeString": "uint16"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2296:43:50"
            },
            "returnParameters": {
              "id": 16331,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 16330,
                  "mutability": "mutable",
                  "name": "tokenIds",
                  "nameLocation": "2375:8:50",
                  "nodeType": "VariableDeclaration",
                  "scope": 16376,
                  "src": "2358:25:50",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                    "typeString": "uint256[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 16328,
                      "name": "uint256",
                      "nodeType": "ElementaryTypeName",
                      "src": "2358:7:50",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 16329,
                    "nodeType": "ArrayTypeName",
                    "src": "2358:9:50",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
                      "typeString": "uint256[]"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2357:27:50"
            },
            "scope": 16454,
            "src": "2277:472:50",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "body": {
              "id": 16432,
              "nodeType": "Block",
              "src": "2871:363:50",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "arguments": [
                          {
                            "id": 16392,
                            "name": "creator",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 16378,
                            "src": "2921:7:50",
                            "typeDescriptions": {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          },
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "id": 16394,
                                  "name": "IERC721CreatorCore",
                                  "nodeType": "Identifier",
                                  "overloadedDeclarations": [],
                                  "referencedDeclaration": 15407,
                                  "src": "2935:18:50",
                                  "typeDescriptions": {
                                    "typeIdentifier": "t_type$_t_contract$_IERC721CreatorCore_$15407_$",
                                    "typeString": "type(contract IERC721CreatorCore)"
                                  }
                                }
                              ],
                              "expression": {
                                "argumentTypes": [
                                  {
                                    "typeIdentifier": "t_type$_t_contract$_IERC721CreatorCore_$15407_$",
                                    "typeString": "type(contract IERC721CreatorCore)"
                                  }
                                ],
                                "id": 16393,
                                "name": "type",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 4294967269,
                                "src": "2930:4:50",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_function_metatype_pure$__$returns$__$",
                                  "typeString": "function () pure"
                                }
                              },
                              "id": 16395,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": true,
                              "kind": "functionCall",
                              "lValueRequested": false,
                              "nameLocations": [],
                              "names": [],
                              "nodeType": "FunctionCall",
                              "src": "2930:24:50",
                              "tryCall": false,
                              "typeDescriptions": {
                                "typeIdentifier": "t_magic_meta_type_t_contract$_IERC721CreatorCore_$15407",
                                "typeString": "type(contract IERC721CreatorCore)"
                              }
                            },
                            "id": 16396,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "memberLocation": "2955:11:50",
                            "memberName": "interfaceId",
                            "nodeType": "MemberAccess",
                            "src": "2930:36:50",
                            "typeDescriptions": {
                              "typeIdentifier": "t_bytes4",
                              "typeString": "bytes4"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            },
                            {
                              "typeIdentifier": "t_bytes4",
                              "typeString": "bytes4"
                            }
                          ],
                          "expression": {
                            "id": 16390,
                            "name": "ERC165Checker",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 2326,
                            "src": "2889:13:50",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_contract$_ERC165Checker_$2326_$",
                              "typeString": "type(library ERC165Checker)"
                            }
                          },
                          "id": 16391,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberLocation": "2903:17:50",
                          "memberName": "supportsInterface",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": 2182,
                          "src": "2889:31:50",
                          "typeDescriptions": {
                            "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes4_$returns$_t_bool_$",
                            "typeString": "function (address,bytes4) view returns (bool)"
                          }
                        },
                        "id": 16397,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "functionCall",
                        "lValueRequested": false,
                        "nameLocations": [],
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "2889:78:50",
                        "tryCall": false,
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      },
                      {
                        "hexValue": "63726561746f72206d75737420696d706c656d656e74204945524337323143726561746f72436f7265",
                        "id": 16398,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "string",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "2969:43:50",
                        "typeDescriptions": {
                          "typeIdentifier": "t_stringliteral_6ce3e2a1d39a1e733326d9ad19a368bd3d0a0e54a77ac125270b9710bcd4d67f",
                          "typeString": "literal_string \"creator must implement IERC721CreatorCore\""
                        },
                        "value": "creator must implement IERC721CreatorCore"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        {
                          "typeIdentifier": "t_stringliteral_6ce3e2a1d39a1e733326d9ad19a368bd3d0a0e54a77ac125270b9710bcd4d67f",
                          "typeString": "literal_string \"creator must implement IERC721CreatorCore\""
                        }
                      ],
                      "id": 16389,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        4294967278,
                        4294967278
                      ],
                      "referencedDeclaration": 4294967278,
                      "src": "2881:7:50",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (bool,string memory) pure"
                      }
                    },
                    "id": 16399,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "nameLocations": [],
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2881:132:50",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 16400,
                  "nodeType": "ExpressionStatement",
                  "src": "2881:132:50"
                },
                {
                  "expression": {
                    "id": 16409,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "id": 16401,
                      "name": "tokenIds",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 16387,
                      "src": "3023:8:50",
                      "typeDescriptions": {
                        "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                        "typeString": "uint256[] memory"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "arguments": [
                        {
                          "id": 16406,
                          "name": "to",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 16380,
                          "src": "3081:2:50",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        {
                          "id": 16407,
                          "name": "uris",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 16383,
                          "src": "3085:4:50",
                          "typeDescriptions": {
                            "typeIdentifier": "t_array$_t_string_memory_ptr_$dyn_memory_ptr",
                            "typeString": "string memory[] memory"
                          }
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          },
                          {
                            "typeIdentifier": "t_array$_t_string_memory_ptr_$dyn_memory_ptr",
                            "typeString": "string memory[] memory"
                          }
                        ],
                        "expression": {
                          "arguments": [
                            {
                              "id": 16403,
                              "name": "creator",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 16378,
                              "src": "3053:7:50",
                              "typeDescriptions": {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              }
                            ],
                            "id": 16402,
                            "name": "IERC721CreatorCore",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 15407,
                            "src": "3034:18:50",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_contract$_IERC721CreatorCore_$15407_$",
                              "typeString": "type(contract IERC721CreatorCore)"
                            }
                          },
                          "id": 16404,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "nameLocations": [],
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "3034:27:50",
                          "tryCall": false,
                          "typeDescriptions": {
                            "typeIdentifier": "t_contract$_IERC721CreatorCore_$15407",
                            "typeString": "contract IERC721CreatorCore"
                          }
                        },
                        "id": 16405,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberLocation": "3062:18:50",
                        "memberName": "mintExtensionBatch",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 15380,
                        "src": "3034:46:50",
                        "typeDescriptions": {
                          "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$returns$_t_array$_t_uint256_$dyn_memory_ptr_$",
                          "typeString": "function (address,string memory[] memory) external returns (uint256[] memory)"
                        }
                      },
                      "id": 16408,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "functionCall",
                      "lValueRequested": false,
                      "nameLocations": [],
                      "names": [],
                      "nodeType": "FunctionCall",
                      "src": "3034:56:50",
                      "tryCall": false,
                      "typeDescriptions": {
                        "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                        "typeString": "uint256[] memory"
                      }
                    },
                    "src": "3023:67:50",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                      "typeString": "uint256[] memory"
                    }
                  },
                  "id": 16410,
                  "nodeType": "ExpressionStatement",
                  "src": "3023:67:50"
                },
                {
                  "body": {
                    "id": 16430,
                    "nodeType": "Block",
                    "src": "3135:93:50",
                    "statements": [
                      {
                        "expression": {
                          "id": 16424,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "leftHandSide": {
                            "baseExpression": {
                              "id": 16418,
                              "name": "_tokenCreators",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 16174,
                              "src": "3149:14:50",
                              "typeDescriptions": {
                                "typeIdentifier": "t_mapping$_t_uint256_$_t_address_$",
                                "typeString": "mapping(uint256 => address)"
                              }
                            },
                            "id": 16422,
                            "indexExpression": {
                              "baseExpression": {
                                "id": 16419,
                                "name": "tokenIds",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 16387,
                                "src": "3164:8:50",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                                  "typeString": "uint256[] memory"
                                }
                              },
                              "id": 16421,
                              "indexExpression": {
                                "id": 16420,
                                "name": "i",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 16412,
                                "src": "3173:1:50",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_uint256",
                                  "typeString": "uint256"
                                }
                              },
                              "isConstant": false,
                              "isLValue": true,
                              "isPure": false,
                              "lValueRequested": false,
                              "nodeType": "IndexAccess",
                              "src": "3164:11:50",
                              "typeDescriptions": {
                                "typeIdentifier": "t_uint256",
                                "typeString": "uint256"
                              }
                            },
                            "isConstant": false,
                            "isLValue": true,
                            "isPure": false,
                            "lValueRequested": true,
                            "nodeType": "IndexAccess",
                            "src": "3149:27:50",
                            "typeDescriptions": {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          },
                          "nodeType": "Assignment",
                          "operator": "=",
                          "rightHandSide": {
                            "id": 16423,
                            "name": "creator",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 16378,
                            "src": "3179:7:50",
                            "typeDescriptions": {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          },
                          "src": "3149:37:50",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "id": 16425,
                        "nodeType": "ExpressionStatement",
                        "src": "3149:37:50"
                      },
                      {
                        "id": 16429,
                        "nodeType": "UncheckedBlock",
                        "src": "3200:18:50",
                        "statements": [
                          {
                            "expression": {
                              "id": 16427,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "lValueRequested": false,
                              "nodeType": "UnaryOperation",
                              "operator": "++",
                              "prefix": true,
                              "src": "3212:3:50",
                              "subExpression": {
                                "id": 16426,
                                "name": "i",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 16412,
                                "src": "3214:1:50",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_uint256",
                                  "typeString": "uint256"
                                }
                              },
                              "typeDescriptions": {
                                "typeIdentifier": "t_uint256",
                                "typeString": "uint256"
                              }
                            },
                            "id": 16428,
                            "nodeType": "ExpressionStatement",
                            "src": "3212:3:50"
                          }
                        ]
                      }
                    ]
                  },
                  "condition": {
                    "commonType": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    },
                    "id": 16417,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftExpression": {
                      "id": 16414,
                      "name": "i",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 16412,
                      "src": "3113:1:50",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "nodeType": "BinaryOperation",
                    "operator": "<",
                    "rightExpression": {
                      "expression": {
                        "id": 16415,
                        "name": "tokenIds",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 16387,
                        "src": "3117:8:50",
                        "typeDescriptions": {
                          "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                          "typeString": "uint256[] memory"
                        }
                      },
                      "id": 16416,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberLocation": "3126:6:50",
                      "memberName": "length",
                      "nodeType": "MemberAccess",
                      "src": "3117:15:50",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "src": "3113:19:50",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "id": 16431,
                  "initializationExpression": {
                    "assignments": [
                      16412
                    ],
                    "declarations": [
                      {
                        "constant": false,
                        "id": 16412,
                        "mutability": "mutable",
                        "name": "i",
                        "nameLocation": "3110:1:50",
                        "nodeType": "VariableDeclaration",
                        "scope": 16431,
                        "src": "3105:6:50",
                        "stateVariable": false,
                        "storageLocation": "default",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        },
                        "typeName": {
                          "id": 16411,
                          "name": "uint",
                          "nodeType": "ElementaryTypeName",
                          "src": "3105:4:50",
                          "typeDescriptions": {
                            "typeIdentifier": "t_uint256",
                            "typeString": "uint256"
                          }
                        },
                        "visibility": "internal"
                      }
                    ],
                    "id": 16413,
                    "nodeType": "VariableDeclarationStatement",
                    "src": "3105:6:50"
                  },
                  "nodeType": "ForStatement",
                  "src": "3100:128:50"
                }
              ]
            },
            "id": 16433,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "_mintBatch",
            "nameLocation": "2764:10:50",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 16384,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 16378,
                  "mutability": "mutable",
                  "name": "creator",
                  "nameLocation": "2783:7:50",
                  "nodeType": "VariableDeclaration",
                  "scope": 16433,
                  "src": "2775:15:50",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 16377,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "2775:7:50",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 16380,
                  "mutability": "mutable",
                  "name": "to",
                  "nameLocation": "2800:2:50",
                  "nodeType": "VariableDeclaration",
                  "scope": 16433,
                  "src": "2792:10:50",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 16379,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "2792:7:50",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 16383,
                  "mutability": "mutable",
                  "name": "uris",
                  "nameLocation": "2820:4:50",
                  "nodeType": "VariableDeclaration",
                  "scope": 16433,
                  "src": "2804:20:50",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_string_memory_ptr_$dyn_memory_ptr",
                    "typeString": "string[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 16381,
                      "name": "string",
                      "nodeType": "ElementaryTypeName",
                      "src": "2804:6:50",
                      "typeDescriptions": {
                        "typeIdentifier": "t_string_storage_ptr",
                        "typeString": "string"
                      }
                    },
                    "id": 16382,
                    "nodeType": "ArrayTypeName",
                    "src": "2804:8:50",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_string_storage_$dyn_storage_ptr",
                      "typeString": "string[]"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2774:51:50"
            },
            "returnParameters": {
              "id": 16388,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 16387,
                  "mutability": "mutable",
                  "name": "tokenIds",
                  "nameLocation": "2861:8:50",
                  "nodeType": "VariableDeclaration",
                  "scope": 16433,
                  "src": "2844:25:50",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                    "typeString": "uint256[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 16385,
                      "name": "uint256",
                      "nodeType": "ElementaryTypeName",
                      "src": "2844:7:50",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 16386,
                    "nodeType": "ArrayTypeName",
                    "src": "2844:9:50",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
                      "typeString": "uint256[]"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2843:27:50"
            },
            "scope": 16454,
            "src": "2755:479:50",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "baseFunctions": [
              16497
            ],
            "body": {
              "id": 16452,
              "nodeType": "Block",
              "src": "3380:102:50",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "commonType": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        "id": 16448,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "baseExpression": {
                            "id": 16443,
                            "name": "_tokenCreators",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 16174,
                            "src": "3398:14:50",
                            "typeDescriptions": {
                              "typeIdentifier": "t_mapping$_t_uint256_$_t_address_$",
                              "typeString": "mapping(uint256 => address)"
                            }
                          },
                          "id": 16445,
                          "indexExpression": {
                            "id": 16444,
                            "name": "tokenId",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 16438,
                            "src": "3413:7:50",
                            "typeDescriptions": {
                              "typeIdentifier": "t_uint256",
                              "typeString": "uint256"
                            }
                          },
                          "isConstant": false,
                          "isLValue": true,
                          "isPure": false,
                          "lValueRequested": false,
                          "nodeType": "IndexAccess",
                          "src": "3398:23:50",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "==",
                        "rightExpression": {
                          "expression": {
                            "id": 16446,
                            "name": "msg",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 4294967281,
                            "src": "3425:3:50",
                            "typeDescriptions": {
                              "typeIdentifier": "t_magic_message",
                              "typeString": "msg"
                            }
                          },
                          "id": 16447,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberLocation": "3429:6:50",
                          "memberName": "sender",
                          "nodeType": "MemberAccess",
                          "src": "3425:10:50",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "src": "3398:37:50",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      },
                      {
                        "hexValue": "43616e206f6e6c792062652063616c6c656420627920746f6b656e2063726561746f72",
                        "id": 16449,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "string",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "3437:37:50",
                        "typeDescriptions": {
                          "typeIdentifier": "t_stringliteral_a7799927f69afdc4e349874d858a998867065cdd7a64751c41248a3f2a0a2190",
                          "typeString": "literal_string \"Can only be called by token creator\""
                        },
                        "value": "Can only be called by token creator"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        {
                          "typeIdentifier": "t_stringliteral_a7799927f69afdc4e349874d858a998867065cdd7a64751c41248a3f2a0a2190",
                          "typeString": "literal_string \"Can only be called by token creator\""
                        }
                      ],
                      "id": 16442,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        4294967278,
                        4294967278
                      ],
                      "referencedDeclaration": 4294967278,
                      "src": "3390:7:50",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (bool,string memory) pure"
                      }
                    },
                    "id": 16450,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "nameLocations": [],
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "3390:85:50",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 16451,
                  "nodeType": "ExpressionStatement",
                  "src": "3390:85:50"
                }
              ]
            },
            "documentation": {
              "id": 16434,
              "nodeType": "StructuredDocumentation",
              "src": "3240:69:50",
              "text": " @dev See {IERC721CreatorExtensionBurnable-onBurn}."
            },
            "functionSelector": "45a1b92c",
            "id": 16453,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "onBurn",
            "nameLocation": "3323:6:50",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 16440,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "3371:8:50"
            },
            "parameters": {
              "id": 16439,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 16436,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 16453,
                  "src": "3330:7:50",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 16435,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "3330:7:50",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 16438,
                  "mutability": "mutable",
                  "name": "tokenId",
                  "nameLocation": "3347:7:50",
                  "nodeType": "VariableDeclaration",
                  "scope": 16453,
                  "src": "3339:15:50",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 16437,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "3339:7:50",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "3329:26:50"
            },
            "returnParameters": {
              "id": 16441,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "3380:0:50"
            },
            "scope": 16454,
            "src": "3314:168:50",
            "stateMutability": "nonpayable",
            "virtual": true,
            "visibility": "public"
          }
        ],
        "scope": 16455,
        "src": "578:2908:50",
        "usedErrors": []
      }
    ],
    "src": "33:3453:50"
  },
  "compiler": {
    "name": "solc",
    "version": "0.8.19+commit.7dd6d404.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.4.12",
  "updatedAt": "2023-03-22T17:07:39.765Z",
  "devdoc": {
    "details": "Suggested implementation for extensions that want to receive onBurn callbacks Mint tracks the creators/tokens created, and onBurn only accepts callbacks from the creator of a token created.",
    "kind": "dev",
    "methods": {
      "approveAdmin(address)": {
        "details": "See {IAdminControl-approveAdmin}."
      },
      "getAdmins()": {
        "details": "See {IAdminControl-getAdmins}."
      },
      "isAdmin(address)": {
        "details": "See {IAdminControl-isAdmin}."
      },
      "mint(address,address)": {
        "details": "mint a token"
      },
      "mintBatch(address,address,uint16)": {
        "details": "batch mint a token"
      },
      "onBurn(address,uint256)": {
        "details": "See {IERC721CreatorExtensionBurnable-onBurn}."
      },
      "owner()": {
        "details": "Returns the address of the current owner."
      },
      "renounceOwnership()": {
        "details": "Leaves the contract without owner. It will not be possible to call `onlyOwner` functions anymore. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner."
      },
      "revokeAdmin(address)": {
        "details": "See {IAdminControl-revokeAdmin}."
      },
      "supportsInterface(bytes4)": {
        "details": "See {IERC165-supportsInterface}."
      },
      "transferOwnership(address)": {
        "details": "Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."
      }
    },
    "version": 1
  },
  "userdoc": {
    "kind": "user",
    "methods": {},
    "version": 1
  }
}