Anatomy of a Smart Contract
Each smart contract instance has a program with a collection of entry points and a state.
Each smart contract instance has a program with a collection of entry points and a state.
Calling smart contract view functions with Solo.
The `blobs` contract maintains a registry of _blobs_ (a collection of arbitrary binary data) referenced from smart contracts via their hashes.
The errors contract keeps a map of error codes to error message templates. These error codes are used in request receipts.
The evm core contract provides the necessary infrastructure to accept Ethereum transactions and execute EVM code.
The root contract is the first smart contract deployed on the chain. It functions as a smart contract factory for the chain.