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