Overview
- Dataset ID:
0104 - Table:
blockdb0104_contracts_v1 - Description: Deployed smart contract metadata
- Primary Key:
address
Columns
| Column | Type | Description |
|---|---|---|
address | BYTEA | Contract address (20 bytes) |
block_number | BIGINT | Canonical block height within the originating chain. |
tx_index | INTEGER | Zero-based transaction index within the block, used for deterministic ordering. |
log_index | INTEGER | Zero-based log index within the transaction, uniquely identifying the emitted event. |
_tracing_id | BYTEA | BlockDB lineage identifier that links this record to lineage APIs. |
_created_at | TIMESTAMPTZ | Record creation timestamp. |
_updated_at | TIMESTAMPTZ | Record 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