Transactions

TON transactions are operations that involve transferring assets or data between accounts on the TON blockchain.

Table Columns

Column NameDescription

account

The account involved in the transaction.

account_state_after

The state of the account after the transaction.

account_state_before

The state of the account before the transaction.

workchain

The workchain identifier where the transaction occurred.

shard

The shard identifier where the transaction occurred.

seqno

The sequence number of the transaction.

aborted

Indicates if the transaction was aborted.

action

Details of the action performed in the transaction.

compute_ph

Compute phase details of the transaction.

credit_first

Indicates if the transaction has a credit phase first.

credit_ph

Credit phase details of the transaction.

destroyed

Indicates if the account was destroyed.

storage_ph

Storage phase details of the transaction.

type

The type of the transaction.

end_status

The status of the account at the end of the transaction.

hash

The hash of the transaction.

in_msg_hash

The hash of the inbound message associated with the transaction.

lt

The logical time of the transaction.

mc_block_seqno

The masterchain block sequence number.

utime

The Unix timestamp of the transaction.

orig_status

The original status of the account before the transaction.

out_msgs_count

The count of outbound messages generated by the transaction.

prev_trans_hash

The hash of the previous transaction.

prev_trans_lt

The logical time of the previous transaction.

total_fees

The total fees paid for the transaction.

transaction_index

The index of the transaction within the block.

_created_at

Timestamp of the entry creation.

_updated_at

Timestamp of the entry update.

Last updated