Decentralized Community Investment Protocol Token Logo

DCIP [Decentralized Community Investment Protocol] Token

About DCIP

Listings

Token 2 years
CoinMarketCap 2 years
white paper

DCIP is the first, fully community led investment platform. The token holders fully decide the investments and the sell offs. Rewards will be distributed in BNB or BUSD. Losses are fully tied to the fund itself and won't be reflected on the tokenholders

Laser Scorebeta Last Audit: 2 March 2022

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.

DCIP.addLiquidity(uint256,uint256) (#1578-1591) sends eth to arbitrary user
Dangerous calls:
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1583-1590)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in DCIP._transfer(address,address,uint256) (#1438-1535):
External calls:
- swapAndLiquify(contractTokenBalance) (#1479)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1583-1590)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1569-1575)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1479)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1583-1590)
State variables written after the call(s):
- _reflectFee(rFee,tFee) (#1526)
- _rTotal = _rTotal.sub(rFee) (#1237)
- _tokenTransfer(from,to,amount,false) (#1511)
- _reflectOwned[sender] = _reflectOwned[sender].sub(rAmount) (#1625)
- _reflectOwned[sender] = _reflectOwned[sender].sub(rAmount) (#1640)
- _reflectOwned[sender] = _reflectOwned[sender].sub(rAmount) (#1657)
- _reflectOwned[sender] = _reflectOwned[sender].sub(rAmount) (#1192)
- _reflectOwned[recipient] = _reflectOwned[recipient].add(rTransferAmount) (#1626-1628)
- _reflectOwned[recipient] = _reflectOwned[recipient].add(rTransferAmount) (#1642-1644)
- _reflectOwned[recipient] = _reflectOwned[recipient].add(rTransferAmount) (#1658-1660)
- _reflectOwned[recipient] = _reflectOwned[recipient].add(rTransferAmount) (#1194-1196)
- _tokenTransfer(from,_marketingWalletAddress,toMarketingWallet,false) (#1512-1517)
- _reflectOwned[sender] = _reflectOwned[sender].sub(rAmount) (#1625)
- _reflectOwned[sender] = _reflectOwned[sender].sub(rAmount) (#1640)
- _reflectOwned[sender] = _reflectOwned[sender].sub(rAmount) (#1657)
- _reflectOwned[sender] = _reflectOwned[sender].sub(rAmount) (#1192)
- _reflectOwned[recipient] = _reflectOwned[recipient].add(rTransferAmount) (#1626-1628)
- _reflectOwned[recipient] = _reflectOwned[recipient].add(rTransferAmount) (#1642-1644)
- _reflectOwned[recipient] = _reflectOwned[recipient].add(rTransferAmount) (#1658-1660)
- _reflectOwned[recipient] = _reflectOwned[recipient].add(rTransferAmount) (#1194-1196)
- _tokenTransfer(from,_communityInvestWalletAddress,toCommunityWallet,false) (#1518-1523)
- _reflectOwned[sender] = _reflectOwned[sender].sub(rAmount) (#1625)
- _reflectOwned[sender] = _reflectOwned[sender].sub(rAmount) (#1640)
- _reflectOwned[sender] = _reflectOwned[sender].sub(rAmount) (#1657)
- _reflectOwned[sender] = _reflectOwned[sender].sub(rAmount) (#1192)
- _reflectOwned[recipient] = _reflectOwned[recipient].add(rTransferAmount) (#1626-1628)
- _reflectOwned[recipient] = _reflectOwned[recipient].add(rTransferAmount) (#1642-1644)
- _reflectOwned[recipient] = _reflectOwned[recipient].add(rTransferAmount) (#1658-1660)
- _reflectOwned[recipient] = _reflectOwned[recipient].add(rTransferAmount) (#1194-1196)
- _burnTokens(from,toBurn,toBurn.mul(_getRate())) (#1524)
- _reflectOwned[burnAddress] = _reflectOwned[burnAddress].add(rBurn) (#1714)
- _takeLiquidity(toLiquidity) (#1525)
- _reflectOwned[address(this)] = _reflectOwned[address(this)].add(rLiquidity) (#1342-1344)
- _tokenTransfer(from,to,amount,takeFee) (#1528)
- _reflectOwned[sender] = _reflectOwned[sender].sub(rAmount) (#1625)
- _reflectOwned[sender] = _reflectOwned[sender].sub(rAmount) (#1640)
- _reflectOwned[sender] = _reflectOwned[sender].sub(rAmount) (#1657)
- _reflectOwned[sender] = _reflectOwned[sender].sub(rAmount) (#1192)
- _reflectOwned[recipient] = _reflectOwned[recipient].add(rTransferAmount) (#1626-1628)
- _reflectOwned[recipient] = _reflectOwned[recipient].add(rTransferAmount) (#1642-1644)
- _reflectOwned[recipient] = _reflectOwned[recipient].add(rTransferAmount) (#1658-1660)
- _reflectOwned[recipient] = _reflectOwned[recipient].add(rTransferAmount) (#1194-1196)
- _tokenTransfer(from,to,amount,false) (#1511)
- _takeOwned[sender] = _takeOwned[sender].sub(tAmount) (#1656)
- _takeOwned[sender] = _takeOwned[sender].sub(tAmount) (#1191)
- _takeOwned[recipient] = _takeOwned[recipient].add(tTransferAmount) (#1641)
- _takeOwned[recipient] = _takeOwned[recipient].add(tTransferAmount) (#1193)
- _tokenTransfer(from,_marketingWalletAddress,toMarketingWallet,false) (#1512-1517)
- _takeOwned[sender] = _takeOwned[sender].sub(tAmount) (#1656)
- _takeOwned[sender] = _takeOwned[sender].sub(tAmount) (#1191)
- _takeOwned[recipient] = _takeOwned[recipient].add(tTransferAmount) (#1641)
- _takeOwned[recipient] = _takeOwned[recipient].add(tTransferAmount) (#1193)
- _tokenTransfer(from,_communityInvestWalletAddress,toCommunityWallet,false) (#1518-1523)
- _takeOwned[sender] = _takeOwned[sender].sub(tAmount) (#1656)
- _takeOwned[sender] = _takeOwned[sender].sub(tAmount) (#1191)
- _takeOwned[recipient] = _takeOwned[recipient].add(tTransferAmount) (#1641)
- _takeOwned[recipient] = _takeOwned[recipient].add(tTransferAmount) (#1193)
- _burnTokens(from,toBurn,toBurn.mul(_getRate())) (#1524)
- _takeOwned[burnAddress] = _takeOwned[burnAddress].add(tBurn) (#1716)
- _takeLiquidity(toLiquidity) (#1525)
- _takeOwned[address(this)] = _takeOwned[address(this)].add(tLiquidity) (#1346-1348)
- _tokenTransfer(from,to,amount,takeFee) (#1528)
- _takeOwned[sender] = _takeOwned[sender].sub(tAmount) (#1656)
- _takeOwned[sender] = _takeOwned[sender].sub(tAmount) (#1191)
- _takeOwned[recipient] = _takeOwned[recipient].add(tTransferAmount) (#1641)
- _takeOwned[recipient] = _takeOwned[recipient].add(tTransferAmount) (#1193)
Apply the check-effects-interactions pattern.

Additional information: link


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains


Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.

Contract name (Decentralized Community Investment Protocol) has length of 43 chars.
Not a direct threat, but may indicate unreliable intentions of developer.

Ownable.unlock() (#541-549) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#546)
DCIP._getTValues(uint256) (#1274-1290) uses timestamp for comparisons
Dangerous comparisons:
- heldLessThan24Hours = block.timestamp < _holderToTimestamp[_msgSender()] + 86400 (#1283-1284)
DCIP._transfer(address,address,uint256) (#1438-1535) uses timestamp for comparisons
Dangerous comparisons:
- heldLessThan24Hours = block.timestamp < _holderToTimestamp[_msgSender()] + 86400 (#1491-1492)
Avoid relying on block.timestamp.

Additional information: link

DCIP.includeInReward(address) (#1159-1181) has costly operations inside a loop:
- _excluded.pop() (#1177)
Use a local variable to hold the loop computation result.

Additional information: link

DCIP.addLiquidity(uint256,uint256) (#1578-1591) ignores return value by pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1583-1590)
Ensure that all the return values of the function calls are used.

Additional information: link

DCIP.allowance(address,address).owner (#1033) shadows:
- Ownable.owner() (#491-493) (function)
DCIP._approve(address,address,uint256).owner (#1427) shadows:
- Ownable.owner() (#491-493) (function)
Rename the local variables that shadow another component.

Additional information: link

DCIP.setTaxFeePercent(uint256) (#1216-1218) should emit an event for:
- _taxFee = taxFee (#1217)
DCIP.setLiquidityFeePercent(uint256) (#1220-1222) should emit an event for:
- _liquidityFee = liquidityFee (#1221)
DCIP.setMaxTxPercent(uint256) (#1224-1226) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#1225)
Emit an event for critical parameter changes.

Additional information: link

DCIP.constructor(address,address,address).marketingWalletAddress (#961) lacks a zero-check on :
- _marketingWalletAddress = marketingWalletAddress (#976)
DCIP.constructor(address,address,address).communityInvestWalletAddress (#962) lacks a zero-check on :
- _communityInvestWalletAddress = communityInvestWalletAddress (#977)
Check that the address is not zero.

Additional information: link

Reentrancy in DCIP._transfer(address,address,uint256) (#1438-1535):
External calls:
- swapAndLiquify(contractTokenBalance) (#1479)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1583-1590)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1569-1575)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1479)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1583-1590)
State variables written after the call(s):
- _holderToTimestamp[to] = block.timestamp (#1532)
- _isHolder[to] = true (#1533)
- _tokenTransfer(from,to,amount,false) (#1511)
- _liquidityFee = _previousLiquidityFee (#1415)
- _liquidityFee = 0 (#1410)
- _tokenTransfer(from,_marketingWalletAddress,toMarketingWallet,false) (#1512-1517)
- _liquidityFee = _previousLiquidityFee (#1415)
- _liquidityFee = 0 (#1410)
- _tokenTransfer(from,_communityInvestWalletAddress,toCommunityWallet,false) (#1518-1523)
- _liquidityFee = _previousLiquidityFee (#1415)
- _liquidityFee = 0 (#1410)
- _tokenTransfer(from,to,amount,takeFee) (#1528)
- _liquidityFee = _previousLiquidityFee (#1415)
- _liquidityFee = 0 (#1410)
- _tokenTransfer(from,to,amount,false) (#1511)
- _previousLiquidityFee = _liquidityFee (#1407)
- _tokenTransfer(from,_marketingWalletAddress,toMarketingWallet,false) (#1512-1517)
- _previousLiquidityFee = _liquidityFee (#1407)
- _tokenTransfer(from,_communityInvestWalletAddress,toCommunityWallet,false) (#1518-1523)
- _previousLiquidityFee = _liquidityFee (#1407)
- _tokenTransfer(from,to,amount,takeFee) (#1528)
- _previousLiquidityFee = _liquidityFee (#1407)
- _tokenTransfer(from,to,amount,false) (#1511)
- _previousTaxFee = _taxFee (#1406)
- _tokenTransfer(from,_marketingWalletAddress,toMarketingWallet,false) (#1512-1517)
- _previousTaxFee = _taxFee (#1406)
- _tokenTransfer(from,_communityInvestWalletAddress,toCommunityWallet,false) (#1518-1523)
- _previousTaxFee = _taxFee (#1406)
- _tokenTransfer(from,to,amount,takeFee) (#1528)
- _previousTaxFee = _taxFee (#1406)
- _reflectFee(rFee,tFee) (#1526)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1238)
- _tokenTransfer(from,to,amount,false) (#1511)
- _taxFee = _previousTaxFee (#1414)
- _taxFee = 0 (#1409)
- _tokenTransfer(from,_marketingWalletAddress,toMarketingWallet,false) (#1512-1517)
- _taxFee = _previousTaxFee (#1414)
- _taxFee = 0 (#1409)
- _tokenTransfer(from,_communityInvestWalletAddress,toCommunityWallet,false) (#1518-1523)
- _taxFee = _previousTaxFee (#1414)
- _taxFee = 0 (#1409)
- _tokenTransfer(from,to,amount,takeFee) (#1528)
- _taxFee = _previousTaxFee (#1414)
- _taxFee = 0 (#1409)
Reentrancy in DCIP.constructor(address,address,address) (#959-995):
External calls:
- pancakePair = IPancakeFactory(_pancakeRouter.factory()).createPair(address(this),_pancakeRouter.WETH()) (#968-971)
State variables written after the call(s):
- _communityInvestWalletAddress = communityInvestWalletAddress (#977)
- _isExcluded[burnAddress] = true (#987)
- _isExcluded[_marketingWalletAddress] = true (#988)
- _isExcluded[_communityInvestWalletAddress] = true (#989)
- _isExcludedFromFee[owner()] = true (#980)
- _isExcludedFromFee[address(this)] = true (#981)
- _isForeverExcludedFromReward[burnAddress] = true (#983)
- _isForeverExcludedFromReward[_marketingWalletAddress] = true (#984)
- _isForeverExcludedFromReward[_communityInvestWalletAddress] = true (#985)
- _marketingWalletAddress = marketingWalletAddress (#976)
- _burnTokenFromWallet(_msgSender(),initialBurnAmount) (#994)
- _reflectOwned[burnAddress] = _reflectOwned[burnAddress].add(rBurn) (#1714)
- _reflectOwned[sender] = _reflectOwned[sender].sub(reflectedAmount) (#1692)
- _burnTokenFromWallet(_msgSender(),initialBurnAmount) (#994)
- _takeOwned[burnAddress] = _takeOwned[burnAddress].add(tBurn) (#1716)
- _takeOwned[sender] = _takeOwned[sender].sub(_burnAmount) (#1694)
- pancakeRouter = _pancakeRouter (#974)
Reentrancy in DCIP.swapAndLiquify(uint256) (#1537-1558):
External calls:
- swapTokensForEth(half) (#1549)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1569-1575)
- addLiquidity(otherHalf,newBalance) (#1555)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1583-1590)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1555)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1583-1590)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1555)
- _allowances[owner][spender] = amount (#1434)
Reentrancy in DCIP.transferFrom(address,address,uint256) (#1051-1066):
External calls:
- _transfer(sender,recipient,amount) (#1056)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1583-1590)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1569-1575)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1056)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1583-1590)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#1057-1064)
- _allowances[owner][spender] = amount (#1434)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in DCIP._transfer(address,address,uint256) (#1438-1535):
External calls:
- swapAndLiquify(contractTokenBalance) (#1479)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1583-1590)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1569-1575)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1479)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1583-1590)
Event emitted after the call(s):
- Transfer(sender,burnAddress,tBurn) (#1721)
- _burnTokens(from,toBurn,toBurn.mul(_getRate())) (#1524)
- Transfer(sender,recipient,tTransferAmount) (#1629)
- _tokenTransfer(from,to,amount,takeFee) (#1528)
- Transfer(sender,recipient,tTransferAmount) (#1629)
- _tokenTransfer(from,to,amount,false) (#1511)
- Transfer(sender,recipient,tTransferAmount) (#1629)
- _tokenTransfer(from,_marketingWalletAddress,toMarketingWallet,false) (#1512-1517)
- Transfer(sender,recipient,tTransferAmount) (#1629)
- _tokenTransfer(from,_communityInvestWalletAddress,toCommunityWallet,false) (#1518-1523)
- Transfer(sender,recipient,tTransferAmount) (#1661)
- _tokenTransfer(from,_communityInvestWalletAddress,toCommunityWallet,false) (#1518-1523)
- Transfer(sender,recipient,tTransferAmount) (#1645)
- _tokenTransfer(from,_communityInvestWalletAddress,toCommunityWallet,false) (#1518-1523)
- Transfer(sender,recipient,tTransferAmount) (#1661)
- _tokenTransfer(from,_marketingWalletAddress,toMarketingWallet,false) (#1512-1517)
- Transfer(sender,recipient,tTransferAmount) (#1661)
- _tokenTransfer(from,to,amount,false) (#1511)
- Transfer(sender,recipient,tTransferAmount) (#1645)
- _tokenTransfer(from,to,amount,takeFee) (#1528)
- Transfer(sender,recipient,tTransferAmount) (#1645)
- _tokenTransfer(from,_marketingWalletAddress,toMarketingWallet,false) (#1512-1517)
- Transfer(sender,recipient,tTransferAmount) (#1645)
- _tokenTransfer(from,to,amount,false) (#1511)
- Transfer(sender,recipient,tTransferAmount) (#1661)
- _tokenTransfer(from,to,amount,takeFee) (#1528)
- Transfer(sender,recipient,tTransferAmount) (#1197)
- _tokenTransfer(from,to,amount,false) (#1511)
- Transfer(sender,recipient,tTransferAmount) (#1197)
- _tokenTransfer(from,_marketingWalletAddress,toMarketingWallet,false) (#1512-1517)
- Transfer(sender,recipient,tTransferAmount) (#1197)
- _tokenTransfer(from,to,amount,takeFee) (#1528)
- Transfer(sender,recipient,tTransferAmount) (#1197)
- _tokenTransfer(from,_communityInvestWalletAddress,toCommunityWallet,false) (#1518-1523)
Reentrancy in DCIP.constructor(address,address,address) (#959-995):
External calls:
- pancakePair = IPancakeFactory(_pancakeRouter.factory()).createPair(address(this),_pancakeRouter.WETH()) (#968-971)
Event emitted after the call(s):
- Transfer(sender,burnAddress,tBurn) (#1721)
- _burnTokenFromWallet(_msgSender(),initialBurnAmount) (#994)
- Transfer(address(0),_msgSender(),_tTotal) (#991)
Reentrancy in DCIP.swapAndLiquify(uint256) (#1537-1558):
External calls:
- swapTokensForEth(half) (#1549)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1569-1575)
- addLiquidity(otherHalf,newBalance) (#1555)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1583-1590)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1555)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1583-1590)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1435)
- addLiquidity(otherHalf,newBalance) (#1555)
- SwapAndLiquify(half,newBalance,otherHalf) (#1557)
Reentrancy in DCIP.transferFrom(address,address,uint256) (#1051-1066):
External calls:
- _transfer(sender,recipient,amount) (#1056)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1583-1590)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1569-1575)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1056)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1583-1590)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1435)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#1057-1064)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#297-311) uses assembly
- INLINE ASM (#307-309)
Address._functionCallWithValue(address,bytes,uint256,string) (#426-454) uses assembly
- INLINE ASM (#446-449)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#426-454) is never used and should be removed
Address.functionCall(address,bytes) (#361-366) is never used and should be removed
Address.functionCall(address,bytes,string) (#374-380) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#393-405) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#413-424) is never used and should be removed
Address.isContract(address) (#297-311) is never used and should be removed
Address.sendValue(address,uint256) (#329-341) is never used and should be removed
Context._msgData() (#270-273) is never used and should be removed
SafeMath.mod(uint256,uint256) (#239-241) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#255-262) is never used and should be removed
Remove unused functions.

Additional information: link

DCIP._rTotal (#916) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
DCIP._previousTaxFee (#924) is set pre-construction with a non-constant function or state variable:
- _taxFee
DCIP._previousLiquidityFee (#927) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
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 version>=0.6.8 (#13) allows old versions
solc-0.6.8 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

Low level call in Address.sendValue(address,uint256) (#329-341):
- (success) = recipient.call{value: amount}() (#336)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#426-454):
- (success,returndata) = target.call{value: weiValue}(data) (#435-437)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IPancakePair.DOMAIN_SEPARATOR() (#615) is not in mixedCase
Function IPancakePair.PERMIT_TYPEHASH() (#617) is not in mixedCase
Function IPancakePair.MINIMUM_LIQUIDITY() (#648) is not in mixedCase
Function IPancakeRouter01.WETH() (#694) is not in mixedCase
Function DCIP.IncludeFromTxLimit(address) (#1208-1210) is not in mixedCase
Function DCIP.ExcludeFromTxLimit(address) (#1212-1214) is not in mixedCase
Parameter DCIP.setSwapAndLiquifyEnabled(bool)._enabled (#1228) is not in mixedCase
Parameter DCIP.calculateTaxFee(uint256,bool)._amount (#1351) is not in mixedCase
Parameter DCIP.calculateTaxFee(uint256,bool)._heldLessThan24Hours (#1351) is not in mixedCase
Parameter DCIP.calculateLiquidityFee(uint256)._amount (#1363) is not in mixedCase
Parameter DCIP.calculateBurnFee(uint256,bool)._amount (#1371) is not in mixedCase
Parameter DCIP.calculateBurnFee(uint256,bool)._heldLessThan24Hours (#1371) is not in mixedCase
Parameter DCIP.calculateCommunityFee(uint256,bool)._amount (#1383) is not in mixedCase
Parameter DCIP.calculateCommunityFee(uint256,bool)._heldLessThan24Hours (#1383) is not in mixedCase
Parameter DCIP.calculateMarketingFee(uint256)._amount (#1395) is not in mixedCase
Variable DCIP._taxFee (#923) is not in mixedCase
Variable DCIP._liquidityFee (#926) is not in mixedCase
Variable DCIP._maxTxAmount (#935) is not in mixedCase
Variable DCIP._marketingWalletAddress (#942) is not in mixedCase
Variable DCIP._communityInvestWalletAddress (#943) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#271)" inContext (#265-274)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#699) is too similar to IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#700)
Variable DCIP._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1309) is too similar to DCIP._transferBothExcluded(address,address,uint256).tTransferAmount (#1190)
Variable DCIP._transferFromExcluded(address,address,uint256).rTransferAmount (#1654) is too similar to DCIP._transferBothExcluded(address,address,uint256).tTransferAmount (#1190)
Variable DCIP._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1309) is too similar to DCIP._transferStandard(address,address,uint256).tTransferAmount (#1624)
Variable DCIP._transferFromExcluded(address,address,uint256).rTransferAmount (#1654) is too similar to DCIP._transferStandard(address,address,uint256).tTransferAmount (#1624)
Variable DCIP._transferBothExcluded(address,address,uint256).rTransferAmount (#1189) is too similar to DCIP._transferBothExcluded(address,address,uint256).tTransferAmount (#1190)
Variable DCIP._getValues(uint256).rTransferAmount (#1258) is too similar to DCIP._getTValues(uint256).tTransferAmount (#1288)
Variable DCIP._transferStandard(address,address,uint256).rTransferAmount (#1623) is too similar to DCIP._transferBothExcluded(address,address,uint256).tTransferAmount (#1190)
Variable DCIP._transferStandard(address,address,uint256).rTransferAmount (#1623) is too similar to DCIP._transferToExcluded(address,address,uint256).tTransferAmount (#1639)
Variable DCIP._transferBothExcluded(address,address,uint256).rTransferAmount (#1189) is too similar to DCIP._transferStandard(address,address,uint256).tTransferAmount (#1624)
Variable DCIP._transferStandard(address,address,uint256).rTransferAmount (#1623) is too similar to DCIP._transferStandard(address,address,uint256).tTransferAmount (#1624)
Variable DCIP._getValues(uint256).rTransferAmount (#1258) is too similar to DCIP._transferToExcluded(address,address,uint256).tTransferAmount (#1639)
Variable DCIP._transferFromExcluded(address,address,uint256).rTransferAmount (#1654) is too similar to DCIP._transferFromExcluded(address,address,uint256).tTransferAmount (#1655)
Variable DCIP._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1309) is too similar to DCIP._getTValues(uint256).tTransferAmount (#1288)
Variable DCIP._transferFromExcluded(address,address,uint256).rTransferAmount (#1654) is too similar to DCIP._getTValues(uint256).tTransferAmount (#1288)
Variable DCIP._getValues(uint256).rTransferAmount (#1258) is too similar to DCIP._transferBothExcluded(address,address,uint256).tTransferAmount (#1190)
Variable DCIP.reflectionFromToken(uint256,bool).rTransferAmount (#1127) is too similar to DCIP._transferToExcluded(address,address,uint256).tTransferAmount (#1639)
Variable DCIP._getValues(uint256).rTransferAmount (#1258) is too similar to DCIP._transferStandard(address,address,uint256).tTransferAmount (#1624)
Variable DCIP._transferFromExcluded(address,address,uint256).rTransferAmount (#1654) is too similar to DCIP._transferToExcluded(address,address,uint256).tTransferAmount (#1639)
Variable DCIP._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1309) is too similar to DCIP._transferToExcluded(address,address,uint256).tTransferAmount (#1639)
Variable DCIP._transferToExcluded(address,address,uint256).rTransferAmount (#1638) is too similar to DCIP._transferToExcluded(address,address,uint256).tTransferAmount (#1639)
Variable DCIP._transferBothExcluded(address,address,uint256).rTransferAmount (#1189) is too similar to DCIP._transferToExcluded(address,address,uint256).tTransferAmount (#1639)
Variable DCIP._transferStandard(address,address,uint256).rTransferAmount (#1623) is too similar to DCIP._getTValues(uint256).tTransferAmount (#1288)
Variable DCIP._transferToExcluded(address,address,uint256).rTransferAmount (#1638) is too similar to DCIP._transferFromExcluded(address,address,uint256).tTransferAmount (#1655)
Variable DCIP.reflectionFromToken(uint256,bool).rTransferAmount (#1127) is too similar to DCIP._transferStandard(address,address,uint256).tTransferAmount (#1624)
Variable DCIP.reflectionFromToken(uint256,bool).rTransferAmount (#1127) is too similar to DCIP._transferFromExcluded(address,address,uint256).tTransferAmount (#1655)
Variable DCIP._transferToExcluded(address,address,uint256).rTransferAmount (#1638) is too similar to DCIP._transferBothExcluded(address,address,uint256).tTransferAmount (#1190)
Variable DCIP.reflectionFromToken(uint256,bool).rTransferAmount (#1127) is too similar to DCIP._transferBothExcluded(address,address,uint256).tTransferAmount (#1190)
Variable DCIP._transferBothExcluded(address,address,uint256).rTransferAmount (#1189) is too similar to DCIP._getValues(uint256).tTransferAmount (#1254)
Variable DCIP._transferStandard(address,address,uint256).rTransferAmount (#1623) is too similar to DCIP._getValues(uint256).tTransferAmount (#1254)
Variable DCIP._transferBothExcluded(address,address,uint256).rTransferAmount (#1189) is too similar to DCIP._transferFromExcluded(address,address,uint256).tTransferAmount (#1655)
Variable DCIP._transferStandard(address,address,uint256).rTransferAmount (#1623) is too similar to DCIP._transferFromExcluded(address,address,uint256).tTransferAmount (#1655)
Variable DCIP._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1309) is too similar to DCIP._getValues(uint256).tTransferAmount (#1254)
Variable DCIP._transferToExcluded(address,address,uint256).rTransferAmount (#1638) is too similar to DCIP._getTValues(uint256).tTransferAmount (#1288)
Variable DCIP._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1309) is too similar to DCIP._transferFromExcluded(address,address,uint256).tTransferAmount (#1655)
Variable DCIP.reflectionFromToken(uint256,bool).rTransferAmount (#1127) is too similar to DCIP._getTValues(uint256).tTransferAmount (#1288)
Variable DCIP._transferFromExcluded(address,address,uint256).rTransferAmount (#1654) is too similar to DCIP._getValues(uint256).tTransferAmount (#1254)
Variable DCIP._getValues(uint256).rTransferAmount (#1258) is too similar to DCIP._getValues(uint256).tTransferAmount (#1254)
Variable DCIP._transferToExcluded(address,address,uint256).rTransferAmount (#1638) is too similar to DCIP._getValues(uint256).tTransferAmount (#1254)
Variable DCIP.reflectionFromToken(uint256,bool).rTransferAmount (#1127) is too similar to DCIP._getValues(uint256).tTransferAmount (#1254)
Variable DCIP._transferToExcluded(address,address,uint256).rTransferAmount (#1638) is too similar to DCIP._transferStandard(address,address,uint256).tTransferAmount (#1624)
Variable DCIP._transferBothExcluded(address,address,uint256).rTransferAmount (#1189) is too similar to DCIP._getTValues(uint256).tTransferAmount (#1288)
Variable DCIP._getValues(uint256).rTransferAmount (#1258) is too similar to DCIP._transferFromExcluded(address,address,uint256).tTransferAmount (#1655)
Prevent variables from having similar names.

Additional information: link

DCIP.slitherConstructorVariables() (#897-1724) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 9 (#915)
DCIP.slitherConstructorVariables() (#897-1724) uses literals with too many digits:
- _maxTxAmount = 1000000 * 10 ** 6 * 10 ** 9 (#935)
DCIP.slitherConstructorVariables() (#897-1724) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 1000000 * 10 ** 6 * 10 ** 9 (#936)
DCIP.slitherConstructorVariables() (#897-1724) uses literals with too many digits:
- burnAddress = 0x0000000000000000000000000000000299792458 (#941)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

DCIP._decimals (#921) should be constant
DCIP._name (#919) should be constant
DCIP._symbol (#920) should be constant
DCIP._tTotal (#915) should be constant
DCIP.burnAddress (#941) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#510-513)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#519-526)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#528-530)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#533-538)
unlock() should be declared external:
- Ownable.unlock() (#541-549)
setNumTokensSellToAddToLiquidity(uint256) should be declared external:
- DCIP.setNumTokensSellToAddToLiquidity(uint256) (#997-1000)
name() should be declared external:
- DCIP.name() (#1002-1004)
symbol() should be declared external:
- DCIP.symbol() (#1006-1008)
decimals() should be declared external:
- DCIP.decimals() (#1010-1012)
totalSupply() should be declared external:
- DCIP.totalSupply() (#1014-1016)
transfer(address,uint256) should be declared external:
- DCIP.transfer(address,uint256) (#1024-1031)
allowance(address,address) should be declared external:
- DCIP.allowance(address,address) (#1033-1040)
approve(address,uint256) should be declared external:
- DCIP.approve(address,uint256) (#1042-1049)
transferFrom(address,address,uint256) should be declared external:
- DCIP.transferFrom(address,address,uint256) (#1051-1066)
increaseAllowance(address,uint256) should be declared external:
- DCIP.increaseAllowance(address,uint256) (#1068-1079)
decreaseAllowance(address,uint256) should be declared external:
- DCIP.decreaseAllowance(address,uint256) (#1081-1095)
isExcludedFromReward(address) should be declared external:
- DCIP.isExcludedFromReward(address) (#1097-1099)
totalFees() should be declared external:
- DCIP.totalFees() (#1101-1103)
deliver(uint256) should be declared external:
- DCIP.deliver(uint256) (#1105-1115)
reflectionFromToken(uint256,bool) should be declared external:
- DCIP.reflectionFromToken(uint256,bool) (#1117-1130)
excludeFromReward(address) should be declared external:
- DCIP.excludeFromReward(address) (#1145-1157)
includeInFee(address) should be declared external:
- DCIP.includeInFee(address) (#1200-1202)
excludeFromFee(address) should be declared external:
- DCIP.excludeFromFee(address) (#1204-1206)
IncludeFromTxLimit(address) should be declared external:
- DCIP.IncludeFromTxLimit(address) (#1208-1210)
ExcludeFromTxLimit(address) should be declared external:
- DCIP.ExcludeFromTxLimit(address) (#1212-1214)
setSwapAndLiquifyEnabled(bool) should be declared external:
- DCIP.setSwapAndLiquifyEnabled(bool) (#1228-1231)
isExcludedFromFee(address) should be declared external:
- DCIP.isExcludedFromFee(address) (#1418-1420)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Swap operations require suspiciously high gas. Contract logic is complex and may disguise some form of scam.


Average 30d number of PancakeSwap swaps is low.


Token is deployed only at one blockchain

Contract has 10% buy tax and 10% sell tax.
Taxes are low and contract ownership is renounced.


Unable to find Youtube account

No disclosed threats


Young tokens have high risks of scam / price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for DCIP

News for DCIP