{
    "Function": "withdrawAllETH",
    "File": "contracts/mocks/yVault/yVault.sol",
    "Parent Contracts": [
        "contracts/mocks/yVault/yVault.sol",
        "contracts/mocks/yVault/yVault.sol",
        "node_modules/@openzeppelin/contracts/utils/Context.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "balanceOf",
        "withdrawETH"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function withdrawAllETH() external {\n        withdrawETH(balanceOf(msg.sender));\n    }"
}