Table Columns

Unique Key: trace_id

Column NameData TypeDescription
addressVARCHARContract address.
bytecodeVARCHARThe bytecode data of this contract.
block_timestampTIMESTAMP_NTZ(9)The timestamp of the block that this contract was created in.
block_numberBIGINTThe number of the block that this contract was created in.
block_hashVARCHARThe hash of the block that this contract was created in.
transaction_hashVARCHARThe transaction hash of the block that this contract was created in.
deployerVARCHARAddress of the contract deployer.
trace_idVARCHARUnique identifier for this contract creation trace. Generated by combining the trace_type, transaction_hash, and trace_address in trace data.
found_signature_hashesARRAYSignature hashes identified in the deployed contract. In an array format.
_created_atTIMESTAMP_NTZ(9)Timestamp of the entry creation.
_updated_atTIMESTAMP_NTZ(9)Timestamp of the entry update.