Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Ryzr.burn(uint256) (#303-308) should emit an event for:
- _totalSupply = _totalSupply.sub(amount) (#306)
Emit an event for critical parameter changes.
Additional information: link
Ryzr.setBridgeAddress(address).bridge (#258) lacks a zero-check on :
- _bridge = bridge (#259)
Check that the address is not zero.
Additional information: link
Ryzr.transferFrom(address,address,uint256) (#246-256) uses timestamp for comparisons
Dangerous comparisons:
- block.timestamp < unlockTime (#247)
Ryzr._transfer(address,address,uint256) (#272-285) uses timestamp for comparisons
Dangerous comparisons:
- block.timestamp < unlockTime (#276)
Avoid relying on block.timestamp.
Additional information: link
Context._msgData() (#26-29) is never used and should be removed
SafeMath.mod(uint256,uint256) (#91-93) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#95-98) is never used and should be removed
SafeMath.mul(uint256,uint256) (#64-76) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version0.8.16 (#3) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.16 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.
Additional information: link
Parameter Ryzr.exemptAddress(address)._address (#238) is not in mixedCase
Parameter Ryzr.includeAddress(address)._address (#242) is not in mixedCase
Parameter Ryzr.openTrading(uint256)._unlockTime (#310) is not in mixedCase
Variable Ryzr._burnAddress (#172) is not in mixedCase
Variable Ryzr._bridge (#173) is not in mixedCase
Variable Ryzr._administrator (#174) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#27)" inContext (#20-30)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Ryzr.constructor() (#191-202) uses literals with too many digits:
- _totalSupply = 1000000 * 10 ** _decimals (#195)
Ryzr.slitherConstructorVariables() (#166-317) uses literals with too many digits:
- _burnAddress = 0x000000000000000000000000000000000000dEaD (#172)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Ryzr._burnAddress (#172) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
admin() should be declared external:
- Administration.admin() (#131-133)
renounceAdminRole() should be declared external:
- Administration.renounceAdminRole() (#150-153)
transferAdminRole(address) should be declared external:
- Administration.transferAdminRole(address) (#155-157)
increaseAllowance(address,uint256) should be declared external:
- Ryzr.increaseAllowance(address,uint256) (#262-265)
decreaseAllowance(address,uint256) should be declared external:
- Ryzr.decreaseAllowance(address,uint256) (#267-270)
burn(uint256) should be declared external:
- Ryzr.burn(uint256) (#303-308)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find website, listings and other project-related information
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts