Elector System Rewards

This ton.staking.elector_system_rewards model tracks system rewards distributed by the TON Elector smart contract. It captures transactions where the Elector contract distributes rewards to validators and participants in the TON staking system.

Table Columns

Unique Key: hash

Column NameDescription
workchainThe workchain identifier where the transaction occurred
mc_block_seqnoThe masterchain block sequence number
seqnoThe sequence number of the transaction
utimeThe Unix timestamp when the transaction occurred
ltLogical time of the transaction
accountThe account address (Elector contract address)
amount_strThe reward amount as a string (normalized to 9 decimals)
amountThe reward amount as a float
usd_amountThe reward amount in USD
balance_strThe Elector contract balance after the transaction as a string (normalized to 9 decimals)
balanceThe Elector contract balance after the transaction as a float
usd_balanceThe Elector contract balance after the transaction in USD
usd_exchange_rateThe USD exchange rate for the transaction
in_msgThe incoming message details in variant format
hashThe transaction hash
transaction_indexThe index of the transaction in the block
abortedBoolean indicating if the transaction was aborted
_created_atTimestamp when the record was created
_updated_atTimestamp when the record was last updated