# Functions
NewContract returns a new contract environment for the execution of OVM.
# Variables
List execution errors.
List execution errors.
List execution errors.
No description provided by the author
ErrGasLimitReached is returned by the gas pool if the amount of gas required by a transaction is higher than what's left in the block.
List execution errors.
No description provided by the author
List execution errors.
List execution errors.
No description provided by the author
List execution errors.
No description provided by the author
# Structs
No description provided by the author
Context provides the OVM with auxiliary information.
Contract represents an general contract in the state database.
Log represents a contract log event.
No description provided by the author
# Interfaces
Caller provides a basic interface for the OVM calling conventions.
ContractRef is a reference to the contract's backing object.
StateDB is an OVM database for full state querying.
# Type aliases
AccountRef implements ContractRef.
No description provided by the author
No description provided by the author
LogForStorage is a wrapper around a Log that flattens and parses the entire content of a log including non-consensus fields.
No description provided by the author