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 Name
Description
Example

address

Contract address.

0x7a77d8625dbe59272f60e836414c9c9258a1f536

bytecode

The bytecode data of this contract.

0x363d3d373d3d3d363d73d332254f274cc65aa11178b74734e2992b8f349e5af43d82803e903d91602b57fd5bf3

block_timestamp

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

2023-08-29 01:11:04

block_number

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

125,923,459

block_hash

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

0xd320a863e62a2c2ac44d01c18dadd9e2a9c4d809460711dfeb7d030430a40dd2

transaction_hash

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

0x63e4db4ad85e2d3ab1b1ec4373280e6b4ea806d298349eb2401c839e11c54a1e

deployer

Address of the contract deployer.

0xa24787320ede4cc19d800bf87b41ab9539c4da9d

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.

create2_0x63e4db4ad85e2d3ab1b1ec4373280e6b4ea806d298349eb2401c839e11c54a1e_0_12

_created_at

Timestamp of the entry creation.

2023-08-29 01:11:08

_updated_at

Timestamp of the entry update.

2023-08-29 01:11:08

Last updated