Unripe Facet

The Unripe Facet handles logic for the vesting of Unripe assets.

Call Functions

function chop(
    address unripeToken,
    uint256 amount,
    LibTransfer.From fromMode,
    LibTransfer.To toMode
) external payable nonReentrant returns (uint256 underlyingAmount);

WIP

Parameter
Type
Description

unripeToken

address

WIP

amount

uint256

WIP

fromMode

From

WIP

toMode

To

WIP

Return Value
Type
Description

underlyingAmount

uint256

WIP

WIP

Parameter
Type
Description

token

address

WIP

amount

uint256

WIP

proof

bytes32[]

WIP

mode

To

WIP

WIP

Parameter
Type
Description

unripeToken

address

WIP

underlyingToken

address

WIP

root

bytes32

WIP

View Functions

WIP

Parameter
Type
Description

account

address

WIP

token

address

WIP

Return Type
Description

bool

WIP

WIP

Parameter
Type
Description

unripeToken

address

WIP

amount

uint256

WIP

Return Value
Type
Description

redeem

uint256

WIP

WIP

Parameter
Type
Description

unripeToken

address

WIP

Return Value
Type
Description

penalty

uint256

WIP

WIP

Parameter
Type
Description

unripeToken

address

WIP

amount

uint256

WIP

Return Value
Type
Description

redeem

uint256

WIP

WIP

Parameter
Type
Description

unripeToken

address

WIP

amount

uint256

WIP

supply

uint256

WIP

Return Value
Type
Description

redeem

uint256

WIP

WIP

Parameter
Type
Description

unripeToken

address

WIP

Return Value
Type
Description

unripe

bool

WIP

WIP

Parameter
Type
Description

unripeToken

address

WIP

account

address

WIP

Return Value
Type
Description

underlying

uint256

WIP

WIP

Parameter
Type
Description

unripeToken

address

WIP

account

address

WIP

Return Value
Type
Description

underlying

uint256

WIP

WIP

Parameter
Type
Description

unripeToken

address

WIP

Return Value
Type
Description

percent

uint256

WIP

WIP

Parameter
Type
Description

unripeToken

address

WIP

Return Value
Type
Description

penalty

uint256

WIP

WIP

Return Value
Type
Description

penalty

uint256

WIP

WIP

Parameter
Type
Description

amount

uint256

WIP

Return Value
Type
Description

penalty

uint256

WIP

WIP

Parameter
Type
Description

unripeToken

address

WIP

Return Value
Type
Description

underlyingPerToken

uint256

WIP

WIP

Parameter
Type
Description

unripeToken

address

WIP

Return Value
Type
Description

underlying

uint256

WIP

WIP

Parameter
Type
Description

unripeToken

address

WIP

Return Value
Type
Description

underlyingToken

address

WIP

Events

WIP

Parameter
Type
Description

unripeToken

address

WIP

underlyingToken

address

WIP

merkleRoot

bytes32

WIP

WIP

Parameter
Type
Description

token

address

WIP

underlying

int256

WIP

WIP

Parameter
Type
Description

account

address

WIP

token

address

WIP

amount

uint256

WIP

underlying

uint256

WIP

WIP

Parameter
Type
Description

account

address

WIP

token

address

WIP

amount

uint256

WIP

Last updated