withdraws

function withdraws( )external returns(uint256 withdrawsBalance)

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

Return Values

TypeValueDescription

uint256

withdrawsBalance

์ฐพ์€ ํ† ํฐ ๊ฐœ์ˆ˜

Example

    // exec    
    await lockupContract.withdraws();

    // Result
    BigNumber { value: "100000000000000000" }

Last updated