Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract locking ether found:
Contract RORY (#654-690) has payable functions:
- RORY.fallback() (#686-688)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.
Additional information: link
Contract ownership is not renounced (belongs to a wallet)
BEP20.allowance(address,address).owner (#441) shadows:
- Ownable.owner() (#287-289) (function)
BEP20._approve(address,address,uint256).owner (#583) shadows:
- Ownable.owner() (#287-289) (function)
BEP20Detailed.constructor(string,string,uint8).name (#616) shadows:
- BEP20Detailed.name() (#625-627) (function)
BEP20Detailed.constructor(string,string,uint8).symbol (#616) shadows:
- BEP20Detailed.symbol() (#633-635) (function)
BEP20Detailed.constructor(string,string,uint8).decimals (#616) shadows:
- BEP20Detailed.decimals() (#649-651) (function)
Rename the local variables that shadow another component.
Additional information: link
BEP20._burnFrom(address,uint256) (#597-600) is never used and should be removed
Context._msgData() (#255-258) is never used and should be removed
SafeMath.div(uint256,uint256) (#176-178) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#193-200) is never used and should be removed
SafeMath.mod(uint256,uint256) (#213-215) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#230-233) is never used and should be removed
SafeMath.mul(uint256,uint256) (#152-163) is never used and should be removed
Remove unused functions.
Additional information: link
Parameter RORY.transfer(address,uint256)._receiver (#664) is not in mixedCase
Parameter RORY.transfer(address,uint256)._amount (#664) is not in mixedCase
Parameter RORY.transferFrom(address,address,uint256)._from (#670) is not in mixedCase
Parameter RORY.transferFrom(address,address,uint256)._receiver (#670) is not in mixedCase
Parameter RORY.transferFrom(address,address,uint256)._amount (#670) is not in mixedCase
Parameter RORY.burn(uint256)._amount (#682) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#256)" inContext (#246-259)
Remove redundant statements if they congest code but offer no value.
Additional information: link
RORY.constructor() (#658-662) uses literals with too many digits:
- totalTokens = 110000000 * 10 ** uint256(decimals()) (#660)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#313-316)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#322-324)
pause() should be declared external:
- Pausable.pause() (#366-370)
unpause() should be declared external:
- Pausable.unpause() (#375-379)
balanceOf(address) should be declared external:
- BEP20.balanceOf(address) (#421-423)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#452-455)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#487-490)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#506-509)
name() should be declared external:
- BEP20Detailed.name() (#625-627)
symbol() should be declared external:
- BEP20Detailed.symbol() (#633-635)
getBurnedAmountTotal() should be declared external:
- RORY.getBurnedAmountTotal() (#678-680)
burn(uint256) should be declared external:
- RORY.burn(uint256) (#682-684)
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