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.

0xbc549a8044dba0dd6acc8e08ef9ef1ff62653d55

bytecode

The bytecode data of this contract.

0x363d3d373d3d3d363d73a992d6288c47c2497ed50a623ab702bc2a4ea2a05af43d82803e903d91602b57fd5bf3

block_timestamp

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

2023-02-14 08:13:10

block_number

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

74,238,171

block_hash

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

0x96601c9cec211bbe10c4dd6070e2086ea4f912399755d9498ecdeb8bf872579f

Last updated