Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Token is flagged by TokenSniffer due to presence of exploit in contract code
Contract ownership is not renounced (belongs to a wallet)
Contract name (~Call Of Duty Gaming coin~) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.
CODG._transfer(address,address,uint256) (#425-436) performs a multiplication on the result of a division:
-_balances[recipient] = _balances[recipient].sub(amount / 100 * _taxFee) (#432)
CODG._transfer(address,address,uint256) (#425-436) performs a multiplication on the result of a division:
-_totalSupply = _totalSupply.sub(amount / 100 * _taxFee) (#433)
Consider ordering multiplication before division.
Additional information: link
CODG.allowance(address,address).owner (#392) shadows:
- Ownable.owner() (#298-300) (function)
CODG._approve(address,address,uint256).owner (#451) shadows:
- Ownable.owner() (#298-300) (function)
Rename the local variables that shadow another component.
Additional information: link
Context._msgData() (#112-115) is never used and should be removed
SafeMath.div(uint256,uint256) (#211-213) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#226-233) is never used and should be removed
SafeMath.mod(uint256,uint256) (#246-248) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#261-264) is never used and should be removed
SafeMath.mul(uint256,uint256) (#186-198) is never used and should be removed
Remove unused functions.
Additional information: link
CODG._previousTaxFee (#334) is set pre-construction with a non-constant function or state variable:
- _taxFee
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.
Additional information: link
Pragma version0.7.4 (#4) allows old versions
solc-0.7.4 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
Contract iBEP20 (#6-95) is not in CapWords
Variable CODG._decimals (#319) is not in mixedCase
Variable CODG._symbol (#320) is not in mixedCase
Variable CODG._name (#321) is not in mixedCase
Variable CODG._taxFee (#333) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#113)" inContext (#107-116)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Ownable._lockTime (#282) is never used in CODG (#312-459)
CODG._previousTaxFee (#334) is never used in CODG (#312-459)
Remove unused state variables.
Additional information: link
CODG._taxFee (#333) should be constant
Ownable._lockTime (#282) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
increaseAllowance(address,uint256) should be declared external:
- CODG.increaseAllowance(address,uint256) (#407-410)
decreaseAllowance(address,uint256) should be declared external:
- CODG.decreaseAllowance(address,uint256) (#413-416)
burnFrom(address,uint256) should be declared external:
- CODG.burnFrom(address,uint256) (#418-423)
dxlock(uint256) should be declared external:
- CODG.dxlock(uint256) (#438-440)
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.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find website, listings and other project-related information
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Young tokens have high risks of price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts