Overview
- Dataset ID:
0122 - Table:
blockdb_evm.b0122_function_results_v1 - Description: On-chain function call return values versioned by block. Uses
contract_id(26 bytes) to support metamorphic contracts; primary key is(contract_id, block_number, call_data). - Primary key:
(contract_id, block_number, call_data) - API: POST /evm/raw/function-results
- CSV Sample: Download
- JSON Sample: Download
Sample Viewer
Columns
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
Related Datasets
Contracts
Deployment metadata for the queried contracts.
Transactions
Transactions that triggered these read calls.
Logs
Events emitted alongside function invocations.