withdraw

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

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

Parameters

Return Values

Example

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

2023.02.20

Last updated