| address | VARCHAR | Contract address. | 
| bytecode | VARCHAR | The bytecode data of this contract. | 
| block_timestamp | TIMESTAMP_NTZ(9) | The timestamp of the block that this contract was created in. | 
| block_number | BIGINT | The number of the block that this contract was created in. | 
| block_hash | VARCHAR | The hash of the block that this contract was created in. | 
| transaction_hash | VARCHAR | The transaction hash of the block that this contract was created in. | 
| deployer | VARCHAR | Address of the contract deployer. | 
| trace_id | VARCHAR | Unique identifier for this contract creation trace. Generated by combining the trace_type,transaction_hash, andtrace_addressin trace data. | 
| found_signature_hashes | ARRAY | Signature hashes identified in the deployed contract. In an array format. | 
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of the entry creation. | 
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of the entry update. |