| from_address | VARCHAR(16777216) | Address that sent the CEP-18 tokens. |
| from_address_type | VARCHAR(16777216) | Type of the sender address (Account, Contract, or Hash). |
| to_address | VARCHAR(16777216) | Address that received the CEP-18 tokens. |
| to_address_type | VARCHAR(16777216) | Type of the recipient address (Account, Contract, or Hash). |
| amount | VARCHAR(16777216) | Raw amount transferred in the token’s smallest unit. |
| contract_package_hash | VARCHAR(16777216) | Contract package hash of the CEP-18 token. |
| event_type | VARCHAR(16777216) | CEP-18 event type (e.g., Transfer, Mint, Burn, Approval). |
| event_format | VARCHAR(16777216) | Event encoding format (e.g., CES, native dictionary write). |
| spender_address | VARCHAR(16777216) | Spender address for approval or transfer_from events. |
| spender_address_type | VARCHAR(16777216) | Type of the spender address (Account, Contract, or Hash). |
| dictionary_key | VARCHAR(16777216) | Dictionary key under which the event was written. |
| raw_data | VARIANT | Raw decoded event payload as structured data. |
| era_id | NUMBER(38,0) | Era (epoch) the block belongs to. |
| block_timestamp | TIMESTAMP_NTZ(9) | Timestamp of the block this event was included in. |
| block_height | NUMBER(38,0) | Height of the block this event was included in. |
| block_hash | VARCHAR(100) | Hash of the block this event was included in. |
| transaction_hash | VARCHAR(100) | Hash of the transaction this event belongs to. |
| transaction_index | NUMBER(38,0) | Index of the transaction within the block. |
| transaction_result | VARCHAR(16777216) | Execution result of the parent transaction (Success or Failure). |
| transfer_index | NUMBER(38,0) | Index of the transfer within the transaction. |
| transform_index | NUMBER(38,0) | Index of the transform within the transaction’s execution result. |
| _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. |