{
    "Function": "constructor",
    "File": "registries/contracts/ComponentRegistry.sol",
    "Parent Contracts": [
        "registries/contracts/UnitRegistry.sol",
        "registries/contracts/GenericRegistry.sol",
        "registries/lib/solmate/src/tokens/ERC721.sol",
        "registries/contracts/interfaces/IErrorsRegistries.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "constructor",
        "constructor"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(string memory _name, string memory _symbol, string memory _baseURI)\n        UnitRegistry(UnitType.Component)\n        ERC721(_name, _symbol)\n    {\n        baseURI = _baseURI;\n        owner = msg.sender;\n    }"
}