| value | NUMBER(38,0) | The amount of DOGE in satoshis (smallest unit) for this output. |
| script_asm | VARCHAR(16777216) | The script in assembly format that defines the conditions for spending this output. |
| script_hex | VARCHAR(16777216) | The script in hexadecimal format that defines the conditions for spending this output. |
| required_signatures | NUMBER(38,0) | Number of signatures required to spend this output. |
| type | VARCHAR(16777216) | The type of script used in this output. |
| addresses | ARRAY | Array of addresses that can spend this output. |
| index | NUMBER(38,0) | The position of this output within its transaction. |
| utxo_id | VARCHAR(16777216) | Unique identifier for this output, composed of transaction_hash and index. |
| transaction_hash | VARCHAR(66) | Unique hash of the transaction that contains this output. |
| block_hash | VARCHAR(66) | Hash of the block containing this output’s transaction. |
| block_number | NUMBER(38,0) | Number of the block containing this output’s transaction. |
| block_timestamp | TIMESTAMP_NTZ(9) | Timestamp when the block containing this output was mined. |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp when this record was created in the database. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp when this record was last updated in the database. |
| address0 | VARCHAR(16777216) | The first address in the addresses array that can spend this output. |