leave()

This function is in the StandardRewards.sol contract.

Function leave()

StandardRewards.sol
function leave(uint256 id, uint256 poolTokenAmount) external greaterThanZero(poolTokenAmount) nonReentrant

This function is used to withdraw staked pool tokens from a rewards program.

Function Arguments

This function does not return anything.

Last updated