Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Context._msgData() (#121-124) is never used and should be removed
RealPad._burnFrom(address,uint256) (#628-631) is never used and should be removed
SafeMath.div(uint256,uint256) (#220-222) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#235-242) is never used and should be removed
SafeMath.mod(uint256,uint256) (#255-257) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#270-273) is never used and should be removed
SafeMath.mul(uint256,uint256) (#195-207) is never used and should be removed
Remove unused functions.
Additional information: link
Redundant expression "this (#122)" inContext (#112-125)
Remove redundant statements if they congest code but offer no value.
Additional information: link
RealPad.allowance(address,address).owner (#445) shadows:
- Ownable.owner() (#305-307) (function)
RealPad._approve(address,address,uint256).owner (#614) shadows:
- Ownable.owner() (#305-307) (function)
Rename the local variables that shadow another component.
Additional information: link
RealPad.constructor() (#361-371) uses literals with too many digits:
- _maxSupply = 100000000000000000 (#365)
RealPad.constructor() (#361-371) uses literals with too many digits:
- _initialSupply = 50000000000000000 (#366)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#324-327)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#333-335)
increaseAllowance(address,uint256) should be declared external:
- RealPad.increaseAllowance(address,uint256) (#491-494)
decreaseAllowance(address,uint256) should be declared external:
- RealPad.decreaseAllowance(address,uint256) (#510-513)
mint(uint256) should be declared external:
- RealPad.mint(uint256) (#523-526)
burn(uint256) should be declared external:
- RealPad.burn(uint256) (#536-539)
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