{
    "Function": "implementation",
    "File": "contracts/gmp-sdk/upgradable/BaseProxy.sol",
    "Parent Contracts": [
        "contracts/gmp-sdk/interfaces/IProxy.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function implementation() public view virtual returns (address implementation_) {\n        assembly {\n            implementation_ := sload(_IMPLEMENTATION_SLOT)\n        }\n    }"
}