Messages

TON messages are data packets that can contain various types of information, including transactions, smart contract instructions, and communication between network participants.

Table Columns

Column NameDescription

workchain

The workchain identifier where the message was sent.

shard

The shard identifier where the message was sent.

seqno

The sequence number of the message.

bounce

Indicates if the message should be bounced back to the sender if it fails.

bounced

Indicates if the message was bounced back to the sender.

utime

The Unix timestamp when the message was created.

created_lt

Logical time when the message was created.

destination

The destination address of the message.

fwd_fee

The forward fee associated with the message.

hash

The hash of the message.

ihr_disabled

Indicates if the Instant Hypercube Routing (IHR) is disabled.

ihr_fee

The fee associated with the IHR.

import_fee

The import fee associated with the message.

init_state

The initial state of the message.

masterchain_seqno

The sequence number of the masterchain block.

message_content

The content of the message.

message_index

The index of the message within the block.

opcode

The operation code associated with the message.

source

The source address of the message.

transaction_hash

The hash of the associated transaction.

value

The value transferred by the message.

_created_at

Timestamp of the entry creation.

_updated_at

Timestamp of the entry update.

Last updated