DraceInu Token Logo

DIN [DraceInu] Token

About DIN

Listings

Not Found
Token 3 years
white paper

DraceInu is a meme coin developed to create effects in the community. Together once again to the world where we had a bright time with MetaDrace.The history will repeat and DraceInu will be like Shiba or Baby Doge!

Social

Laser Scorebeta Last Audit: 26 August 2022

report
Token has too many issues. Scam probability is high.

Reentrancy in DraceInu._transfer(address,address,uint256) (#1098-1145):
External calls:
- swapAndLiquify(contractTokenBalance) (#1132)
- pancakeswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1231-1238)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1217-1223)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1132)
- pancakeswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1231-1238)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- _rOwned[charity()] = _rOwned[charity()].add(rCharityFee) (#1038)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1028)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1284)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1307)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1356)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1332)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1285)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1333)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1309)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1358)
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- _rTotal = _rTotal.sub(rFee) (#917)
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1030)
- _tOwned[charity()] = _tOwned[charity()].add(rCharityFee) (#1041)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1355)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1331)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1308)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1357)
Apply the check-effects-interactions pattern.

Additional information: link

DraceInu.withdrawLeftTokenToCharity(address,address,uint256) (#1191-1201) ignores return value by token.transferFrom(address(this),recipient,amount) (#1200)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link

DraceInu.addLiquidity(uint256,uint256) (#1226-1239) sends eth to arbitrary user
Dangerous calls:
- pancakeswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1231-1238)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)


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.


Combination 2: Unchecked transfer + 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.


Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.

DraceInu.addLiquidity(uint256,uint256) (#1226-1239) ignores return value by pancakeswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1231-1238)
Ensure that all the return values of the function calls are used.

Additional information: link

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

Additional information: link

DraceInu.withdrawLeftoverBNBToCharity(address,uint256).recipient (#1176) lacks a zero-check on :
- recipient.transfer(amount) (#1186)
Check that the address is not zero.

Additional information: link

Reentrancy in DraceInu._transfer(address,address,uint256) (#1098-1145):
External calls:
- swapAndLiquify(contractTokenBalance) (#1132)
- pancakeswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1231-1238)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1217-1223)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1132)
- pancakeswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1231-1238)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- _charityFee = _previousCharityFee (#1073)
- _charityFee = 0 (#1066)
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- _liquidityFee = _previousLiquidityFee (#1072)
- _liquidityFee = 0 (#1065)
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- _previousCharityFee = _charityFee (#1062)
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- _previousLiquidityFee = _liquidityFee (#1061)
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- _previousReflectionTaxFee = _reflectionTaxFee (#1060)
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- _reflectionTaxFee = _previousReflectionTaxFee (#1071)
- _reflectionTaxFee = 0 (#1064)
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- _tFeeTotal = _tFeeTotal.add(tFee) (#918)
Reentrancy in DraceInu.constructor() (#642-653):
External calls:
- setRouterAddress(0x10ED43C718714eb63d5aA57B78B54704E256024E) (#646)
- pancakeswapV2Pair = IPancakeswapV2Factory(_pancakeswapV2Router.factory()).createPair(address(this),_pancakeswapV2Router.WETH()) (#902-904)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#649)
- _isExcludedFromFee[address(this)] = true (#650)
Reentrancy in DraceInu.setRouterAddress(address) (#897-910):
External calls:
- pancakeswapV2Pair = IPancakeswapV2Factory(_pancakeswapV2Router.factory()).createPair(address(this),_pancakeswapV2Router.WETH()) (#902-904)
State variables written after the call(s):
- pancakeswapV2Router = _pancakeswapV2Router (#907)
Reentrancy in DraceInu.swapAndLiquify(uint256) (#1147-1168):
External calls:
- swapTokensForBNB(half) (#1159)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1217-1223)
- addLiquidity(otherHalf,newBalance) (#1165)
- pancakeswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1231-1238)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1165)
- pancakeswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1231-1238)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1165)
- _allowances[owner][spender] = amount (#1094)
Reentrancy in DraceInu.transferFrom(address,address,uint256) (#710-725):
External calls:
- _transfer(sender,recipient,amount) (#715)
- pancakeswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1231-1238)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1217-1223)
External calls sending eth:
- _transfer(sender,recipient,amount) (#715)
- pancakeswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1231-1238)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#716-723)
- _allowances[owner][spender] = amount (#1094)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in DraceInu._transfer(address,address,uint256) (#1098-1145):
External calls:
- swapAndLiquify(contractTokenBalance) (#1132)
- pancakeswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1231-1238)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1217-1223)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1132)
- pancakeswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1231-1238)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1289)
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- Transfer(sender,recipient,tTransferAmount) (#1313)
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- Transfer(sender,recipient,tTransferAmount) (#1337)
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- Transfer(sender,recipient,tTransferAmount) (#1362)
- _tokenTransfer(from,to,amount,takeFee) (#1144)
Reentrancy in DraceInu.constructor() (#642-653):
External calls:
- setRouterAddress(0x10ED43C718714eb63d5aA57B78B54704E256024E) (#646)
- pancakeswapV2Pair = IPancakeswapV2Factory(_pancakeswapV2Router.factory()).createPair(address(this),_pancakeswapV2Router.WETH()) (#902-904)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#652)
Reentrancy in DraceInu.setRouterAddress(address) (#897-910):
External calls:
- pancakeswapV2Pair = IPancakeswapV2Factory(_pancakeswapV2Router.factory()).createPair(address(this),_pancakeswapV2Router.WETH()) (#902-904)
Event emitted after the call(s):
- PancakeSwapRouterUpdate(newRouter) (#909)
Reentrancy in DraceInu.swapAndLiquify(uint256) (#1147-1168):
External calls:
- swapTokensForBNB(half) (#1159)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1217-1223)
- addLiquidity(otherHalf,newBalance) (#1165)
- pancakeswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1231-1238)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1165)
- pancakeswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1231-1238)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1095)
- addLiquidity(otherHalf,newBalance) (#1165)
- SwapAndLiquify(half,newBalance,otherHalf) (#1167)
Reentrancy in DraceInu.transferFrom(address,address,uint256) (#710-725):
External calls:
- _transfer(sender,recipient,amount) (#715)
- pancakeswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1231-1238)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1217-1223)
External calls sending eth:
- _transfer(sender,recipient,amount) (#715)
- pancakeswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1231-1238)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1095)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#716-723)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#286-297) uses assembly
- INLINE ASM (#293-295)
Address._functionCallWithValue(address,bytes,uint256,string) (#412-440) uses assembly
- INLINE ASM (#432-435)
Do not use evm assembly.

Additional information: link

Ownable.unlock() (#566-578) compares to a boolean constant:
-require(bool,string)(_renouncedOwnership == false,Contract cannot be unlocked as the ownership has been renounced) (#567-570)
Remove the equality to the boolean constant.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#412-440) is never used and should be removed
Address.functionCall(address,bytes) (#347-352) is never used and should be removed
Address.functionCall(address,bytes,string) (#360-366) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#379-391) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#399-410) is never used and should be removed
Address.isContract(address) (#286-297) is never used and should be removed
Address.sendValue(address,uint256) (#315-327) is never used and should be removed
Context._msgData() (#259-262) is never used and should be removed
SafeMath.mod(uint256,uint256) (#228-230) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#244-251) is never used and should be removed
Remove unused functions.

Additional information: link

DraceInu._previousReflectionTaxFee (#604) is set pre-construction with a non-constant function or state variable:
- _reflectionTaxFee
DraceInu._previousLiquidityFee (#607) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
DraceInu._previousCharityFee (#610) is set pre-construction with a non-constant function or state variable:
- _charityFee
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

Low level call in Address.sendValue(address,uint256) (#315-327):
- (success) = recipient.call{value: amount}() (#322)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#412-440):
- (success,returndata) = target.call{value: weiValue}(data) (#421-423)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter DraceInu.setSwapAndLiquifyEnabled(bool)._enabled (#891) is not in mixedCase
Parameter DraceInu.calculateFee(uint256,uint256)._fee (#1047) is not in mixedCase
Parameter DraceInu.calculateFee(uint256,uint256)._amount (#1047) is not in mixedCase
Constant DraceInu._tTotal (#595) is not in UPPER_CASE_WITH_UNDERSCORES
Constant DraceInu._name (#599) is not in UPPER_CASE_WITH_UNDERSCORES
Constant DraceInu._symbol (#600) is not in UPPER_CASE_WITH_UNDERSCORES
Constant DraceInu._decimals (#601) is not in UPPER_CASE_WITH_UNDERSCORES
Variable DraceInu._reflectionTaxFee (#603) is not in mixedCase
Variable DraceInu._liquidityFee (#606) is not in mixedCase
Variable DraceInu._charityFee (#609) is not in mixedCase
Variable DraceInu._maxTxAmount (#618) is not in mixedCase
Function IPancakeswapV2Pair.DOMAIN_SEPARATOR() (#1447) is not in mixedCase
Function IPancakeswapV2Pair.PERMIT_TYPEHASH() (#1449) is not in mixedCase
Function IPancakeswapV2Pair.MINIMUM_LIQUIDITY() (#1480) is not in mixedCase
Function IPancakeswapV2Router01.WETH() (#1528) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#260)" inContext (#254-263)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in DraceInu.withdrawLeftoverBNBToCharity(address,uint256) (#1175-1189):
External calls:
- recipient.transfer(amount) (#1186)
Event emitted after the call(s):
- WithdrawLeftOverBNB(recipient,amount) (#1188)
Apply the check-effects-interactions pattern.

Additional information: link

Variable DraceInu._charityFee (#609) is too similar to DraceInu._getRValues(uint256,uint256,uint256,uint256,uint256).rCharityFee (#996)
Variable DraceInu._charityFee (#609) is too similar to DraceInu._transferBothExcluded(address,address,uint256).tCharityFee (#1353)
Variable DraceInu._charityFee (#609) is too similar to DraceInu._transferToExcluded(address,address,uint256).tCharityFee (#1305)
Variable DraceInu._charityFee (#609) is too similar to DraceInu._takeFee(uint256,uint256,uint256,uint256).tCharityFee (#1368)
Variable DraceInu._charityFee (#609) is too similar to DraceInu._takeCharityFee(uint256).rCharityFee (#1036)
Variable DraceInu._getRValues(uint256,uint256,uint256,uint256,uint256).rCharityFee (#996) is too similar to DraceInu._transferBothExcluded(address,address,uint256).tCharityFee (#1353)
Variable DraceInu._takeCharityFee(uint256).rCharityFee (#1036) is too similar to DraceInu._transferBothExcluded(address,address,uint256).tCharityFee (#1353)
Variable DraceInu._takeCharityFee(uint256).rCharityFee (#1036) is too similar to DraceInu._getValues(uint256).tCharityFee (#939)
Variable DraceInu._getRValues(uint256,uint256,uint256,uint256,uint256).rCharityFee (#996) is too similar to DraceInu._takeFee(uint256,uint256,uint256,uint256).tCharityFee (#1368)
Variable DraceInu._takeCharityFee(uint256).rCharityFee (#1036) is too similar to DraceInu._takeFee(uint256,uint256,uint256,uint256).tCharityFee (#1368)
Variable DraceInu._takeCharityFee(uint256).rCharityFee (#1036) is too similar to DraceInu._transferToExcluded(address,address,uint256).tCharityFee (#1305)
Variable DraceInu._getRValues(uint256,uint256,uint256,uint256,uint256).rCharityFee (#996) is too similar to DraceInu._transferToExcluded(address,address,uint256).tCharityFee (#1305)
Variable DraceInu._takeCharityFee(uint256).rCharityFee (#1036) is too similar to DraceInu._transferStandard(address,address,uint256).tCharityFee (#1282)
Variable DraceInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1324) is too similar to DraceInu._transferStandard(address,address,uint256).tTransferAmount (#1279)
Variable DraceInu._getValues(uint256).rTransferAmount (#941) is too similar to DraceInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1350)
Variable DraceInu.reflectionFromToken(uint256,bool).rTransferAmount (#790) is too similar to DraceInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1350)
Variable DraceInu.reflectionFromToken(uint256,bool).rTransferAmount (#790) is too similar to DraceInu._transferToExcluded(address,address,uint256).tTransferAmount (#1302)
Variable DraceInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1348) is too similar to DraceInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1350)
Variable DraceInu._getValues(uint256).rTransferAmount (#941) is too similar to DraceInu._transferToExcluded(address,address,uint256).tTransferAmount (#1302)
Variable DraceInu._transferStandard(address,address,uint256).rTransferAmount (#1277) is too similar to DraceInu._transferStandard(address,address,uint256).tTransferAmount (#1279)
Variable DraceInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#997-999) is too similar to DraceInu._transferStandard(address,address,uint256).tTransferAmount (#1279)
Variable DraceInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1348) is too similar to DraceInu._transferToExcluded(address,address,uint256).tTransferAmount (#1302)
Variable DraceInu._transferToExcluded(address,address,uint256).rTransferAmount (#1300) is too similar to DraceInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1350)
Variable DraceInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1324) is too similar to DraceInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1326)
Variable DraceInu._transferToExcluded(address,address,uint256).rTransferAmount (#1300) is too similar to DraceInu._transferToExcluded(address,address,uint256).tTransferAmount (#1302)
Variable DraceInu._getValues(uint256).rTransferAmount (#941) is too similar to DraceInu._transferStandard(address,address,uint256).tTransferAmount (#1279)
Variable DraceInu.reflectionFromToken(uint256,bool).rTransferAmount (#790) is too similar to DraceInu._transferStandard(address,address,uint256).tTransferAmount (#1279)
Variable DraceInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1324) is too similar to DraceInu._getValues(uint256).tTransferAmount (#936)
Variable DraceInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1324) is too similar to DraceInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1350)
Variable DraceInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1348) is too similar to DraceInu._transferStandard(address,address,uint256).tTransferAmount (#1279)
Variable DraceInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1324) is too similar to DraceInu._transferToExcluded(address,address,uint256).tTransferAmount (#1302)
Variable DraceInu._transferToExcluded(address,address,uint256).rTransferAmount (#1300) is too similar to DraceInu._transferStandard(address,address,uint256).tTransferAmount (#1279)
Variable DraceInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#997-999) is too similar to DraceInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1350)
Variable DraceInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#997-999) is too similar to DraceInu._transferToExcluded(address,address,uint256).tTransferAmount (#1302)
Variable DraceInu._charityFee (#609) is too similar to DraceInu._transferFromExcluded(address,address,uint256).tCharityFee (#1329)
Variable DraceInu._charityFee (#609) is too similar to DraceInu._getTValues(uint256).tCharityFee (#971)
Variable DraceInu._charityFee (#609) is too similar to DraceInu._takeCharityFee(uint256).tCharityFee (#1034)
Variable DraceInu._charityFee (#609) is too similar to DraceInu._getValues(uint256).tCharityFee (#939)
Variable DraceInu._charityFee (#609) is too similar to DraceInu._transferStandard(address,address,uint256).tCharityFee (#1282)
Variable DraceInu._charityFee (#609) is too similar to DraceInu._getRValues(uint256,uint256,uint256,uint256,uint256).tCharityFee (#982)
Variable DraceInu._getRValues(uint256,uint256,uint256,uint256,uint256).rCharityFee (#996) is too similar to DraceInu._transferFromExcluded(address,address,uint256).tCharityFee (#1329)
Variable DraceInu._getRValues(uint256,uint256,uint256,uint256,uint256).rCharityFee (#996) is too similar to DraceInu._takeCharityFee(uint256).tCharityFee (#1034)
Variable DraceInu._takeCharityFee(uint256).rCharityFee (#1036) is too similar to DraceInu._getTValues(uint256).tCharityFee (#971)
Variable DraceInu._getRValues(uint256,uint256,uint256,uint256,uint256).rCharityFee (#996) is too similar to DraceInu._getValues(uint256).tCharityFee (#939)
Variable DraceInu._takeCharityFee(uint256).rCharityFee (#1036) is too similar to DraceInu._transferFromExcluded(address,address,uint256).tCharityFee (#1329)
Variable DraceInu._takeCharityFee(uint256).rCharityFee (#1036) is too similar to DraceInu._takeCharityFee(uint256).tCharityFee (#1034)
Variable DraceInu._getRValues(uint256,uint256,uint256,uint256,uint256).rCharityFee (#996) is too similar to DraceInu._transferStandard(address,address,uint256).tCharityFee (#1282)
Variable DraceInu._getRValues(uint256,uint256,uint256,uint256,uint256).rCharityFee (#996) is too similar to DraceInu._getRValues(uint256,uint256,uint256,uint256,uint256).tCharityFee (#982)
Variable DraceInu._takeCharityFee(uint256).rCharityFee (#1036) is too similar to DraceInu._getRValues(uint256,uint256,uint256,uint256,uint256).tCharityFee (#982)
Variable DraceInu._getRValues(uint256,uint256,uint256,uint256,uint256).rCharityFee (#996) is too similar to DraceInu._getTValues(uint256).tCharityFee (#971)
Variable DraceInu._transferStandard(address,address,uint256).rTransferAmount (#1277) is too similar to DraceInu._getTValues(uint256).tTransferAmount (#972-974)
Variable DraceInu._transferToExcluded(address,address,uint256).rTransferAmount (#1300) is too similar to DraceInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1326)
Variable DraceInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1348) is too similar to DraceInu._getValues(uint256).tTransferAmount (#936)
Variable DraceInu._getValues(uint256).rTransferAmount (#941) is too similar to DraceInu._getTValues(uint256).tTransferAmount (#972-974)
Variable DraceInu.reflectionFromToken(uint256,bool).rTransferAmount (#790) is too similar to DraceInu._getTValues(uint256).tTransferAmount (#972-974)
Variable DraceInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#997-999) is too similar to DraceInu._getTValues(uint256).tTransferAmount (#972-974)
Variable DraceInu._transferToExcluded(address,address,uint256).rTransferAmount (#1300) is too similar to DraceInu._getValues(uint256).tTransferAmount (#936)
Variable DraceInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1324) is too similar to DraceInu._getTValues(uint256).tTransferAmount (#972-974)
Variable DraceInu._transferStandard(address,address,uint256).rTransferAmount (#1277) is too similar to DraceInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1326)
Variable DraceInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1348) is too similar to DraceInu._getTValues(uint256).tTransferAmount (#972-974)
Variable DraceInu._getValues(uint256).rTransferAmount (#941) is too similar to DraceInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1326)
Variable DraceInu.reflectionFromToken(uint256,bool).rTransferAmount (#790) is too similar to DraceInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1326)
Variable DraceInu._transferStandard(address,address,uint256).rTransferAmount (#1277) is too similar to DraceInu._getValues(uint256).tTransferAmount (#936)
Variable DraceInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#997-999) is too similar to DraceInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1326)
Variable DraceInu._transferToExcluded(address,address,uint256).rTransferAmount (#1300) is too similar to DraceInu._getTValues(uint256).tTransferAmount (#972-974)
Variable DraceInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1348) is too similar to DraceInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1326)
Variable DraceInu._getValues(uint256).rTransferAmount (#941) is too similar to DraceInu._getValues(uint256).tTransferAmount (#936)
Variable DraceInu.reflectionFromToken(uint256,bool).rTransferAmount (#790) is too similar to DraceInu._getValues(uint256).tTransferAmount (#936)
Variable DraceInu._transferStandard(address,address,uint256).rTransferAmount (#1277) is too similar to DraceInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1350)
Variable DraceInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#997-999) is too similar to DraceInu._getValues(uint256).tTransferAmount (#936)
Variable DraceInu._transferStandard(address,address,uint256).rTransferAmount (#1277) is too similar to DraceInu._transferToExcluded(address,address,uint256).tTransferAmount (#1302)
Variable IPancakeswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#1533) is too similar to IPancakeswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#1534)
Prevent variables from having similar names.

Additional information: link

DraceInu.slitherConstructorVariables() (#581-1376) uses literals with too many digits:
- _maxTxAmount = 5000000 * 10 ** 6 * 10 ** 9 (#618)
DraceInu.slitherConstructorVariables() (#581-1376) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 5000000 * 10 ** 6 * 10 ** 9 (#619)
DraceInu.slitherConstructorConstantVariables() (#581-1376) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 9 (#595)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Ownable._previousCharityWalletAddress (#462) is never used in DraceInu (#581-1376)
Remove unused state variables.

Additional information: link

Ownable._previousCharityWalletAddress (#462) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

Ownable.unlock() (#566-578) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked) (#575)
Avoid relying on block.timestamp.

Additional information: link

DraceInu.includeInReward(address) (#820-831) has costly operations inside a loop:
- _excluded.pop() (#827)
Use a local variable to hold the loop computation result.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#514-518)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#524-531)
setCharityWalletAddress(address) should be declared external:
- Ownable.setCharityWalletAddress(address) (#537-551)
getUnlockTime() should be declared external:
- Ownable.getUnlockTime() (#553-555)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#558-563)
unlock() should be declared external:
- Ownable.unlock() (#566-578)
name() should be declared external:
- DraceInu.name() (#656-658)
symbol() should be declared external:
- DraceInu.symbol() (#661-663)
decimals() should be declared external:
- DraceInu.decimals() (#665-667)
totalSupply() should be declared external:
- DraceInu.totalSupply() (#670-672)
transfer(address,uint256) should be declared external:
- DraceInu.transfer(address,uint256) (#680-687)
allowance(address,address) should be declared external:
- DraceInu.allowance(address,address) (#690-697)
approve(address,uint256) should be declared external:
- DraceInu.approve(address,uint256) (#700-707)
transferFrom(address,address,uint256) should be declared external:
- DraceInu.transferFrom(address,address,uint256) (#710-725)
increaseAllowance(address,uint256) should be declared external:
- DraceInu.increaseAllowance(address,uint256) (#728-739)
decreaseAllowance(address,uint256) should be declared external:
- DraceInu.decreaseAllowance(address,uint256) (#742-756)
isExcludedFromReward(address) should be declared external:
- DraceInu.isExcludedFromReward(address) (#759-761)
totalFees() should be declared external:
- DraceInu.totalFees() (#764-766)
deliver(uint256) should be declared external:
- DraceInu.deliver(uint256) (#768-778)
reflectionFromToken(uint256,bool) should be declared external:
- DraceInu.reflectionFromToken(uint256,bool) (#780-793)
excludeFromReward(address) should be declared external:
- DraceInu.excludeFromReward(address) (#810-817)
excludeFromFee(address) should be declared external:
- DraceInu.excludeFromFee(address) (#834-836)
includeInFee(address) should be declared external:
- DraceInu.includeInFee(address) (#839-841)
setSwapAndLiquifyEnabled(bool) should be declared external:
- DraceInu.setSwapAndLiquifyEnabled(bool) (#891-894)
isExcludedFromFee(address) should be declared external:
- DraceInu.isExcludedFromFee(address) (#1079-1081)
withdrawLeftTokenToCharity(address,address,uint256) should be declared external:
- DraceInu.withdrawLeftTokenToCharity(address,address,uint256) (#1191-1201)
getLeftOverContractBNBBalance() should be declared external:
- DraceInu.getLeftOverContractBNBBalance() (#1204-1206)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


Average 30d PancakeSwap liquidity is low.


Average 30d number of PancakeSwap swaps is low.


Average PancakeSwap trading volume, liqudity, number of swaps are low. Token seems to be inactive.


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


Token is deployed only at one blockchain

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


Last post in Twitter was more than 30 days ago


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to find token contract audit


Unable to find audit link on the website


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


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


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


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for DIN

News for DIN