# ContractNftAuctionUtxo ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **address** | Option<**String**> | Address string of this utxo | [optional] **txid** | Option<**String**> | Txid for this utxo. | [optional] **tx_index** | Option<**i32**> | Output index for the Utxo. | [optional] **bid_mvc_price** | Option<**i64**> | bidMvcPrice | [optional] **bid_timestamp** | Option<**i64**> | bidTimestamp | [optional] **bidder_address_pkh** | Option<**String**> | bidderAddressPkh | [optional] **code_hash** | Option<**String**> | Codehash of this utxo. | [optional] **genesis** | Option<**String**> | Genesis of this utxo. | [optional] **end_timestamp** | Option<**i64**> | endTimestamp | [optional] **fee_address_pkh** | Option<**String**> | feeAddressPkh | [optional] **fee_amount** | Option<**i64**> | feeAmount | [optional] **fee_rate** | Option<**i32**> | feeRate | [optional] **height** | Option<**i64**> | The height of this utxo, -1 for unconfirmed utxo. | [optional] **nft_code_hash** | Option<**String**> | nftCodeHash | [optional] **nft_id** | Option<**String**> | nftId of the auctioning fnt | [optional] **sender_address_pkh** | Option<**String**> | senderAddressPkh | [optional] **sensible_id** | Option<**String**> | SensibleId of the utxo | [optional] **start_mvc_price** | Option<**i64**> | startMvcPrice | [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] **contract_address** | Option<**String**> | The hash160 of the script(p2ch address) | [optional] **is_ready** | Option<**bool**> | this the nft send to this contract address | [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)