{
    "Function": "proxyCreationCode",
    "File": "contracts/lib/safe-contracts/contracts/proxies/GnosisSafeProxyFactory.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "type()"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function proxyCreationCode() public pure returns (bytes memory) {\n        return type(GnosisSafeProxy).creationCode;\n    }"
}