withdraws

function withdraws(
)external returns(uint256 withdrawBalance)

Lokcup 된 모든토큰 수령

Return Values

Type
Value
Description

uint256

withdrawBalance

찾은 토큰 개수

Example

await lockupContract.withdraws()
    
// 결과
BigNumber { value: "100000000000000000" }

2023.02.20

Last updated