Skip to content

Commit 76052b8

Browse files
anishnaikelopez
andauthored
Update learn_evm/evm_opcodes.md
Co-authored-by: Emilio López <[email protected]>
1 parent 2e6a864 commit 76052b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn_evm/evm_opcodes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ The gas information is a work in progress. If an asterisk is in the Gas column,
178178
| `0xf6` - `0xf9` | Unused | - | - |
179179
| [`0xfa`](#staticcall) | STATICCALL | Similar to CALL, but does not modify state | - | 40 |
180180
| `0xfb` | Unused | - | - |
181-
| [`0xfd`](#revert) | REVERT | Stop execution and revert state changes, without consuming all provided gas and providing a reason | [EIP 140](https://github.com/axic/EIPs/blob/75121e281a8737f979a969394b4360d4d277c115/EIPS/eip-140.md) | 0 |
181+
| [`0xfd`](#revert) | REVERT | Stop execution and revert state changes, without consuming all provided gas and providing a reason | [EIP 140](https://eips.ethereum.org/EIPS/eip-140) | 0 |
182182
| `0xfe` | INVALID | Designated invalid instruction | - | 0 |
183183
| [`0xff`](#selfdestruct) | SELFDESTRUCT | Sends all ETH to the target. If executed in the same transaction a contract was created, register the account for later deletion | [EIP-6780](https://eips.ethereum.org/EIPS/eip-6780) | 5000\* |
184184

0 commit comments

Comments
 (0)