Overview
- Dataset ID:
0121 - Table:
blockdb_evm.b0121_contracts_v1 - Description: Smart contracts discovered via CREATE/CREATE2 internal transactions. Uses
contract_id(26 bytes = address + creation_block + tx_index) as primary key to support metamorphic contracts (e.g. CREATE-SELFDESTRUCT-CREATE2 in the same block). - Primary key:
contract_id - Foreign Key:
(block_number, tx_index)→blockdb_evm.b0102_transactions_v1 - API: POST /evm/raw/contracts
- CSV Sample: Download
- JSON Sample: Download
Sample Viewer
Columns
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
Related Datasets
Function Results
Read-call results from contract view functions.
Internal Transactions
Calls targeting these contract addresses.
Transactions
Deployment and interaction transactions.