{
    "Function": "constructor",
    "File": "contracts/StrategyProxyAdmin.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor() {\n        factory = IStrategyProxyFactory(msg.sender); // Contract is deployed by factory\n    }"
}