Skip to main content

7 docs tagged with "views"

View All Tags

Define Functions

The code generated for Funcs will be able to inspect and modify the smart contract state, whereas the code generated for Views will only be able to inspect the state.

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 root Contract

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