| event_index | NUMBER(38,0) | Index of the event in the transaction |
| account_address | VARCHAR(16777216) | The address of the account that unlocked the stake |
| creation_number | NUMBER(38,0) | Monotonically increasing number assigned to each event emitted by a specific account handle. |
| 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. |
| 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. |
| module | VARCHAR(16777216) | Fully-qualified Move module identifier (e.g., 0x1::coin). |
| resource | VARCHAR(16777216) | Resource type selected for TRX staking — ENERGY (for smart contract execution) or BANDWIDTH (for transaction bandwidth). |
| sequence_number | NUMBER(38,0) | Sequence number of the event handle that emitted this event. Monotonically increments per event handle. |
| type | VARCHAR(16777216) | The type of the position on the perpetual. |
| transaction_hash | VARCHAR(16777216) | Hash of the transaction containing the event |
| transaction_index | NUMBER(38,0) | Transaction index of the transaction containing the event |
| transaction_version | NUMBER(38,0) | Transaction version of the transaction containing the event |
| 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 event is successful or not |
| transaction_type | VARCHAR(16777216) | Type of the transaction containing the event |
| block_hash | VARCHAR(16777216) | Hash of the block containing the event |
| block_height | NUMBER(38,0) | Block height of the block containing the event |
| block_timestamp | TIMESTAMP_NTZ(9) | Block transaction of the block containing the event |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of the entry creation |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of the entry update |