withdraw
function withdraw( uint256 _lockupIndex )external returns(uint256 withdrawBalance)
Lokcup ๋ ํ ํฐ ์๋ น Parameters
Type | Value | Description |
---|---|---|
uint256 | _lockupIndex | LockupIndex ๊ฐ |
Return Values
Type | Value | Description |
---|---|---|
uint256 | withdrawBalance | ์ฐพ์ ํ ํฐ ๊ฐ์ |
Example
Last updated