Skip to content

Commit 517f1fd

Browse files
Fix Typo: Correct 'up to data opcode table' to 'up to date opcode table'
1 parent a3c3bfd commit 517f1fd

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/tutorials/reverse-engineering-a-contract

1 file changed

+1
-1
lines changed

src/content/developers/tutorials/reverse-engineering-a-contract/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ If the call data size is four bytes or more this might be a valid ABI call.
274274
| 10 | PUSH1 0xe0 | 0xE0 (((First word (256 bits) of the call data))) |
275275
| 12 | SHR | (((first 32 bits (4 bytes) of the call data))) |
276276

277-
Etherscan tells us that `1C` is an unknown opcode, because [it was added after Etherscan wrote this feature](https://eips.ethereum.org/EIPS/eip-145) and they haven't updated it. An [up to data opcode table](https://github.com/wolflo/evm-opcodes) shows us that this is shift right
277+
Etherscan tells us that `1C` is an unknown opcode, because [it was added after Etherscan wrote this feature](https://eips.ethereum.org/EIPS/eip-145) and they haven't updated it. An [up to date opcode table](https://github.com/wolflo/evm-opcodes) shows us that this is shift right
278278

279279
| Offset | Opcode | Stack |
280280
| -----: | ---------------- | -------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)