Transactions
Table Columns
Column Name | Description |
---|---|
block_hash | Block hash of the block that this transaction belongs to. |
block_number | Block number of the block that this transaction belongs to. |
block_timestamp | Block timestamp of the block that this transaction belongs to. |
hash | The transaction hash, as assigned in StarkNet. |
calldata | Calldata array. Parameters passed to the function. |
max_fee | The maximal fee that could be charged for including the transaction. |
nonce | Transaction's nonce. |
contract_address | Address of the contract for this transaction. |
entry_point_selector | Selector for the function called within that contract. |
sender_address | The address of the acocunt sending the transaction. |
signature | Transaction signature. |
type | Transaction type. Possible values: |
version | Version of the transaction scheme. |
actual_fee | The fee that was charged by the sequencer. |
execution_status | The execution status of the transaction. Possible values: |
finality_status | The finality status of the transaction. Possible values: |
class_hash | The hash of the declared class. |
revert_reason | The revert reason if the transaction failed. |
message_hash | The message hash as it appears on the L1 core contract. |
message_count | Number of messages included in this block. |
event_count | Number of events included in this block. |
Last updated