Skip to main content Link Menu Expand (external link) Document Search Copy Copied

TronTrc10Detail

Model getters

Method name Return type Description Notes
getOwnerAddress() string The address of the TRC-10 token’s owner in the hexadecimal format
Example: 41d2803f9c22aa429d71554c9427e97ffedcec17c7
[optional]
getName() string The name of the TRC-10 token
Example: My token
[optional]
getAbbr() string The abbreviated name of the TRC-10 token
Example: SYM
[optional]
getDescription() string The description of the TRC-10 token
Example: My short description
[optional]
getUrl() string The URL of the TRC-10 token
Example: https://mytoken.com
[optional]
getTotalSupply() float The total supply of tokens in the TRC-10 token
Example: 100000
[optional]
getPrecision() float The number of decimal places
Example: 10
[optional]
getId() float The ID of the TRC-10 token
Example: 1000540
[optional]