{
    "Function": "getImplementation",
    "File": "contracts/hyphen/proxy/LiquidityPoolProxy.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol",
        "node_modules/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol",
        "node_modules/@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade.sol",
        "node_modules/@openzeppelin/contracts/proxy/Proxy.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "_implementation"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getImplementation() external view returns (address impl) {\n        impl = _implementation();\n    }"
}