{
    "Function": "withdrawForAccount",
    "File": "src/contracts/interfaces/IRewardMine.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function withdrawForAccount(address account, uint256 amount, address to) external returns (uint256);"
}