# CoboWaas2.TokenizationTokenInfo

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**token_id** | **String** | The unique token identifier. | 
**chain_id** | **String** | The chain ID of the tokenization contract. | 
**token_address** | **String** | The address of the token contract. | [optional] 
**token_name** | **String** | The name of the token. | [optional] 
**token_symbol** | **String** | The unique token symbol. | 
**token_standard** | [**TokenizationTokenStandard**](TokenizationTokenStandard.md) |  | 
**decimals** | **Number** | The number of decimals of the token. | 
**token_access_activated** | **Boolean** | Whether the allowlist feature is activated for the token. | [optional] 
**status** | [**TokenizationStatus**](TokenizationStatus.md) |  | 
**total_supply** | **String** | The total supply of the token. | [optional] 
**holdings** | **String** | The amount of tokens held by the organization. | [optional] 
**archived** | **Boolean** | Whether the token is archived. If the token is archived, no operations can be initiated on it. | 


