🗃

Terra

Terra Classic

Blocks

Field name
Data Type
Description
block_height
INTEGER
Block height
block_timestamp
STRING
Timestamp for the block in STRING
block_timestamp_truncated
TIMESTAMP
Timestampe in TIMESTAMP format
block_hash
STRING
Hash for the block
proposer_address
STRING
Address of proposer
last_commit_hash
STRING
Hash of the last commit
data_hash
STRING
Hash of the data within the block
validators_hash
STRING
Hash of the validators
next_validators_hash
STRING
Hash of the next validator
consensus_hash
STRING
Hash of hte consensus
app_hash
STRING
Hash of the application
last_results_hash
STRING
Hash of the last result
evidence_hash
STRING
--
signatures
RECORD
Signatures related to the block
signatures.block_id_flag
INTEGER
--
signatures.validator_address
STRING
Address of validator
signatures.timestamp
TIMESTAMP
Timestamp of signature
signatures.signatures
RECORD
Additional Signatures related to the block
signatures.signatures.block_id_flag
INTEGER
--
signatures.signatures.validator_address
STRING
Address of validator
signatures.signatures.timestamp
TIMESTAMP
Timestamp of signature
signatures.signatures.signature
STRING
signature string

Logs

Field name
Type
Description
block_height
INTEGER
Block height of the log
block_timestamp
TIMESTAMP
Timestampe of block
block_timestamp_truncated
TIMESTAMP
Truncated time stamp
txhash
STRING
Transaction hash
log_index
INTEGER
Index of the log entry
msg_index
INTEGER
Index of the message
log
STRING
Name of Log
events
RECORD
Repeated field of event within the log
events.type
STRING
Type of event
events.type.attributes
RECORD
Repeated field of key value pairs
events.type.attributes.key
STRING
Event key
events.type.attributes.value
STRING
Event value

Messages

Field name
Data Type
Description
block_height
INTEGER
Block height
block_timestamp
STRING
Timestamp of block
block_timestamp_truncated
TIMESTAMP
Truncated block timestamp
txhash
STRING
Hash of the block
message_type
STRING
Type of message
normalized_message_type
STRING
Normalized message type
index
INTEGER
Message Index
terra_wasm_v1beta1_MsgExecuteContract
RECORD
Beta records for data parsing
terra_wasm_v1beta1_MsgInstantiateContract
RECORD
Beta records for data parsing
terra_wasm_v1beta1_MsgMigrateContract
RECORD
Beta records for data parsing
terra_wasm_v1beta1_MsgStoreCode
RECORD
Beta records for data parsing
terra_wasm_v1beta1_MsgUpdateContractAdmin
RECORD
Beta records for data parsing
terra_oracle_v1beta1_MsgAggregateExchangeRatePrevote
RECORD
Beta records for data parsing
terra_oracle_v1beta1_MsgAggregateExchangeRateVote
RECORD
Beta records for data parsing
terra_oracle_v1beta1_MsgDelegateFeedConsent
RECORD
Beta records for data parsing
terra_market_v1beta1_MsgSwap
RECORD
Beta records for data parsing
terra_market_v1beta1_MsgSwapSend
RECORD
Beta records for data parsing

Transactions

Field name
Type
Description
block_height
INTEGER
Block height
block_timestamp
STRING
Timestamp of block
block_timestamp_truncated
TIMESTAMP
Truncated block timestamp
txhash
STRING
Hash of block
transaction_type
STRING
Type of transaction
gas_wanted
NUMERIC
Gas wanted
gas_used
NUMERIC
Gas used
sender
STRING
Transaction sender
fee
RECORD
Transaction fee
fee.amount
RECORD
Transaction amount record
fee.amount.amount
INTEGER
Fee amount
fee.amount.denom
STRING
Fee denomination
gas
INTEGER
gas consumed
memo
STRING
Transaction memo
Last modified 14d ago