eip | title | author | type | category | status | created |
---|---|---|---|---|---|---|
1803 |
Rename opcodes for clarity |
Alex Beregszaszi (@axic) |
Standard Track |
Core |
Draft |
2017-07-28 |
Rename the BALANCE
, SHA3
, NUMBER
, GASLIMIT
and GAS
opcodes to reflect their true meaning.
Rename the opcodes as follows:
BALANCE
toEXTBALANCE
to be in line withEXTCODESIZE
andEXTCODECOPY
SHA3
toKECCAK256
NUMBER
toBLOCKNUMBER
GASLIMIT
toBLOCKGASLIMIT
to avoid confusion with the gas limit of the transactionGAS
toGASLEFT
to be clear what it refers to
This has no effect on any code. It can influence what mnemonics assemblers will use.
Not applicable.
Copyright and related rights waived via CC0.