Staking
Elector contract messages
Elector Contract Messages
This ton.staking.elector_contract_messages
model captures all messages related to the TON Elector smart contract.
It includes staking operations such as stake submissions, recoveries, and other interactions with the Elector contract.
The messages are filtered to only include those with Elector-related operation codes.
Table Columns
Unique Key: hash
Column Name | Description |
---|---|
masterchain_seqno | The sequence number in the masterchain |
seqno | The sequence number of the message |
created_lt | Logical time when the message was created |
utime | The Unix timestamp when the message was created |
workchain | The workchain identifier where the message was processed |
shard | The shard identifier where the message was processed |
opcode_name | The name of the operation code (Elector-related operations) |
opcode | The hexadecimal operation code |
validator | The validator address |
source | The source address of the message |
destination | The destination address of the message |
amount_str | The transaction amount as a string (normalized to 9 decimals) |
amount | The transaction amount as a float |
usd_amount | The transaction amount in USD |
usd_exchange_rate | The USD exchange rate for the transaction |
transaction_hash | The hash of the transaction that contains this message |
hash | The unique hash of the message |
message_index | The index of the message in the transaction |
message_content | The content of the message |
bounce | Boolean indicating if the message can be bounced |
bounced | Boolean indicating if this is a bounced message |
fwd_fee | The forward fee for the message |
ihr_fee | The Instant Hypercube Routing fee for the message |
_created_at | Timestamp when the record was created |
_updated_at | Timestamp when the record was last updated |