{
    "Function": "constructor",
    "File": "contracts/deposit-service/AxelarDepositService.sol",
    "Parent Contracts": [
        "contracts/interfaces/IAxelarDepositService.sol",
        "contracts/deposit-service/DepositBase.sol",
        "contracts/interfaces/IDepositBase.sol",
        "contracts/util/Upgradable.sol",
        "contracts/interfaces/IUpgradable.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "constructor"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(address gateway, string memory wrappedSymbol) DepositBase(gateway, wrappedSymbol) {\n        receiverImplementation = address(new ReceiverImplementation(gateway, wrappedSymbol));\n    }"
}