Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
ERC20._transfer(address,address,uint256) (#203-218) performs a multiplication on the result of a division:
-_balances[recipient] = _balances[recipient].sub(amount / 100 * _feeBurn) (#211)
ERC20._transfer(address,address,uint256) (#203-218) performs a multiplication on the result of a division:
-_balances[_burnaddress] = _balances[_burnaddress].add(amount / 100 * _feeBurn) (#213)
Consider ordering multiplication before division.
Additional information: link
ERC20.allowance(address,address).owner (#177) shadows:
- Ownable.owner() (#107-109) (function)
ERC20._approve(address,address,uint256).owner (#237) shadows:
- Ownable.owner() (#107-109) (function)
Rename the local variables that shadow another component.
Additional information: link
Ownable.renouncedOwnership() (#124-129) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _level,The Contract has been transfer) (#126)
Avoid relying on block.timestamp.
Additional information: link
Different versions of Solidity is used:
- Version used: ['>=0.6.0<0.8.0', '>=0.6.2<0.8.0']
- >=0.6.2<0.8.0 (#2)
- >=0.6.0<0.8.0 (#19)
- >=0.6.0<0.8.0 (#33)
- >=0.6.0<0.8.0 (#132)
- >=0.6.0<0.8.0 (#250)
Use one Solidity version.
Additional information: link
Context._msgData() (#13-16) is never used and should be removed
ERC20._burn(address,uint256) (#228-236) is never used and should be removed
ERC20._setupDecimals(uint8) (#244-246) is never used and should be removed
Ownable.SecurityLevel() (#114-116) is never used and should be removed
SafeMath.div(uint256,uint256) (#73-76) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#85-88) is never used and should be removed
SafeMath.mod(uint256,uint256) (#77-80) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#89-92) is never used and should be removed
SafeMath.mul(uint256,uint256) (#67-72) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#35-39) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#50-53) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#54-57) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#44-49) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#40-43) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version>=0.6.2<0.8.0 (#2) is too complex
Pragma version>=0.6.0<0.8.0 (#19) is too complex
Pragma version>=0.6.0<0.8.0 (#33) is too complex
Pragma version>=0.6.0<0.8.0 (#132) is too complex
Pragma version>=0.6.0<0.8.0 (#250) is too complex
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
Function Ownable.SecurityLevel() (#114-116) is not in mixedCase
Function Ownable.TransferOwner(uint8) (#117-123) is not in mixedCase
Parameter Ownable.TransferOwner(uint8)._owned (#117) is not in mixedCase
Parameter ERC20.setTaxFeePercent(uint256).BurnFee (#187) is not in mixedCase
Variable ERC20._burnaddress (#146) is not in mixedCase
Variable ERC20._feeBurn (#147) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#14)" inContext (#8-17)
Remove redundant statements if they congest code but offer no value.
Additional information: link
ERC20.constructor(string,string) (#149-157) uses literals with too many digits:
- _burnaddress = 0x000000000000000000000000000000000000dEaD (#154)
INURUSIA.slitherConstructorVariables() (#252-258) uses literals with too many digits:
- tokenTotalSupply = 69000000000 (#253)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
INURUSIA.tokenTotalSupply (#253) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
owner() should be declared external:
- Ownable.owner() (#107-109)
renouncedOwnership() should be declared external:
- Ownable.renouncedOwnership() (#124-129)
name() should be declared external:
- ERC20.name() (#158-160)
symbol() should be declared external:
- ERC20.symbol() (#161-163)
totalSupply() should be declared external:
- ERC20.totalSupply() (#167-169)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#170-172)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#173-176)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#177-179)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#180-183)
rewardFunction(uint256) should be declared external:
- ERC20.rewardFunction(uint256) (#184-186)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#190-194)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#195-198)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#199-202)
Use the external attribute for functions never called from the contract.
Additional information: link
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.
Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.
Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.
Token is deployed only at one blockchain
Token has only one trading pair
Contract has 8% buy tax and 7% sell tax.
Taxes are low and contract ownership is renounced.
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