|
Flex
Flex exchange system
|
RootTokenContract persistent data struct. More...
#include <RootTokenContract.hpp>

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. | |
| uint256 | root_pubkey_ |
| Root public key. | |
| address_opt | root_owner_ |
| Root internal owner (owner contract). | |
| uint128 | total_supply_ |
| Total supply of allocated tokens (in the pool). | |
| uint128 | total_granted_ |
| Total granted tokens (to the wallets). | |
| optcell | wallet_code_ |
| Token wallet code. | |
RootTokenContract persistent data struct.