{
    "Function": "constructor",
    "File": "contracts/mocks/MockProfileCreationProxy.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(address hub) {\n        LENS_HUB = ILensHub(hub);\n    }"
}