block_date | DATE | The date of the block containing this event (UTC) |
block_time | TIMESTAMP | The timestamp of the block containing this event |
block_number | BIGINT | The sequential number of the block containing this event |
block_l1_da_mode | VARCHAR | Layer 1 data availability mode (BLOB or CALLDATA) |
block_l1_data_gas_price_in_fri | UINT256 | L1 data gas price in fri (STRK) for the block |
block_l1_data_gas_price_in_wei | UINT256 | L1 data gas price in wei (ETH) for the block |
block_l1_gas_price_in_fri | UINT256 | L1 gas price in fri (STRK) for the block |
block_l1_gas_price_in_wei | UINT256 | L1 gas price in wei (ETH) for the block |
block_l2_gas_price_in_fri | UINT256 | L2 gas price in fri (STRK) for the block |
block_l2_gas_price_in_wei | UINT256 | L2 gas price in wei (ETH) for the block |
block_starknet_version | VARCHAR | The Starknet protocol version of the block |
event_index | INTEGER | Sequential index of this event within the transaction |
block_hash | VARBINARY | Hash of the block containing this event |
block_new_root | VARBINARY | New global state root after the block |
block_parent_hash | VARBINARY | Hash of the preceding block |
block_sequencer_address | VARBINARY | Address of the sequencer that produced the block |
transaction_hash | VARBINARY | Hash of the transaction that emitted this event |
data | ARRAY(VARBINARY) | The data payload associated with this event |
keys | ARRAY(VARBINARY) | The indexed keys associated with this event |
from_address | VARBINARY | Address of the L2 contract that emitted this event |
class_hash | VARBINARY | Class hash of the contract that emitted this event |