List of all items
Structs
- BytecodeLocked
- Contract
- DummyHost
- Interpreter
- Memory
- OpCode
- Stack
- analysis::BytecodeLocked
- gas::Gas
- inner_models::CallContext
- inner_models::CallInputs
- inner_models::CreateInputs
- inner_models::SelfDestructResult
- inner_models::Transfer
- opcode::OpCode
- opcode::OpInfo
Enums
- inner_models::CallScheme
- inner_models::CreateScheme
- instruction_result::InstructionResult
- instruction_result::SuccessOrHalt
Traits
Macros
Functions
- analysis::to_analysed
- gas::account_access_gas
- gas::call_cost
- gas::create2_cost
- gas::exp_cost
- gas::extcodecopy_cost
- gas::hot_cold_cost
- gas::initcode_cost
- gas::log_cost
- gas::memory_gas
- gas::selfdestruct_cost
- gas::sha3_cost
- gas::sload_cost
- gas::sstore_cost
- gas::sstore_refund
- gas::verylowcopy_cost
- opcode::spec_opcode_gas
Constants
- CALL_STACK_LIMIT
- MAX_CODE_SIZE
- MAX_INITCODE_SIZE
- OPCODE_JUMPMAP
- STACK_LIMIT
- gas::ACCESS_LIST_ADDRESS
- gas::ACCESS_LIST_STORAGE_KEY
- gas::BASE
- gas::BLOCKHASH
- gas::CALLVALUE
- gas::CALL_STIPEND
- gas::CODEDEPOSIT
- gas::COLD_ACCOUNT_ACCESS_COST
- gas::COLD_SLOAD_COST
- gas::COPY
- gas::CREATE
- gas::EXP
- gas::HIGH
- gas::INITCODE_WORD_COST
- gas::JUMPDEST
- gas::LOG
- gas::LOGDATA
- gas::LOGTOPIC
- gas::LOW
- gas::MEMORY
- gas::MID
- gas::NEWACCOUNT
- gas::REFUND_SSTORE_CLEARS
- gas::SELFDESTRUCT
- gas::SHA3
- gas::SHA3WORD
- gas::SSTORE_RESET
- gas::SSTORE_SET
- gas::TRANSACTION_NON_ZERO_DATA_FRONTIER
- gas::TRANSACTION_NON_ZERO_DATA_INIT
- gas::TRANSACTION_ZERO_DATA
- gas::VERYLOW
- gas::WARM_STORAGE_READ_COST
- gas::ZERO
- opcode::ADD
- opcode::ADDMOD
- opcode::ADDRESS
- opcode::AND
- opcode::BALANCE
- opcode::BASEFEE
- opcode::BLOCKHASH
- opcode::BYTE
- opcode::CALL
- opcode::CALLCODE
- opcode::CALLDATACOPY
- opcode::CALLDATALOAD
- opcode::CALLDATASIZE
- opcode::CALLER
- opcode::CALLVALUE
- opcode::CHAINID
- opcode::CODECOPY
- opcode::CODESIZE
- opcode::COINBASE
- opcode::CREATE
- opcode::CREATE2
- opcode::DELEGATECALL
- opcode::DIFFICULTY
- opcode::DIV
- opcode::DUP1
- opcode::DUP10
- opcode::DUP11
- opcode::DUP12
- opcode::DUP13
- opcode::DUP14
- opcode::DUP15
- opcode::DUP16
- opcode::DUP2
- opcode::DUP3
- opcode::DUP4
- opcode::DUP5
- opcode::DUP6
- opcode::DUP7
- opcode::DUP8
- opcode::DUP9
- opcode::EQ
- opcode::EXP
- opcode::EXTCODECOPY
- opcode::EXTCODEHASH
- opcode::EXTCODESIZE
- opcode::GAS
- opcode::GASLIMIT
- opcode::GASPRICE
- opcode::GT
- opcode::INVALID
- opcode::ISZERO
- opcode::JUMP
- opcode::JUMPDEST
- opcode::JUMPI
- opcode::LOG0
- opcode::LOG1
- opcode::LOG2
- opcode::LOG3
- opcode::LOG4
- opcode::LT
- opcode::MLOAD
- opcode::MOD
- opcode::MSIZE
- opcode::MSTORE
- opcode::MSTORE8
- opcode::MUL
- opcode::MULMOD
- opcode::NOT
- opcode::NUMBER
- opcode::OPCODE_JUMPMAP
- opcode::OR
- opcode::ORIGIN
- opcode::PC
- opcode::POP
- opcode::PUSH0
- opcode::PUSH1
- opcode::PUSH10
- opcode::PUSH11
- opcode::PUSH12
- opcode::PUSH13
- opcode::PUSH14
- opcode::PUSH15
- opcode::PUSH16
- opcode::PUSH17
- opcode::PUSH18
- opcode::PUSH19
- opcode::PUSH2
- opcode::PUSH20
- opcode::PUSH21
- opcode::PUSH22
- opcode::PUSH23
- opcode::PUSH24
- opcode::PUSH25
- opcode::PUSH26
- opcode::PUSH27
- opcode::PUSH28
- opcode::PUSH29
- opcode::PUSH3
- opcode::PUSH30
- opcode::PUSH31
- opcode::PUSH32
- opcode::PUSH4
- opcode::PUSH5
- opcode::PUSH6
- opcode::PUSH7
- opcode::PUSH8
- opcode::PUSH9
- opcode::RETURN
- opcode::RETURNDATACOPY
- opcode::RETURNDATASIZE
- opcode::REVERT
- opcode::SAR
- opcode::SDIV
- opcode::SELFBALANCE
- opcode::SELFDESTRUCT
- opcode::SGT
- opcode::SHA3
- opcode::SHL
- opcode::SHR
- opcode::SIGNEXTEND
- opcode::SLOAD
- opcode::SLT
- opcode::SMOD
- opcode::SSTORE
- opcode::STATICCALL
- opcode::STOP
- opcode::SUB
- opcode::SWAP1
- opcode::SWAP10
- opcode::SWAP11
- opcode::SWAP12
- opcode::SWAP13
- opcode::SWAP14
- opcode::SWAP15
- opcode::SWAP16
- opcode::SWAP2
- opcode::SWAP3
- opcode::SWAP4
- opcode::SWAP5
- opcode::SWAP6
- opcode::SWAP7
- opcode::SWAP8
- opcode::SWAP9
- opcode::TIMESTAMP
- opcode::XOR