The highest tagged major version is
v3.
package
Version:
v2.3.7
Opens a new window with list of versions in this module.
Published: Nov 7, 2024
License: Apache-2.0, Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var ErrBN256BadPairingInput = errors.New("bn256 bad pairing input")
View Source
var ErrExecutionReverted = errors.New("execution reverted")
View Source
var ErrInsufficientBalance = errors.New("insufficient balance")
View Source
var ErrInvalidEVMInstance = errors.New("invalid EVM instance")
View Source
var ErrInvalidJumpDest = errors.New("invalid jump dest")
View Source
var ErrJumpOutOfBounds = errors.New("jump out of range")
View Source
var ErrJumpToNoneOpCode = errors.New("jump to non-OpCode")
View Source
var ErrOutOfGas = errors.New("out of gas")
View Source
var ErrOutOfMemory = errors.New("out of memory")
View Source
var ErrReturnDataCopyOutOfBounds = errors.New("return data copy out of bounds")
View Source
var ErrStackOverFlow = errors.New("stack over flow")
View Source
var ErrStackUnderFlow = errors.New("stack under flow")
View Source
var ErrStorageNotInitialized = errors.New("storage not initialized")
View Source
var ErrVerifyInput = errors.New("incorrect verify input format")
View Source
var ErrWriteProtection = errors.New("write protection")
Source Files
¶
Click to show internal directories.
Click to hide internal directories.