{
    "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": [],
    "Internal Calls": [
        "_withdraw",
        "onlyOwner"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function withdraw(IERC20 token) external onlyOwner {\n        _withdraw(token);\n    }"
}