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