Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Address.isContract(address) (#257-266) uses assembly
- INLINE ASM (#264)
Address._functionCallWithValue(address,bytes,uint256,string) (#350-371) uses assembly
- INLINE ASM (#363-366)
Do not use evm assembly.
Additional information: link
EVILDOGE.includeAccount(address) (#547-558) has costly operations inside a loop:
- _excluded.pop() (#554)
Use a local variable to hold the loop computation result.
Additional information: link
EVILDOGE._getTValues(uint256) (#633-637) performs a multiplication on the result of a division:
-tFee = tAmount.div(100).mul(2) (#634)
Consider ordering multiplication before division.
Additional information: link
EVILDOGE.allowance(address,address).owner (#479) shadows:
- Ownable.owner() (#391-393) (function)
EVILDOGE._approve(address,address,uint256).owner (#560) shadows:
- Ownable.owner() (#391-393) (function)
Rename the local variables that shadow another component.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#350-371) is never used and should be removed
Address.functionCall(address,bytes) (#310-312) is never used and should be removed
Address.functionCall(address,bytes,string) (#320-322) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#335-337) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#345-348) is never used and should be removed
Address.isContract(address) (#257-266) is never used and should be removed
Address.sendValue(address,uint256) (#284-290) is never used and should be removed
Context._msgData() (#19-22) is never used and should be removed
SafeMath.mod(uint256,uint256) (#217-219) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#233-236) is never used and should be removed
Remove unused functions.
Additional information: link
Low level call in Address.sendValue(address,uint256) (#284-290):
- (success) = recipient.call{value: amount}() (#288)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#350-371):
- (success,returndata) = target.call{value: weiValue}(data) (#354)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Constant EVILDOGE._tTotal (#440) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#20)" inContext (#14-23)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable EVILDOGE._getRValues(uint256,uint256,uint256).rTransferAmount (#642) is too similar to EVILDOGE._getTValues(uint256).tTransferAmount (#635)
Variable EVILDOGE.reflectionFromToken(uint256,bool).rTransferAmount (#527) is too similar to EVILDOGE._getTValues(uint256).tTransferAmount (#635)
Variable EVILDOGE._transferFromExcluded(address,address,uint256).rTransferAmount (#603) is too similar to EVILDOGE._transferToExcluded(address,address,uint256).tTransferAmount (#594)
Variable EVILDOGE._transferBothExcluded(address,address,uint256).rTransferAmount (#612) is too similar to EVILDOGE._getValues(uint256).tTransferAmount (#627)
Variable EVILDOGE._getRValues(uint256,uint256,uint256).rTransferAmount (#642) is too similar to EVILDOGE._getValues(uint256).tTransferAmount (#627)
Variable EVILDOGE._transferFromExcluded(address,address,uint256).rTransferAmount (#603) is too similar to EVILDOGE._getTValues(uint256).tTransferAmount (#635)
Variable EVILDOGE._transferStandard(address,address,uint256).rTransferAmount (#586) is too similar to EVILDOGE._getValues(uint256).tTransferAmount (#627)
Variable EVILDOGE.reflectionFromToken(uint256,bool).rTransferAmount (#527) is too similar to EVILDOGE._getValues(uint256).tTransferAmount (#627)
Variable EVILDOGE._transferBothExcluded(address,address,uint256).rTransferAmount (#612) is too similar to EVILDOGE._transferStandard(address,address,uint256).tTransferAmount (#586)
Variable EVILDOGE._transferStandard(address,address,uint256).rTransferAmount (#586) is too similar to EVILDOGE._transferStandard(address,address,uint256).tTransferAmount (#586)
Variable EVILDOGE._getRValues(uint256,uint256,uint256).rTransferAmount (#642) is too similar to EVILDOGE._transferStandard(address,address,uint256).tTransferAmount (#586)
Variable EVILDOGE._transferFromExcluded(address,address,uint256).rTransferAmount (#603) is too similar to EVILDOGE._getValues(uint256).tTransferAmount (#627)
Variable EVILDOGE._transferBothExcluded(address,address,uint256).rTransferAmount (#612) is too similar to EVILDOGE._transferFromExcluded(address,address,uint256).tTransferAmount (#603)
Variable EVILDOGE._getRValues(uint256,uint256,uint256).rTransferAmount (#642) is too similar to EVILDOGE._transferFromExcluded(address,address,uint256).tTransferAmount (#603)
Variable EVILDOGE._transferStandard(address,address,uint256).rTransferAmount (#586) is too similar to EVILDOGE._transferFromExcluded(address,address,uint256).tTransferAmount (#603)
Variable EVILDOGE.reflectionFromToken(uint256,bool).rTransferAmount (#527) is too similar to EVILDOGE._transferFromExcluded(address,address,uint256).tTransferAmount (#603)
Variable EVILDOGE._getValues(uint256).rTransferAmount (#629) is too similar to EVILDOGE._getTValues(uint256).tTransferAmount (#635)
Variable EVILDOGE._transferBothExcluded(address,address,uint256).rTransferAmount (#612) is too similar to EVILDOGE._transferBothExcluded(address,address,uint256).tTransferAmount (#612)
Variable EVILDOGE._transferFromExcluded(address,address,uint256).rTransferAmount (#603) is too similar to EVILDOGE._transferFromExcluded(address,address,uint256).tTransferAmount (#603)
Variable EVILDOGE._transferBothExcluded(address,address,uint256).rTransferAmount (#612) is too similar to EVILDOGE._transferToExcluded(address,address,uint256).tTransferAmount (#594)
Variable EVILDOGE._getRValues(uint256,uint256,uint256).rTransferAmount (#642) is too similar to EVILDOGE._transferToExcluded(address,address,uint256).tTransferAmount (#594)
Variable EVILDOGE._transferStandard(address,address,uint256).rTransferAmount (#586) is too similar to EVILDOGE._transferToExcluded(address,address,uint256).tTransferAmount (#594)
Variable EVILDOGE.reflectionFromToken(uint256,bool).rTransferAmount (#527) is too similar to EVILDOGE._transferToExcluded(address,address,uint256).tTransferAmount (#594)
Variable EVILDOGE._transferBothExcluded(address,address,uint256).rTransferAmount (#612) is too similar to EVILDOGE._getTValues(uint256).tTransferAmount (#635)
Variable EVILDOGE._transferStandard(address,address,uint256).rTransferAmount (#586) is too similar to EVILDOGE._getTValues(uint256).tTransferAmount (#635)
Variable EVILDOGE._transferToExcluded(address,address,uint256).rTransferAmount (#594) is too similar to EVILDOGE._transferStandard(address,address,uint256).tTransferAmount (#586)
Variable EVILDOGE.reflectionFromToken(uint256,bool).rTransferAmount (#527) is too similar to EVILDOGE._transferStandard(address,address,uint256).tTransferAmount (#586)
Variable EVILDOGE._getRValues(uint256,uint256,uint256).rTransferAmount (#642) is too similar to EVILDOGE._transferBothExcluded(address,address,uint256).tTransferAmount (#612)
Variable EVILDOGE._getValues(uint256).rTransferAmount (#629) is too similar to EVILDOGE._transferFromExcluded(address,address,uint256).tTransferAmount (#603)
Variable EVILDOGE._transferToExcluded(address,address,uint256).rTransferAmount (#594) is too similar to EVILDOGE._transferFromExcluded(address,address,uint256).tTransferAmount (#603)
Variable EVILDOGE._transferStandard(address,address,uint256).rTransferAmount (#586) is too similar to EVILDOGE._transferBothExcluded(address,address,uint256).tTransferAmount (#612)
Variable EVILDOGE._getValues(uint256).rTransferAmount (#629) is too similar to EVILDOGE._getValues(uint256).tTransferAmount (#627)
Variable EVILDOGE._transferFromExcluded(address,address,uint256).rTransferAmount (#603) is too similar to EVILDOGE._transferBothExcluded(address,address,uint256).tTransferAmount (#612)
Variable EVILDOGE._transferFromExcluded(address,address,uint256).rTransferAmount (#603) is too similar to EVILDOGE._transferStandard(address,address,uint256).tTransferAmount (#586)
Variable EVILDOGE._getValues(uint256).rTransferAmount (#629) is too similar to EVILDOGE._transferToExcluded(address,address,uint256).tTransferAmount (#594)
Variable EVILDOGE._transferToExcluded(address,address,uint256).rTransferAmount (#594) is too similar to EVILDOGE._getValues(uint256).tTransferAmount (#627)
Variable EVILDOGE._transferToExcluded(address,address,uint256).rTransferAmount (#594) is too similar to EVILDOGE._transferToExcluded(address,address,uint256).tTransferAmount (#594)
Variable EVILDOGE._getValues(uint256).rTransferAmount (#629) is too similar to EVILDOGE._transferBothExcluded(address,address,uint256).tTransferAmount (#612)
Variable EVILDOGE._transferToExcluded(address,address,uint256).rTransferAmount (#594) is too similar to EVILDOGE._getTValues(uint256).tTransferAmount (#635)
Variable EVILDOGE._getValues(uint256).rTransferAmount (#629) is too similar to EVILDOGE._transferStandard(address,address,uint256).tTransferAmount (#586)
Variable EVILDOGE._transferToExcluded(address,address,uint256).rTransferAmount (#594) is too similar to EVILDOGE._transferBothExcluded(address,address,uint256).tTransferAmount (#612)
Variable EVILDOGE.reflectionFromToken(uint256,bool).rTransferAmount (#527) is too similar to EVILDOGE._transferBothExcluded(address,address,uint256).tTransferAmount (#612)
Prevent variables from having similar names.
Additional information: link
EVILDOGE.slitherConstructorConstantVariables() (#428-663) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 (#440)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
EVILDOGE._decimals (#446) should be constant
EVILDOGE._name (#444) should be constant
EVILDOGE._symbol (#445) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
owner() should be declared external:
- Ownable.owner() (#391-393)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#410-413)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#419-423)
name() should be declared external:
- EVILDOGE.name() (#453-455)
symbol() should be declared external:
- EVILDOGE.symbol() (#457-459)
decimals() should be declared external:
- EVILDOGE.decimals() (#461-463)
totalSupply() should be declared external:
- EVILDOGE.totalSupply() (#465-467)
balanceOf(address) should be declared external:
- EVILDOGE.balanceOf(address) (#469-472)
transfer(address,uint256) should be declared external:
- EVILDOGE.transfer(address,uint256) (#474-477)
allowance(address,address) should be declared external:
- EVILDOGE.allowance(address,address) (#479-481)
approve(address,uint256) should be declared external:
- EVILDOGE.approve(address,uint256) (#483-486)
transferFrom(address,address,uint256) should be declared external:
- EVILDOGE.transferFrom(address,address,uint256) (#488-492)
increaseAllowance(address,uint256) should be declared external:
- EVILDOGE.increaseAllowance(address,uint256) (#494-497)
decreaseAllowance(address,uint256) should be declared external:
- EVILDOGE.decreaseAllowance(address,uint256) (#499-502)
isExcluded(address) should be declared external:
- EVILDOGE.isExcluded(address) (#504-506)
totalFees() should be declared external:
- EVILDOGE.totalFees() (#508-510)
reflect(uint256) should be declared external:
- EVILDOGE.reflect(uint256) (#512-519)
reflectionFromToken(uint256,bool) should be declared external:
- EVILDOGE.reflectionFromToken(uint256,bool) (#521-530)
Use the external attribute for functions never called from the contract.
Additional information: link
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Number of Binance Smart Chain (BSC) token holders is low.
Contract has 2% buy tax and 0% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find PancakeSwap trading pair to compute liquidity.
Unable to find PancakeSwap trading pair to compute volume.
Unable to find PancakeSwap trading pair to compute number of swaps.
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
Token is marked as risky (blacklisted creator, fake name, dead project, etc.)
Additional information: link
Unable to find Telegram and Twitter accounts