![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
This is the complete list of members for dev::eth::ExtVM, including all inherited members.
| balance(Address _a) final | dev::eth::ExtVM | inlinevirtual |
| blockHash(u256 _number) final | dev::eth::ExtVM | virtual |
| call(CallParameters &_params) final | dev::eth::ExtVM | virtual |
| caller | dev::eth::ExtVMFace | |
| code | dev::eth::ExtVMFace | |
| codeAt(Address _a) final | dev::eth::ExtVM | inlinevirtual |
| codeHash | dev::eth::ExtVMFace | |
| codeHashAt(Address _a) final | dev::eth::ExtVM | virtual |
| codeSizeAt(Address _a) final | dev::eth::ExtVM | virtual |
| create(u256 _endowment, u256 &io_gas, bytesConstRef _code, Instruction _op, u256 _salt, OnOpFunc const &_onOp={}) final | dev::eth::ExtVM | virtual |
| data | dev::eth::ExtVMFace | |
| depth | dev::eth::ExtVMFace | |
| envInfo() const | dev::eth::ExtVMFace | inline |
| evmSchedule() const final | dev::eth::ExtVM | inlinevirtual |
| exists(Address _a) final | dev::eth::ExtVM | inlinevirtual |
| ExtVM(State &_s, EnvInfo const &_envInfo, SealEngineFace const &_sealEngine, Address _myAddress, Address _caller, Address _origin, u256 _value, u256 _gasPrice, bytesConstRef _data, bytesConstRef _code, h256 const &_codeHash, unsigned _depth, bool _isCreate, bool _staticCall) | dev::eth::ExtVM | inline |
| ExtVMFace(EnvInfo const &_envInfo, Address _myAddress, Address _caller, Address _origin, u256 _value, u256 _gasPrice, bytesConstRef _data, bytes _code, h256 const &_codeHash, unsigned _depth, bool _isCreate, bool _staticCall) | dev::eth::ExtVMFace | |
| ExtVMFace(ExtVMFace const &)=delete | dev::eth::ExtVMFace | |
| gasPrice | dev::eth::ExtVMFace | |
| isCreate | dev::eth::ExtVMFace | |
| log(h256s &&_topics, bytesConstRef _data) | dev::eth::ExtVMFace | inlinevirtual |
| myAddress | dev::eth::ExtVMFace | |
| operator=(ExtVMFace const &)=delete | dev::eth::ExtVMFace | |
| origin | dev::eth::ExtVMFace | |
| originalStorageValue(u256 const &_key) final | dev::eth::ExtVM | inlinevirtual |
| salt | dev::eth::ExtVMFace | |
| setStore(u256 _n, u256 _v) final | dev::eth::ExtVM | virtual |
| state() const | dev::eth::ExtVM | inline |
| staticCall | dev::eth::ExtVMFace | |
| store(u256 _n) final | dev::eth::ExtVM | inlinevirtual |
| sub | dev::eth::ExtVMFace | |
| suicide(Address _a) final | dev::eth::ExtVM | virtual |
| value | dev::eth::ExtVMFace | |
| ~ExtVMFace()=default | dev::eth::ExtVMFace | virtual |