{
    "Function": "constructor",
    "File": "src/InstanceDeployer.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(\n        address _safeProxyFactory,\n        address _safeProxyLogic,\n        address _timelockFactory,\n        address _guard,\n        address _multicall3\n    ) {\n        safeProxyFactory = _safeProxyFactory;\n        safeProxyLogic = _safeProxyLogic;\n        timelockFactory = _timelockFactory;\n        guard = _guard;\n        multicall3 = _multicall3;\n    }"
}