{
    "Function": "destroy",
    "File": "contracts/DepositHandler.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "selfdestruct(address)",
        "noReenter"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function destroy(address etherDestination) external noReenter {\n        selfdestruct(payable(etherDestination));\n    }"
}