{
    "Function": "deposit",
    "File": "contracts/FETH.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "depositFor"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function deposit() external payable {\n    depositFor(msg.sender);\n  }"
}