{
    "Function": "constructor",
    "File": "smart-contracts/NextGenCore.sol",
    "Parent Contracts": [
        "smart-contracts/ERC2981.sol",
        "smart-contracts/Ownable.sol",
        "smart-contracts/ERC721Enumerable.sol",
        "smart-contracts/IERC721Enumerable.sol",
        "smart-contracts/ERC721.sol",
        "smart-contracts/IERC721Metadata.sol",
        "smart-contracts/IERC721.sol",
        "smart-contracts/ERC165.sol",
        "smart-contracts/IERC2981.sol",
        "smart-contracts/IERC165.sol",
        "smart-contracts/Context.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "constructor",
        "_setDefaultRoyalty"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(string memory name, string memory symbol, address _adminsContract) ERC721(name, symbol) {\n        adminsContract = INextGenAdmins(_adminsContract);\n        newCollectionIndex = newCollectionIndex + 1;\n        _setDefaultRoyalty(0x1B1289E34Fe05019511d7b436a5138F361904df0, 690);\n    }"
}