{
    "Function": "_withdraw",
    "File": "contracts/test/Arbitrager.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/access/Ownable.sol",
        "node_modules/@openzeppelin/contracts/GSN/Context.sol"
    ],
    "High-Level Calls": [
        "IERC20",
        "SafeERC20"
    ],
    "Internal Calls": [
        "owner"
    ],
    "Library Calls": [
        "safeTransfer"
    ],
    "Low-Level Calls": [],
    "Code": "function _withdraw(IERC20 token) internal {\n        token.safeTransfer(owner(), token.balanceOf(address(this)));\n    }"
}