{
    "Function": "exit",
    "File": "contracts/token/Rewards.sol",
    "Parent Contracts": [
        "contracts/vendor/LinkToken/token/ERC677Receiver.sol",
        "contracts/token/Rewards.sol",
        "node_modules/@openzeppelin/contracts/access/Ownable.sol",
        "node_modules/@openzeppelin/contracts/GSN/Context.sol",
        "contracts/token/Rewards.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "withdraw",
        "getReward",
        "balanceOf"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function exit() external {\n        withdraw(balanceOf(msg.sender));\n        getReward();\n    }"
}