Withdraw

Curve Action Plugin - Withdraw

Description

Withdraw deposited CRV tokens once a lock has expired.

Method

withdraw(uint256)

Input Parameters

No required input parameters

Method Parameters

No method parameters

Returned Values

No returned values

Example

Example with initParams

const increaseUnlockTime = new Curve.actions.IncreaseUnlockTime({
   chainId: 1,
})

Learn more

Learn more about Curve increase withdraw function here

Last updated