• The transaction hash in this table does not have a 0x prefix.

Table Columns

Unique Key: hash

Column NameDescription
hashUnique identifier of the transaction
signatureDigital signature(s) of the transaction
contract_retContract return status (e.g., SUCCESS)
retReturn value of the contract execution
raw_data_hexRaw transaction data in hexadecimal format
typeType of the transaction (e.g., TransferContract)
type_urlURL of the transaction type definition
owner_address_hexHexadecimal representation of the transaction initiator’s address
owner_addressBase58 representation of the transaction initiator’s address
to_address_hexHexadecimal representation of the recipient’s address
to_addressBase58 representation of the recipient’s address
amountAmount of TRX or tokens transferred
asset_name_hexHexadecimal representation of the asset name (for token transfers)
asset_nameName of the asset being transferred (for token transfers)
contract_address_hexHexadecimal representation of the contract address (for contract interactions)
contract_addressBase58 representation of the contract address (for contract interactions)
dataAdditional data included in the transaction
parameter_valueJSON string containing transaction parameters
expirationExpiration timestamp of the transaction
fee_limitMaximum fee the sender is willing to pay
ref_block_bytesReference block bytes
ref_block_hashReference block hash
timestampTimestamp when the transaction was created
block_timestampTimestamp of the block containing this transaction
block_numberBlock number containing this transaction
block_hashHash of the block containing this transaction
parent_hashHash of the parent block
versionVersion of the transaction
tx_trie_rootMerkle root of the transaction trie
witness_addressAddress of the block producer (witness)
witness_signatureSignature of the block producer (witness)
has_receiptsBoolean indicating if the transaction has receipts
receipt_jsonJSON string containing receipt details
unfreeze_amountAmount unfrozen in this transaction
withdraw_amountAmount withdrawn in this transaction
withdraw_expire_amountExpired withdrawal amount
receipt_contract_address_hexHexadecimal representation of the contract address in the receipt
receipt_contract_addressBase58 representation of the contract address in the receipt
receipt_contract_resultResult of the contract execution
receipt_feeTotal fee charged for the transaction
receipt_net_feeNetwork fee charged for the transaction
receipt_net_usageNetwork resources used by the transaction
receipt_energy_feeEnergy fee charged for the transaction
receipt_energy_usage_totalTotal energy used by the transaction
receipt_energy_usageEnergy used by the transaction execution
receipt_origin_energy_usageEnergy used by the contract owner
receipt_res_messageResource message in the receipt
receipt_resultResult status in the receipt
parameter_jsonJSON string containing parsed transaction parameters
_created_atTimestamp when this record was created
_updated_atTimestamp when this record was last updated
_extra_fieldsAdditional fields not covered by the standard schema