Table description

Stores state data for smart contracts, including supported tokens and storage costs.

Column Descriptions

ColumnDescriptionType
closed_at_dateThe date when the contract data entry was closed.date
contract_idThe unique identifier for the smart contract on the Stellar network.varchar
contract_key_typeThe type of key used for the contract data (e.g., a hash or other identifier).varchar
contract_durabilityIndicates whether the contract data is durable across contract executions.varchar
asset_codeThe code of the asset associated with the contract (if applicable).varchar
asset_issuerThe issuer of the asset associated with the contract (if applicable).varchar
asset_typeThe type of asset associated with the contract (e.g., native, issued).varchar
balance_holderThe account or entity that holds the balance associated with the contract.varchar
balanceThe balance associated with the contract, in lumens or other tokens.varchar
last_modified_ledgerThe ledger sequence number where the contract data was last modified.bigint
ledger_entry_changeIndicates the type of change made to the ledger entry (insert, update, delete).bigint
deletedA boolean indicating whether the contract data entry has been deleted.boolean
closed_atThe timestamp when the contract data was closed.timestamp(3) with time zone
ledger_sequenceThe sequence number of the ledger in which the contract data is included.bigint
ledger_key_hashThe hashed key associated with the contract’s ledger entry.varbinary
keyThe key used in the contract data entry.varchar
key_decodedA human-readable or decoded version of the contract key.varchar
valThe value stored in the contract data entry.varchar
val_decodedA human-readable or decoded version of the value stored in the contract.varchar
contract_data_xdrThe raw XDR (External Data Representation) format of the contract data.varchar
updated_atThe time when the contract data record was last updated.timestamp(3) with time zone
ingested_atThe time when the contract data was ingested into the system.timestamp(3) with time zone

Table Sample