package
0.22.0
Repository: https://github.com/lasthyphen/coreth.git
Documentation: pkg.go.dev

# Functions

CalculateFunctionSelector returns the 4 byte function selector that results from [functionSignature] Ex.
CheckConfigure checks if [config] is activated by the transition from block at [parentTimestamp] to the timestamp set in [blockContext].

# Variables

ReservedRanges contains addresses ranges that are reserved for precompiles and cannot be used as EOA or deployed contracts.
Designated addresses of stateful precompiles Note: it is important that none of these addresses conflict with each other or any other precompiles in core/vm/contracts.go.

# Structs

AddressRange represents a continuous range of addresses.

# Interfaces

BlockContext defines an interface that provides information to a stateful precompile about the block that activates the upgrade.
ChainContext defines an interface that provides information to a stateful precompile about the chain configuration.
PrecompileAccessibleState defines the interface exposed to stateful precompile contracts.
StateDB is the interface for accessing EVM state.
StatefulPrecompileConfig defines the interface for a stateful precompile to.
StatefulPrecompiledContract is the interface for executing a precompiled contract.

# Type aliases

No description provided by the author