Overview
- Dataset ID:
0121 - Contracts - 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). - Sample: Hugging Face Sample
Subscription Parameters
Filter notifications to specific deployed contract addresses (hex string, 20 bytes, no
0x prefix).Message Fields
Payload fields mirrorblockdb_evm.b0121_contracts_v1 (binary fields as hex strings without 0x in JSON).
Contract incarnation ID (hex, 26 bytes): 20 bytes address + 4 bytes creation block + 2 bytes tx index.
Deployed contract address (hex string, 20 bytes, no
0x prefix).Block height containing the contract creation.
Block time (ISO-8601).
Zero-based index of the deployment transaction within the block.
Position in the call tree (e.g.,
"0", "0.0", "0.1.2").Address that deployed the contract (msg.sender of CREATE/CREATE2). Hex string, 20 bytes, no
0x prefix.Creation call type (
CREATE or CREATE2).Lineage id (hex).
Record creation time (ISO-8601).
Record last update time (ISO-8601).