Skip to main content

Fuel Testnet Data Schema

Fuel Testnet datasets provide comprehensive on-chain data indexed and queryable through the Subsquid Network.

Available Data Types

Block data contains metadata about each block in the chain.
Field NameData TypeDescription
heightintegerBlock height
idstringBlock ID
headerobjectBlock header
consensusobjectConsensus data
transactionsarrayBlock transactions
timestampintegerBlock timestamp
Transaction data includes all executed transactions with their details.
Field NameData TypeDescription
idstringTransaction ID
input_asset_idsarrayInput asset IDs
input_contractsarrayInput contracts
input_contract_utxo_idstringInput contract UTXO ID
input_contract_balance_rootstringInput contract balance root
input_contract_state_rootstringInput contract state root
input_contract_tx_pointerobjectInput contract transaction pointer
input_contractstringInput contract address
gas_priceintegerGas price
gas_limitintegerGas limit
maturityintegerTransaction maturity
mint_amountintegerMint amount
mint_asset_idstringMint asset ID
Receipt data from transaction execution.
Field NameData TypeDescription
receipt_typestringType of receipt
idstringReceipt ID
valintegerReceipt value
pcintegerProgram counter
isintegerInstruction start
tostringRecipient address
amountintegerAmount transferred
asset_idstringAsset ID
gasintegerGas used
param1integerParameter 1
param2integerParameter 2
lenintegerData length
digeststringData digest
datastringReceipt data