SupVesting
Overview
Contract API
getAvailableTokens
getAvailableTokensfunction availableTokens(address account) external view returns (uint256);claimAvailableTokens
claimAvailableTokensfunction claimAvailableTokens() external returns (uint256);getCurrentBalance
getCurrentBalancefunction currentBalance(address account) external view returns (uint256);Last updated