| address | VARCHAR(16777216) | Wallet or contract address of the account. On EVM chains, a 42-character hex string (0x-prefixed). On other chains, the native address format applies. |
| change_index | NUMBER(38,0) | Index of the change in the transaction |
| data | VARIANT | ABI-encoded non-indexed parameters of an event log, or the calldata of a transaction/trace. Decode using the relevant ABI to extract individual field values. |
| handle | VARCHAR(16777216) | Move resource handle (storage address) for this table entry or event key. |
| key | VARCHAR(16777216) | Key field for this event attribute, state entry, or key-value pair. |
| state_key_hash | VARCHAR(16777216) | Hash of the state key identifying the storage slot being read or written. |
| type | VARCHAR(16777216) | The type of the position on the perpetual. |
| value | VARCHAR(16777216) | Amount of native currency (e.g. ETH, MATIC) transferred with this transaction or trace, in the chain’s smallest unit (Wei for EVM chains). Zero for calls that don’t move native currency. |
| transaction_hash | VARCHAR(16777216) | Hash of the transaction containing the change |
| transaction_index | NUMBER(38,0) | Transaction index of the transaction containing the change |
| transaction_version | NUMBER(38,0) | Transaction version of the transaction containing the change |
| transaction_payload_arguments | VARIANT | Transaction data’s arguments |
| transaction_payload_function | VARCHAR(16777216) | Transaction data’s function |
| transaction_payload_type | VARCHAR(16777216) | Transaction data’s type |
| transaction_payload_type_arguments | VARIANT | Transaction data’s type arguments |
| transaction_success | BOOLEAN | Whether the transaction containing the change is successful or not |
| transaction_type | VARCHAR(16777216) | Type of the transaction containing the change |
| block_hash | VARCHAR(16777216) | Hash of the block containing the change |
| block_height | NUMBER(38,0) | Block height of the block containing the change |
| block_timestamp | TIMESTAMP_NTZ(9) | Block transaction of the block containing the change |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of the entry creation |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of the entry update |