Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Jesserc/gevm
/ types & classes
Types & classes
15 in github.com/Jesserc/gevm
⨍
Functions
137
◇
Types & classes
15
↓ 4 callers
TypeAlias
Opcode
gevm/opcodes.go:5
Struct
Block
Block represents a block.
gevm/evm.go:59
Struct
ChainConfig
ChainConfig stores network configuration parameters.
gevm/evm.go:53
Struct
EVM
EVM represents an Ethereum Virtual Machine instance.
gevm/evm.go:79
Struct
ExecutionEnvironment
ExecutionEnvironment encapsulates the EVM execution data environment.
gevm/evm.go:38
Struct
ExecutionRuntime
ExecutionRuntime represents the execution runtime during EVM execution.
gevm/evm.go:25
TypeAlias
JumpTable
JumpTable maps opcodes to their corresponding instruction functions.
gevm/jump_table.go:4
Struct
Log
lint:ignore U1000 ignore unused fields
gevm/log.go:11
TypeAlias
LogRecord
gevm/log.go:16
Struct
Memory
gevm/memory.go:3
Struct
Stack
gevm/stack.go:18
Struct
Storage
gevm/storage.go:7
Struct
TransactionContext
TransactionContext holds transaction-specific information during EVM execution.
gevm/evm.go:46
Struct
TransientStorage
gevm/transient.go:7
TypeAlias
dynamicGasMap
dynamicGasMap maps opcodes to their dynamic gas costs.
gevm/evm.go:12