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