Skip to content

Commit 7fcbcc0

Browse files
Update README.md
Re-add opcode 0xfb as unused CREATE2 was originally 0xfb but implemented as 0xf5. Reference: https://github.com/ethereum/go-ethereum/blob/b305591e1491229c35a4551f18bd5e745405700f/core/vm/opcodes.go#L211
1 parent a4fa5e4 commit 7fcbcc0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ The gas information is a work in progress. If an asterisk is in the Gas column,
172172
| `0xf5` | CREATE2 | Create a new account and set creation address to `sha3(sender + sha3(init code)) % 2**160` | - |
173173
| `0xf6` - `0xf9` | Unused | - | - |
174174
| `0xfa` | STATICCALL | Similar to CALL, but does not modify state | - | 40 |
175+
| `0xfb` | Unused | - | - |
175176
| `0xfc` | TXEXECGAS | Not in yellow paper FIXME | - | - |
176177
| `0xfd` | REVERT | Stop execution and revert state changes, without consuming all provided gas and providing a reason | - | 0 |
177178
| `0xfe` | INVALID | Designated invalid instruction | - | 0 |

0 commit comments

Comments
 (0)