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.

0xc522d5de04a899dd4e7658370d74817acd15df52

bytecode

The bytecode data of this contract.

0x363d3d373d3d3d363d739ec1c3dcf667f2035fb4cd2eb42a1566fd54d2b75af43d82803e903d91602b57fd5bf3

block_timestamp

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

2023-05-04 00:02:15

block_number

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

29,561,757

block_hash

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

0xa9926c0c37a8be1e71906fa52e78cd38267614b095d51836ad9dca8048547d7b

Last updated