Skip to main content

Overview

  • Dataset ID: 0104
  • Table: blockdb0104_contracts_v1
  • Description: Deployed smart contract metadata
  • Primary Key: address

Columns

ColumnTypeDescription
addressBYTEAContract address (20 bytes)
block_numberBIGINTCanonical block height within the originating chain.
tx_indexINTEGERZero-based transaction index within the block, used for deterministic ordering.
log_indexINTEGERZero-based log index within the transaction, uniquely identifying the emitted event.
_tracing_idBYTEABlockDB lineage identifier that links this record to lineage APIs.
_created_atTIMESTAMPTZRecord creation timestamp.
_updated_atTIMESTAMPTZRecord last update timestamp.

Use Cases

  • Contract registry and address validation
  • Deployment tracking and contract lifecycle analysis
  • Factory pattern analysis and contract creation patterns
  • Security research and contract classification
  • Integration with contract metadata and ABI databases
  • Foundation for contract interaction analysis