| contract_id | VARCHAR(16777216) | Soroban contract address of this token. |
| asset_id | VARCHAR(16777216) | Composite code:issuer identifier of the asset for non-native assets. |
| asset_code | VARCHAR(16777216) | Asset code for a classic asset. |
| asset_issuer | VARCHAR(16777216) | Issuer G-address for a classic asset. |
| decimals | NUMBER(38,0) | Number of decimal places for this token. |
| token_type | VARCHAR(16777216) | Whether the token is a classic asset or a Soroban contract token. |
| asset_toml_info | VARIANT | Metadata from the asset’s SEP-1 stellar.toml file. |
| asset_toml_url | VARCHAR(16777216) | URL of the SEP-1 stellar.toml file for this asset’s issuer. |
| executable | VARCHAR(16777216) | Executable of the Soroban contract instance ledger entry. |
| durability | VARCHAR(16777216) | Storage durability of the Soroban ledger entry: persistent or temporary. |
| ledger_close_time | TIMESTAMP_NTZ(9) | Time when the ledger containing this change closed and was finalized. |
| ledger_sequence | NUMBER(38,0) | Sequence number of the ledger containing this change. |
| ledger_hash | VARCHAR(16777216) | Hash of the ledger containing this change. |
| transaction_hash | VARCHAR(16777216) | Hash of the transaction that produced this change. |
| transaction_index | NUMBER(38,0) | Position of the transaction within its ledger. |
| ledger_entry_change_index | NUMBER(38,0) | Sequential index of this change within the transaction’s ledger entry changes. |
| ledger_entry_type | VARCHAR(16777216) | Numeric type of the affected LedgerEntry. |
| ledger_entry_type_str | VARCHAR(16777216) | Human-readable name of the LedgerEntry type. |
| ledger_entry_change_type | VARCHAR(16777216) | Type of change applied to this ledger entry (created, updated, removed, state). |
| ledger_entry_change_reason_str | VARCHAR(16777216) | Human-readable description of the reason for this ledger entry change. |
| ledger_entry_change_reason | VARCHAR(16777216) | Reason code for this ledger entry change. |
| post_ledger_entry | VARIANT | State of the ledger entry after this change was applied. |
| _extra_fields | VARIANT | Catch-all of additional source fields not mapped to a dedicated column. |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was created in the database. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was last updated in the database. |