{
    "Function": "implementation",
    "File": "contracts/util/Proxy.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function implementation() public view returns (address implementation_) {\n        // solhint-disable-next-line no-inline-assembly\n        assembly {\n            implementation_ := sload(_IMPLEMENTATION_SLOT)\n        }\n    }"
}