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 NameDescription
masterchain_seqnoThe sequence number in the masterchain
seqnoThe sequence number of the message
created_ltLogical time when the message was created
utimeThe Unix timestamp when the message was created
workchainThe workchain identifier where the message was processed
shardThe shard identifier where the message was processed
opcode_nameThe name of the operation code (Elector-related operations)
opcodeThe hexadecimal operation code
validatorThe validator address
sourceThe source address of the message
destinationThe destination address of the message
amount_strThe transaction amount as a string (normalized to 9 decimals)
amountThe transaction amount as a float
usd_amountThe transaction amount in USD
usd_exchange_rateThe USD exchange rate for the transaction
transaction_hashThe hash of the transaction that contains this message
hashThe unique hash of the message
message_indexThe index of the message in the transaction
message_contentThe content of the message
bounceBoolean indicating if the message can be bounced
bouncedBoolean indicating if this is a bounced message
fwd_feeThe forward fee for the message
ihr_feeThe Instant Hypercube Routing fee for the message
_created_atTimestamp when the record was created
_updated_atTimestamp when the record was last updated