26 static const std::map<Instruction, InstructionInfo> c_instructionInfo =
222 auto it = c_instructionInfo.find(_inst);
223 if (it != c_instructionInfo.end())
signed greater-than comparision
set a potential jumpsub destination
place 17 byte item on stack
unsigned modular addition
place 10 byte item on stack
copies the 14th highest item in the stack to the top of the stack
get external code size (from another contract)
place 28 byte item on stack
return to subroutine jumped from
place 19 byte item on stack
unsigned modular multiplication
get the block's timestamp
place 1 byte item on stack
modulo remainder operation
place 27 byte item on stack
place 31 byte item on stack
dedicated invalid instruction
conditionally alter the program counter
place 13 byte item on stack
convert vector to wide integer
alter the program counter to a beginsub
copy input data in current environment to memory
conditionally alter the program counter
place 2 byte item on stack
retrieve single byte from word
shift arithmetic right opertation
arithmetic shift right operation
place 6 byte item on stack
place 20 byte item on stack
signed modulo remainder operation
swaps the highest and 6th highest value on the stack
swaps the highest and 9th highest value on the stack
get execution origination address
create a new account with associated code. sha3((sender + salt + code)
Makes a log entry; 4 topics.
get the block's number
swaps the highest and 15th highest value on the stack
swaps the highest and 11th highest value on the stack
swaps the highest and 13th highest value on the stack
integer division operation
copies the 9th highest item in the stack to the top of the stack
swaps the highest and 17th highest value on the stack
get the block's coinbase address
set a potential jump destination
push local variable to top of stack
swaps the highest and 7th highest value on the stack
get input data of current environment
signed less-than comparision
place 30 byte item on stack
place 12 byte item on stack
copies the 5th highest item in the stack to the top of the stack
halt execution and register account for later deletion
place 8 byte item on stack
swaps the highest and third highest value on the stack
signed integer division operation
swaps the highest and 4th highest value on the stack
copies the 16th highest item in the stack to the top of the stack
place 29 byte item on stack
signed less-than comparision
InstructionInfo instructionInfo(Instruction _inst)
Information on all the instructions.
halt execution returning output data
conditionally alter the program counter - pre-verified
copies the 10th highest item in the stack to the top of the stack
get address of currently executing account
place 25 byte item on stack
place 26 byte item on stack
get hash of most recent complete block
alter the program counter - pre-verified
copies the 6th highest item in the stack to the top of the stack
copies the third highest item in the stack to the top of the stack
swaps the highest and 14th highest value on the stack
get size of code running in current environment
place 16 byte item on stack
copies the highest item in the stack to the top of the stack
Makes a log entry; no topics.
get the size of active memory
copies the 8th highest item in the stack to the top of the stack
copies the second highest item in the stack to the top of the stack
get the block's gas limit
place 3 byte item on stack
copy data returned from previous call to memory
place 11 byte item on stack
get balance of the given account
message-call with another account's code only
permute data in two vectors
get size of input data in current environment
extend length of signed integer
place 18 byte item on stack
copy code running in current environment to memory
logical shift left operation
place 15 byte item on stack
copies the 11th highest item in the stack to the top of the stack
signed modulo remainder operation
swaps the highest and 10th highest value on the stack
swaps the highest and 5th highest value on the stack
like CALLCODE but keeps caller's value and sender
swaps the highest and 16th highest value on the stack
place 23 byte item on stack
size of data returned from previous call
Instruction
Virtual machine bytecode instruction.
get the amount of available gas
swaps the highest and 12th highest value on the stack
copies the 4th highest item in the stack to the top of the stack
copy external code (from another contract)
alter the program counter to a beginsub
Information structure for a particular instruction.
signed greater-than comparision
swaps the highest and 8th highest value on the stack
integer division operation
place 32 byte item on stack
place 22 byte item on stack
place 9 byte item on stack
get price of gas in current environment
logical shift right operation
alter the program counter to a jumpdest
swaps the highest and second highest value on the stack
convert wide integer to vector
Makes a log entry; 1 topic.
copies the 15th highest item in the stack to the top of the stack
place 14 byte item on stack
message-call into an account
pop top of stack to local variable
get the block's difficulty
alter the program counter to a jumpdest
stop execution and revert state changes, without consuming all provided gas
place 24 byte item on stack
place 7 byte item on stack
Makes a log entry; 3 topics.
signed integer division operation
alter the program counter to a jumpdest
push value from constant pool
place 5 byte item on stack
copies the 12th highest item in the stack to the top of the stack
copies the 7th highest item in the stack to the top of the stack
place 4 byte item on stack
modulo remainder operation
copies the 13th highest item in the stack to the top of the stack
place 21 byte item on stack
create a new account with associated code
Makes a log entry; 2 topics.