Raw
Block Event Attributes
Table Columns
Unique Key: block_height
, block_event_index
, block_event_attribute_index
, block_event_kind
Column Name | Data Type | Description |
---|---|---|
block_height | BIGINT | The sequential number of the block in the blockchain. |
block_timestamp | TIMESTAMP_NTZ(9) | The timestamp when the block was created. |
block_hash | VARCHAR | The hash of the block. |
block_event_type | VARCHAR | The type of the block event. |
block_event_index | BIGINT | The index of the event within the block. |
block_event_attribute_index | BIGINT | The index of the attribute within the block event. |
key | VARCHAR | The key of the block event attribute. |
value | VARCHAR | The value of the block event attribute. |
index | BOOLEAN | Boolean flag indicating if this attribute is indexed. |
_created_at | TIMESTAMP_NTZ(9) | The timestamp when the entry was created. |
_updated_at | TIMESTAMP_NTZ(9) | The timestamp when the entry was updated. |
block_event_kind | VARCHAR | The phase in which the block event was emitted. Possible values are: begin (before transactions are processed), end (after all transactions are processed), finalize (immedatiately before block commit) |