|
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. | |
| opt< uint256 > | lend_pubkey_ |
| Lend ownership pubkey. | |
| lend_owners_map | lend_owners_ |
| Lend ownership map (service owner => lend_owner). | |
| opt< bind_info > | binding_ |
| 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.
| opt<bind_info> binding_ |
Binding info to allow trade orders only to specific flex root and with specific unsalted PriceXchg code hash.
| 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.
| lend_owners_map lend_owners_ |
Lend ownership map (service owner => lend_owner).
| opt<uint256> lend_pubkey_ |
Lend ownership pubkey.
| 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.