Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <JIT.h>
Public Types | |
typedef std::integral_constant< uint64_t, 1024 > | stackLimit |
typedef std::integral_constant< uint64_t, 0 > | stepGas0 |
typedef std::integral_constant< uint64_t, 2 > | stepGas1 |
typedef std::integral_constant< uint64_t, 3 > | stepGas2 |
typedef std::integral_constant< uint64_t, 5 > | stepGas3 |
typedef std::integral_constant< uint64_t, 8 > | stepGas4 |
typedef std::integral_constant< uint64_t, 10 > | stepGas5 |
typedef std::integral_constant< uint64_t, 20 > | stepGas6 |
typedef std::integral_constant< uint64_t, 0 > | stepGas7 |
typedef std::integral_constant< uint64_t, 10 > | expByteGas |
typedef std::integral_constant< uint64_t, 30 > | sha3Gas |
typedef std::integral_constant< uint64_t, 6 > | sha3WordGas |
typedef std::integral_constant< uint64_t, 50 > | sloadGas |
typedef std::integral_constant< uint64_t, 20000 > | sstoreSetGas |
typedef std::integral_constant< uint64_t, 5000 > | sstoreResetGas |
typedef std::integral_constant< uint64_t, 5000 > | sstoreClearGas |
typedef std::integral_constant< uint64_t, 1 > | jumpdestGas |
typedef std::integral_constant< uint64_t, 375 > | logGas |
typedef std::integral_constant< uint64_t, 8 > | logDataGas |
typedef std::integral_constant< uint64_t, 375 > | logTopicGas |
typedef std::integral_constant< uint64_t, 32000 > | createGas |
typedef std::integral_constant< uint64_t, 40 > | callGas |
typedef std::integral_constant< uint64_t, 3 > | memoryGas |
typedef std::integral_constant< uint64_t, 3 > | copyGas |
typedef std::integral_constant< uint64_t, 9000 > | valueTransferGas |
typedef std::integral_constant< uint64_t, 2300 > | callStipend |
typedef std::integral_constant< uint64_t, 25000 > | callNewAccount |
typedef std::integral_constant<uint64_t, 40> dev::evmjit::JITSchedule::callGas |
typedef std::integral_constant<uint64_t, 25000> dev::evmjit::JITSchedule::callNewAccount |
typedef std::integral_constant<uint64_t, 2300> dev::evmjit::JITSchedule::callStipend |
typedef std::integral_constant<uint64_t, 3> dev::evmjit::JITSchedule::copyGas |
typedef std::integral_constant<uint64_t, 32000> dev::evmjit::JITSchedule::createGas |
typedef std::integral_constant<uint64_t, 10> dev::evmjit::JITSchedule::expByteGas |
typedef std::integral_constant<uint64_t, 1> dev::evmjit::JITSchedule::jumpdestGas |
typedef std::integral_constant<uint64_t, 8> dev::evmjit::JITSchedule::logDataGas |
typedef std::integral_constant<uint64_t, 375> dev::evmjit::JITSchedule::logGas |
typedef std::integral_constant<uint64_t, 375> dev::evmjit::JITSchedule::logTopicGas |
typedef std::integral_constant<uint64_t, 3> dev::evmjit::JITSchedule::memoryGas |
typedef std::integral_constant<uint64_t, 30> dev::evmjit::JITSchedule::sha3Gas |
typedef std::integral_constant<uint64_t, 6> dev::evmjit::JITSchedule::sha3WordGas |
typedef std::integral_constant<uint64_t, 50> dev::evmjit::JITSchedule::sloadGas |
typedef std::integral_constant<uint64_t, 5000> dev::evmjit::JITSchedule::sstoreClearGas |
typedef std::integral_constant<uint64_t, 5000> dev::evmjit::JITSchedule::sstoreResetGas |
typedef std::integral_constant<uint64_t, 20000> dev::evmjit::JITSchedule::sstoreSetGas |
typedef std::integral_constant<uint64_t, 1024> dev::evmjit::JITSchedule::stackLimit |
typedef std::integral_constant<uint64_t, 0> dev::evmjit::JITSchedule::stepGas0 |
typedef std::integral_constant<uint64_t, 2> dev::evmjit::JITSchedule::stepGas1 |
typedef std::integral_constant<uint64_t, 3> dev::evmjit::JITSchedule::stepGas2 |
typedef std::integral_constant<uint64_t, 5> dev::evmjit::JITSchedule::stepGas3 |
typedef std::integral_constant<uint64_t, 8> dev::evmjit::JITSchedule::stepGas4 |
typedef std::integral_constant<uint64_t, 10> dev::evmjit::JITSchedule::stepGas5 |
typedef std::integral_constant<uint64_t, 20> dev::evmjit::JITSchedule::stepGas6 |
typedef std::integral_constant<uint64_t, 0> dev::evmjit::JITSchedule::stepGas7 |
typedef std::integral_constant<uint64_t, 9000> dev::evmjit::JITSchedule::valueTransferGas |