Module java4ever.framework
Interface TIP3.TIP31Root
- Enclosing interface:
TIP3
public static interface TIP3.TIP31Root
-
Method Summary
Modifier and TypeMethodDescriptiondecimals()
Returns the number of decimals the token uses - e.g. 8, means to divide the token amount by 100000000 to get its user representation.name()
Returns the name of the token - e.g.symbol()
Returns the symbol of the token.Returns the token wallet code.Returns the symbol of the token.
-
Method Details
-
name
String name()Returns the name of the token - e.g. "MyToken". -
symbol
String symbol()Returns the symbol of the token. E.g. “HIX”. -
decimals
Integer decimals()Returns the number of decimals the token uses - e.g. 8, means to divide the token amount by 100000000 to get its user representation. -
totalSupply
BigInteger totalSupply()Returns the token wallet code. -
walletCode
TvmCell walletCode()Returns the symbol of the token. E.g. “HIX”.
-