{
    "Function": "wrappedSymbol",
    "File": "contracts/cgp/test/DepositServiceBase.sol",
    "Parent Contracts": [
        "contracts/cgp/interfaces/IDepositServiceBase.sol"
    ],
    "High-Level Calls": [
        "Bytes32ToString"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "toTrimmedString"
    ],
    "Low-Level Calls": [],
    "Code": "function wrappedSymbol() public view returns (string memory) {\n        return wrappedSymbolBytes.toTrimmedString();\n    }"
}