{
    "Function": "getmapAddress_LPDebt",
    "File": "contracts/Synth.sol",
    "Parent Contracts": [
        "contracts/interfaces/iBEP20.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getmapAddress_LPDebt(address pool) external view returns (uint){\n        return mapSynth_LPDebt[pool];\n    }"
}