| id | bigint | Internal UTXO identifier. |
| creating_transaction_id | bigint | Transaction that created the UTXO. |
| spending_transaction_id | bigint | Transaction that spent the UTXO (null if unspent). |
| owner | varchar | Owner address of the UTXO. |
| token_type | varchar | Token type held by the UTXO. |
| value | decimal(38,0) | Token amount held by the UTXO. |
| intent_hash | varchar | Intent hash associated with the output. |
| output_index | bigint | Output index within the creating transaction. |
| ctime | bigint | Creation time of the UTXO (network time representation). |
| initial_nonce | varchar | Initial nonce for the UTXO. |
| registered_for_dust_generation | boolean | Whether the UTXO is registered for DUST generation. |
| _updated_at | timestamp | Timestamp when this record was last updated. |
| _ingested_at | timestamp | Timestamp when this record was ingested into Dune. |