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

block_number

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

29948174

block_timestamp

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

2023-07-14 06:17:14+00:00

block_hash

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

0xf4983971def19168ea9b8a58d98cf2b1e9d4cf628ab89fdf3a9616e3987d53f1

address

Contract address.

0xa454fa618f9f1f0a7b937660f86cc0f3d0c79b99

bytecode

The bytecode data of this contract.

0x6d4946c0e9f43f4dee607b0ef1fa1c3318585733ff

found_signature_hashes

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

[]

transaction_hash

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

0x1efd2820babc95b480061a75e032ccb7e057019de6792277abf6c0463ec120b7

trace_id

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

create2_0x1efd2820babc95b480061a75e032ccb7e057019de6792277abf6c0463ec120b7_586

deployer

Address of the contract deployer.

0x0000000000004946c0e9f43f4dee607b0ef1fa1c

_created_at

Timestamp of the entry creation.

2023-07-14 06:18:40.493000+00:00

_updated_at

Timestamp of the entry update.

2023-07-14 06:18:40.493000+00:00

Last updated