File: RewardControl.sol
101:     function withdrawFor(address from, uint256 amount) external {
102:         _withdraw(from, from, amount);
103:     }
