We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334471d commit 23b4fdbCopy full SHA for 23b4fdb
EIPS/eip-663.md
@@ -50,7 +50,7 @@ If the code is valid EOF1, the following rules apply:
50
4. Execution rules:
51
1. `DUPN`: the `n`'th stack item is duplicated at the top of the stack. (*Note: We use 1-based indexing here.*)
52
2. `SWAPN`: the `n + 1`'th stack item is swapped with the top of the stack.
53
- 3 `EXCHANGE`: the `n + 1`'th stack item is swapped with the `n + m + 1`'th stack item.
+ 3. `EXCHANGE`: the `n + 1`'th stack item is swapped with the `n + m + 1`'th stack item.
54
55
The gas cost for all three instructions is set at 3.
56
0 commit comments