Table Columns

Column NameDescription
block_hashBlock hash of the block that this transaction belongs to.
block_numberBlock number of the block that this transaction belongs to.
block_timestampBlock timestamp of the block that this transaction belongs to.
hashThe transaction hash, as assigned in StarkNet.
calldataCalldata array. Parameters passed to the function.
max_feeThe maximal fee that could be charged for including the transaction.
nonceTransaction’s nonce.
contract_addressAddress of the contract for this transaction.
entry_point_selectorSelector for the function called within that contract.
sender_addressThe address of the acocunt sending the transaction.
signatureTransaction signature.
typeTransaction type. Possible values: INVOKE, L1_HANDLER, DECLARE, DEPLOY, DEPLOY_ACCOUNT.
versionVersion of the transaction scheme.
actual_feeThe fee that was charged by the sequencer.
execution_statusThe execution status of the transaction. Possible values: SUCCEEDED, REVERTED.
finality_statusThe finality status of the transaction. Possible values: ACCEPTED_ON_L2, ACCEPTED_ON_L1
class_hashThe hash of the declared class.
revert_reasonThe revert reason if the transaction failed.
message_hashThe message hash as it appears on the L1 core contract.
message_countNumber of messages included in this block.
event_countNumber of events included in this block.