Flex
Flex exchange system
|
Public Attributes | |
string | name_ |
Token name. | |
string | symbol_ |
Token short symbol. | |
uint8 | decimals_ |
Decimals for ui purposes. ex: balance 100 with decimals 2 will be printed as 1.00. | |
uint128 | balance_ |
Token balance of the wallet. | |
uint256 | root_pubkey_ |
Public key of the related RootTokenContract. | |
address | root_address_ |
Address of the related RootTokenContract. | |
uint256 | wallet_pubkey_ |
Public key of wallet owner. | |
address_opt | owner_address_ |
Owner contract address for internal ownership. | |
uint256 | code_hash_ |
Tip3 wallet code hash to verify other wallets. | |
uint16 | code_depth_ |
Tip3 wallet code depth to verify other wallets. | |
int8 | workchain_id_ |
Workchain id. | |
uint128 balance_ |
Token balance of the wallet.
uint16 code_depth_ |
Tip3 wallet code depth to verify other wallets.
uint256 code_hash_ |
Tip3 wallet code hash to verify other wallets.
uint8 decimals_ |
Decimals for ui purposes. ex: balance 100 with decimals 2 will be printed as 1.00.
string name_ |
Token name.
address_opt owner_address_ |
Owner contract address for internal ownership.
address root_address_ |
Address of the related RootTokenContract.
uint256 root_pubkey_ |
Public key of the related RootTokenContract.
string symbol_ |
Token short symbol.
uint256 wallet_pubkey_ |
Public key of wallet owner.
int8 workchain_id_ |
Workchain id.