{
    "Function": "constructor",
    "File": "contracts/deposit-service/ReceiverImplementation.sol",
    "Parent Contracts": [
        "contracts/deposit-service/DepositBase.sol",
        "contracts/interfaces/IDepositBase.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "constructor"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(address gateway, string memory wrappedSymbol) DepositBase(gateway, wrappedSymbol) {}"
}