You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`0x30`](#address)| ADDRESS | Get address of currently executing account | - | 2 |
45
45
|[`0x31`](#balance)| BALANCE | Get balance of the given account | - | 700 |
@@ -74,7 +74,7 @@ The gas information is a work in progress. If an asterisk is in the Gas column,
74
74
|[`0x55`](#sstore)| SSTORE | Save word to storage | - | 20000**|
75
75
|[`0x56`](#jump)| JUMP | Alter the program counter | - | 8 |
76
76
|[`0x57`](#jumpi)| JUMPI | Conditionally alter the program counter | - | 10 |
77
-
|[`0x58`](#getpc)|GETPC| Get the value of the program counter prior to the increment | - | 2 |
77
+
|[`0x58`](#pc)|PC| Get the value of the program counter prior to the increment | - | 2 |
78
78
|[`0x59`](#msize)| MSIZE | Get the size of active memory in bytes | - | 2 |
79
79
|[`0x5a`](#gas)| GAS | Get the amount of available gas, including the corresponding reduction for the cost of this instruction | - | 2 |
80
80
|[`0x5b`](#jumpdest)| JUMPDEST | Mark a valid destination for jumps | - | 1 |
@@ -149,19 +149,19 @@ The gas information is a work in progress. If an asterisk is in the Gas column,
149
149
|[`0xa3`](#log3)| LOG3 | Append log record with three topics | - | 1500 |
150
150
|[`0xa4`](#log4)| LOG4 | Append log record with four topics | - | 1875 |
151
151
|`0xa5` - `0xaf`| Unused | - |
152
-
|[`0xb0`](#jumpto)| JUMPTO | Tentative [libevmasm has different numbers](https://github.com/ethereum/solidity/blob/c61610302aa2bfa029715b534719d25fe3949059/libevmasm/Instruction.h#L176)|[EIP 615](https://github.com/ethereum/EIPs/blob/606405b5ab7aa28d8191958504e8aad4649666c9/EIPS/eip-615.md)|
|`0xb0`| JUMPTO | Tentative [libevmasm has different numbers](https://github.com/ethereum/solidity/blob/c61610302aa2bfa029715b534719d25fe3949059/libevmasm/Instruction.h#L176)|[EIP 615](https://github.com/ethereum/EIPs/blob/606405b5ab7aa28d8191958504e8aad4649666c9/EIPS/eip-615.md)|
0 commit comments