withdraws

function withdraws( )external returns(uint256 withdrawsBalance)

Lokcup 된 λͺ¨λ“  토큰 수령

Return Values

TypeValueDescription

uint256

withdrawsBalance

찾은 토큰 개수

Example

    // exec    
    await lockupContract.withdraws();

    // Result
    BigNumber { value: "100000000000000000" }

Last updated