{
    "Function": "_sweepLostStake",
    "File": "src/StakeAtRisk.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "Neuron"
    ],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _sweepLostStake() private returns(bool) {\n        return _neuronInstance.transfer(treasuryAddress, totalStakeAtRisk[roundId]);\n    }"
}