53 - Deprecated keywords
Use of deprecated functions/operators such as:
block.blockhash()
forblockhash()
msg.gas
forgasleft()
throw
forrevert()
sha3()
forkeccak256()
callcode()
fordelegatecall()
suicide()
forselfdestruct()
constant
forview
var
foractual type name
These should be avoided to prevent unintended errors with newer compiler versions. (see here)
- Deprecated Keywords
- E.g.: msg.gas, throw, sha3, constant, var etc.
- Compiler Warnings -> Errors
- Avoid Deprecated Keywords