withdraw

function withdraw(
   uint256 _lockupIndex
)external returns(uint256 withdrawBalance)

Lokcup ๋œ ํ† ํฐ ์ˆ˜๋ น

Parameters

TypeValueDescription

uint256

_lockupIndex

LockupIndex ๊ฐ’

Return Values

TypeValueDescription

uint256

withdrawBalance

์ฐพ์€ ํ† ํฐ ๊ฐœ์ˆ˜

Example

await lockupContract.withdraw(1)
    
// ๊ฒฐ๊ณผ
BigNumber { value: "100000000000000000" }

2023.02.20

Last updated