You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.
Deprecated constructions: years, sha3, suicide, throw, and constant functions.
recommendation
Use keccak256 instead of sha3.
Use selfdestruct instead of suicide.
Use revert() instead of throw.
Use view instead of constant for functions.
Use days instead of years.
Deprecated constructions
Deprecated constructions: years, sha3, suicide, throw, and constant functions.
recommendation
Use keccak256 instead of sha3.
Use selfdestruct instead of suicide.
Use revert() instead of throw.
Use view instead of constant for functions.
Use days instead of years.
Links
https://solidity.readthedocs.io/en/latest/contracts.html#view-functions
ethereum/solidity#992
https://solidity.readthedocs.io/en/develop/control-structures.html#error-handling-assert-require-revert-and-exceptions
The text was updated successfully, but these errors were encountered: