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