{
    "Function": "wrappedToken",
    "File": "contracts/deposit-service/DepositBase.sol",
    "Parent Contracts": [
        "contracts/interfaces/IDepositBase.sol"
    ],
    "High-Level Calls": [
        "IAxelarGateway"
    ],
    "Internal Calls": [
        "wrappedSymbol"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function wrappedToken() public view returns (address) {\n        return IAxelarGateway(gateway).tokenAddresses(wrappedSymbol());\n    }"
}