Raw
Actions
Table Columns
Unique Key:
Column Name | Data Type | Description |
---|---|---|
consensus_timestamp | TIMESTAMP_NTZ(9) | The consensus timestamp when the action was executed |
transaction_id | VARCHAR | Unique identifier for the transaction |
payer_account_id | VARCHAR | Account ID of the account that paid for the transaction |
action_index | BIGINT | Index of the action within the transaction |
recipient | VARCHAR | Address or account ID of the action recipient |
recipient_type | VARCHAR | Type of recipient (account, contract, etc.) |
value | BIGINT | Amount transferred in tinybars |
call_depth | BIGINT | Depth of the call stack for contract calls |
call_operation_type | VARCHAR | Type of operation (CALL, DELEGATECALL, etc.) |
call_type | VARCHAR | Type of call (internal, external, etc.) |
caller | VARCHAR | Address or account ID of the caller |
caller_type | VARCHAR | Type of caller (account, contract, etc.) |
gas | BIGINT | Gas limit for the action |
gas_used | BIGINT | Amount of gas actually used |
input | VARCHAR | Input data for the action (hex encoded) |
result_data | VARCHAR | Result data from the action (hex encoded) |
result_data_type | VARCHAR | Type of result data |
error | VARCHAR | Error message if the action failed |
status | BIGINT | Status code of the action |
consensus_timestamp_raw | DECIMAL(29,9) | Raw consensus timestamp as decimal |
action_id | VARCHAR | Unique identifier for the action |
selector | VARCHAR | Function selector for contract calls |
block_number | BIGINT | Block number containing this action |
block_hash | VARCHAR | Hash of the block containing this action |
transaction_index | BIGINT | Index of the transaction within the block |
transaction_nonce | BIGINT | Nonce of the transaction |
transaction_result | VARCHAR | Result of the parent transaction |
extra_evm_fields | VARIANT | Additional EVM-specific fields |
_created_at | TIMESTAMP_NTZ(9) | Timestamp when this record was created |
_updated_at | TIMESTAMP_NTZ(9) | Timestamp when this record was last updated |