getBalance
function getBalance( uint256 _lockupIndex )external returns(uint256 balance)
Lokcup ๋ ํ ํฐ ์๋ น ๊ฐ๋ฅ ์ฌ๋ถ ํ์ธ Parameters
Type
Value
Description
uint256
_lockupIndex
LockupIndex ๊ฐ
Return Values
Type
Value
Description
uint256
balance
์ฐพ์ ์ ์๋ ํ ํฐ ๊ฐ์
Example
Last updated