StakeableTokenWrapper
Functions:
Events:
Function constructor(contract IERC20 _stakedToken)
Parameters:
Function balanceOf(address account) → uint256
Parameters:
Return Values:
Function stake(uint256 amount)
Parameters:
Function withdraw(uint256 amount)
Parameters:
Event Staked(address user, uint256 amount)
Event Withdrawn(address user, uint256 amount)
Last updated
Was this helpful?
