Table Description

Contains all updates of accounts. Including updates of balance and code_hash. This table is created using this SQL.

Column Descriptions

ColumntypeDescription
addressvarcharAccount raw address
statusvarcharStatus of account
last_tx_hashvarcharHash of the latest transaction
last_tx_attimestamp(3) with time zonetimetsmap of the latest transaction
balancebigintRaw ton balance
code_hashvarcharAccount code hash (on-chain value)
deployment_tx_hashvarcharHash of transaction when account was deployed
deployment_attimestamp(3) with time zoneTimestamp when account was deployed
deployment_by_externalbooleanEquals true when deployment of transactions was first transaction in trace, in other words when (deployment tx_hash = deployment trace_id), false otherwise
initial_funding_tx_hashvarcharTransaction hash with the first occur of account in transactions
initial_funding_attimestamp(3) with time zoneTimestamp of the first occur of account in transactions
first_tx_sendervarcharRaw address of who intiated the first transaction with this account
interfacesarray(varchar)The list of known available interfaces (for example wallet_v4r2, full list available here)

Table Sample

Table sample can be found here.