Overview
- Dataset ID:
0121 - Table:
blockdb_evm.b0121_contracts_v1 - Description: Canonical contract metadata and deployment info for smart contracts discovered via CREATE/CREATE2 internal transactions.
- Primary Key:
address - API: POST /evm/raw/contracts
Columns
| Column | Type | Description |
|---|---|---|
contract_address | BYTEA | The deployed contract address (20 bytes). |
block_number | BIGINT | Block number where contract was deployed. |
block_time | TIMESTAMPTZ | UTC timestamp of the block. |
tx_index | INTEGER | Transaction index within the block. |
trace_address | TEXT | Position in call tree (e.g., “0”, “0.0”, “0.1.2”). |
creator_address | BYTEA | Address that deployed the contract (msg.sender of CREATE/CREATE2). |
creation_call_type | TEXT | Type of creation: CREATE or CREATE2. |
_tracing_id | BYTEA | Internal tracing identifier for lineage tracking. |
_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