IYielder
Functions
deposited
function deposited() external view returns (uint256);
getCurrentBalance
function getCurrentBalance() external view returns (uint256);
deposit
function deposit() external payable;
withdraw
function withdraw(uint256 _amount, address payable _beneficiary) external;
withdrawAll
function withdrawAll(address payable _beneficiary) external returns (uint256);