Skip to main content

Overview

  • Dataset ID: 0105
  • Table: blockdb0105_function_results_v1
  • Description: On-chain function call return values (versioned by block)
  • Primary Key: contract_address, signature_hash, block_number

Columns

ColumnTypeDescription
contract_addressBYTEA20-byte address of the contract whose function result is stored.
signature_hashBYTEA4-byte selector (keccak256(signature)[0..3])
block_numberBIGINTBlock at which the value was read
call_dataBYTEARaw call data used to invoke the function
resultBYTEARaw return data from the function call
timestamp_utcTIMESTAMPTZUTC timestamp when the function call result was recorded.
_tracing_idBYTEATracing ID of the genesis tx record.
_created_atTIMESTAMPTZRecord creation timestamp.
_updated_atTIMESTAMPTZRecord last update timestamp.

Use Cases

  • Historical state reconstruction and time-travel queries
  • Token metadata and balance lookups at specific blocks
  • Contract configuration and parameter tracking over time
  • Price oracle and external data feed analysis
  • Governance proposal and voting state tracking
  • Historical analytics requiring point-in-time contract state