Skip to main content

11 docs tagged with "Core Contract"

Core Contract for interacting with L1.

View All Tags

Core Contracts

There currently are 6 core smart contracts that are always deployed on each chain, root, _default, accounts, blob, blocklog, and governance.

Core Contracts

There currently are 6 core smart contracts that are always deployed on each chain, root, _default, accounts, blob, blocklog, and governance.

The blob Contract

The `blobs` contract maintains a registry of _blobs_ (a collection of arbitrary binary data) referenced from smart contracts via their hashes.

The blocklog Contract

The `blocklog` contract keeps track of the blocks of requests processed by the chain.

The errors Contract

The errors contract keeps a map of error codes to error message templates. These error codes are used in request receipts.

The evm Contract

The evm core contract provides the necessary infrastructure to accept Ethereum transactions and execute EVM code.

The governance Contract

The `governance` contract defines the set of identities that constitute the state controller, access nodes, who is the chain owner, and the fees for request execution.

The root Contract

The root contract is the first smart contract deployed on the chain. It functions as a smart contract factory for the chain.