# ContractFtUtxo ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **address** | Option<**String**> | Address string of this utxo | [optional] **code_hash** | Option<**String**> | Codehash of this utxo. | [optional] **genesis** | Option<**String**> | Genesis of this utxo. | [optional] **name** | Option<**String**> | Name of the token. | [optional] **symbol** | Option<**String**> | Symbol of the token. | [optional] **sensible_id** | Option<**String**> | SensibleId of the token | [optional] **decimal** | Option<**i32**> | The decimal position. | [optional] **txid** | Option<**String**> | Txid for this utxo. | [optional] **tx_index** | Option<**i32**> | Output index for the Utxo. | [optional] **value** | Option<**i64**> | Token value of the utxo(Irrelavant to satoshi value). | [optional] **value_string** | Option<**String**> | Token value of the utxo(In string format) | [optional] **satoshi** | Option<**i64**> | Mvc value of the utxo(Irrelavant to token value) | [optional] **satoshi_string** | Option<**String**> | Mvc value of the utxo(In string format) | [optional] **height** | Option<**i64**> | The height of this utxo, -1 for unconfirmed utxo. | [optional] **flag** | Option<**String**> | Flag used for paging | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)