File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/content/developers/docs/evm/opcodes Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ For operations with dynamic gas costs, see [gas.md](https://github.com/wolflo/ev
46
46
| 1C | SHR | 3 | ` shift, val ` | ` val >> shift ` | | logical shift right |
47
47
| 1D | SAR | 3 | ` shift, val ` | ` val >> shift ` | | arithmetic shift right |
48
48
| 1E-1F | _ invalid_ |
49
- | 20 | SHA3 | [ A2] ( https://github.com/wolflo/evm-opcodes/blob/main/gas.md#a2-sha3 ) | ` ost, len ` | ` keccak256(mem[ost:ost+len-1]) ` | | keccak256 |
49
+ | 20 | KECCAK256 | [ A2] ( https://github.com/wolflo/evm-opcodes/blob/main/gas.md#a2-sha3 ) | ` ost, len ` | ` keccak256(mem[ost:ost+len-1]) ` | | keccak256 |
50
50
| 21-2F | _ invalid_ |
51
51
| 30 | ADDRESS | 2 | ` . ` | ` address(this) ` | | address of executing contract |
52
52
| 31 | BALANCE | [ A5] ( https://github.com/wolflo/evm-opcodes/blob/main/gas.md#a5-balance-extcodesize-extcodehash ) | ` addr ` | ` addr.balance ` | | balance, in wei |
You can’t perform that action at this time.
0 commit comments