Contracts

The contracts table contains all the deployed contracts with bytecode data.

A "smart contract" is simply a program that runs on the EVM blockchain. It's a collection of code (its functions) and data (its state) that resides at a specific address on the blockchain.

Deploying a smart contract on EVM chains typically involves sending a transaction containing the compiled code of the smart contract without specifying any recipient.

Table Columns

Column NameDescriptionExample

address

Contract address.

0x291d77068da419e2150c3c2ecf1362177bf04ee8

bytecode

The bytecode data of this contract.

0x6042607952

block_timestamp

The timestamp of the block that this contract was created in.

2023-11-27 23:19:28+00:00

block_number

The number of the block that this contract was created in.

1141897

block_hash

The hash of the block that this contract was created in.

0x32c262e01193d988d64300defffe9aa4e60566248f1b1d1248422f06b910f56d

transaction_hash

The transaction hash of the block that this contract was created in.

0x4ac14c1b9dc51f802f75fdca9295555a83bbcf8aa939aef7df842ebc867f6eb1

deployer

Address of the contract deployer.

0xc79d5c05944def47e49083b25eb3e5401112c5bb

found_signature_hashes

Signature hashes identified the deployed contract. In an array format.

[]

trace_id

Unique identifier for this contract creation trace. Generated by combining the trace_type, transaction_hash and trace_address in trace data.

create_0x4ac14c1b9dc51f802f75fdca9295555a83bbcf8aa939aef7df842ebc867f6eb1_

_created_at

Timestamp of the entry creation.

2023-11-27 23:46:50.470000+00:00

_updated_at

Timestamp of the entry update.

2023-11-27 23:46:50.470000+00:00

Last updated