Guardian Token Logo

GUARD [Guardian] Token

About GUARD

Listings

Token 2 years
CoinMarketCap 2 years
white paper

Guardian is the 2nd token within the Wolf Den ecosystem. It serves as the farming token with the purpose of helping investors build a legacy of wealth while helping them mitigate the risks of the typical crypto spacing through education.

Social

Laser Scorebeta Last Audit: 2 March 2022

report
Token seems to be a scam (type: rug pull scam).

Anti-Scam

Links


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

Reentrancy in Guardian._transfer(address,address,uint256) (#1116-1165):
External calls:
- swapAndLiquify(contractTokenBalance) (#1152)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1215-1222)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1201-1207)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1152)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1215-1222)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1164)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1039)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1248)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1273)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#917)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1249)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1298)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1275)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1299)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#919)
- _rOwned[charityaddress] = _rOwned[charityaddress].add(rcharityfee) (#1260)
- _rOwned[charityaddress] = _rOwned[charityaddress].add(rcharityfee) (#1309)
- _rOwned[charityaddress] = _rOwned[charityaddress].add(rcharityfee) (#1285)
- _rOwned[charityaddress] = _rOwned[charityaddress].add(rcharityfee) (#930)
- _tokenTransfer(from,to,amount,takeFee) (#1164)
- _rTotal = _rTotal.sub(rFee).sub(rBurn) (#977)
- _tokenTransfer(from,to,amount,takeFee) (#1164)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1041)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1297)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#916)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1274)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#918)
- _tOwned[charityaddress] = _tOwned[charityaddress].add(tcharityFee) (#1259)
- _tOwned[charityaddress] = _tOwned[charityaddress].add(tcharityFee) (#1308)
- _tOwned[charityaddress] = _tOwned[charityaddress].add(tcharityFee) (#1284)
- _tOwned[charityaddress] = _tOwned[charityaddress].add(tcharityFee) (#929)
- _tokenTransfer(from,to,amount,takeFee) (#1164)
- _tTotal = _tTotal.sub(tBurn) (#980)
Apply the check-effects-interactions pattern.

Additional information: link

Guardian._decimals (#736) should be constant
Guardian._name (#734) should be constant
Guardian._symbol (#735) should be constant
Guardian.numTokensSellToAddToLiquidity (#757) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

Guardian.addLiquidity(uint256,uint256) (#1210-1223) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1215-1222)
Ensure that all the return values of the function calls are used.

Additional information: link

Guardian.allowance(address,address).owner (#829) shadows:
- Ownable.owner() (#440-442) (function)
Guardian._approve(address,address,uint256).owner (#1108) shadows:
- Ownable.owner() (#440-442) (function)
Rename the local variables that shadow another component.

Additional information: link

Guardian.setTaxFeePercent(uint256) (#946-948) should emit an event for:
- _taxFee = taxFee (#947)
Guardian.setLiquidityFeePercent(uint256) (#950-952) should emit an event for:
- _liquidityFee = liquidityFee (#951)
Guardian.setBurnFeePercent(uint256) (#954-956) should emit an event for:
- _burnFee = burnfee (#955)
Guardian.setCharityFeePercent(uint256) (#958-960) should emit an event for:
- _charityFee = charityfee (#959)
Guardian.setMaxTxPercent(uint256) (#962-966) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#963-965)
Emit an event for critical parameter changes.

Additional information: link

Guardian.changecharitywallet(address)._newaddress (#1319) lacks a zero-check on :
- charityaddress = _newaddress (#1321)
Guardian.migrateBnb(address,uint256)._newadd (#1340) lacks a zero-check on :
- (success) = address(_newadd).call{value: amount}() (#1342)
Check that the address is not zero.

Additional information: link

Reentrancy in Guardian._transfer(address,address,uint256) (#1116-1165):
External calls:
- swapAndLiquify(contractTokenBalance) (#1152)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1215-1222)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1201-1207)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1152)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1215-1222)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1164)
- _burnFee = _previousburnFee (#1099)
- _burnFee = 0 (#1091)
- _tokenTransfer(from,to,amount,takeFee) (#1164)
- _charityFee = _previouscharityFee (#1100)
- _charityFee = 0 (#1092)
- _tokenTransfer(from,to,amount,takeFee) (#1164)
- _liquidityFee = _previousLiquidityFee (#1098)
- _liquidityFee = 0 (#1090)
- _tokenTransfer(from,to,amount,takeFee) (#1164)
- _previousLiquidityFee = _liquidityFee (#1084)
- _tokenTransfer(from,to,amount,takeFee) (#1164)
- _previousTaxFee = _taxFee (#1083)
- _tokenTransfer(from,to,amount,takeFee) (#1164)
- _previousburnFee = _burnFee (#1085)
- _tokenTransfer(from,to,amount,takeFee) (#1164)
- _previouscharityFee = _charityFee (#1086)
- _tokenTransfer(from,to,amount,takeFee) (#1164)
- _tBurnTotal = _tBurnTotal.add(tBurn) (#979)
- _tokenTransfer(from,to,amount,takeFee) (#1164)
- _tFeeTotal = _tFeeTotal.add(tFee) (#978)
- _tokenTransfer(from,to,amount,takeFee) (#1164)
- _taxFee = _previousTaxFee (#1097)
- _taxFee = 0 (#1089)
Reentrancy in Guardian.constructor() (#773-801):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#781-782)
State variables written after the call(s):
- _excluded.push(charityaddress) (#797)
- _isExcluded[charityaddress] = true (#796)
- _isExcludedFromFee[owner()] = true (#788)
- _isExcludedFromFee[address(this)] = true (#789)
- _isExcludedFromFee[charityaddress] = true (#792)
- uniswapV2Router = _uniswapV2Router (#785)
Reentrancy in Guardian.swapAndLiquify(uint256) (#1169-1190):
External calls:
- swapTokensForEth(half) (#1181)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1201-1207)
- addLiquidity(otherHalf,newBalance) (#1187)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1215-1222)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1187)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1215-1222)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1187)
- _allowances[owner][spender] = amount (#1112)
Reentrancy in Guardian.transferFrom(address,address,uint256) (#838-842):
External calls:
- _transfer(sender,recipient,amount) (#839)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1215-1222)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1201-1207)
External calls sending eth:
- _transfer(sender,recipient,amount) (#839)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1215-1222)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#840)
- _allowances[owner][spender] = amount (#1112)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Guardian._transfer(address,address,uint256) (#1116-1165):
External calls:
- swapAndLiquify(contractTokenBalance) (#1152)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1215-1222)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1201-1207)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1152)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1215-1222)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1266)
- _tokenTransfer(from,to,amount,takeFee) (#1164)
- Transfer(sender,recipient,tTransferAmount) (#1289)
- _tokenTransfer(from,to,amount,takeFee) (#1164)
- Transfer(sender,recipient,tTransferAmount) (#1315)
- _tokenTransfer(from,to,amount,takeFee) (#1164)
- Transfer(sender,recipient,tTransferAmount) (#935)
- _tokenTransfer(from,to,amount,takeFee) (#1164)
Reentrancy in Guardian.constructor() (#773-801):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#781-782)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#800)
Reentrancy in Guardian.swapAndLiquify(uint256) (#1169-1190):
External calls:
- swapTokensForEth(half) (#1181)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1201-1207)
- addLiquidity(otherHalf,newBalance) (#1187)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1215-1222)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1187)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1215-1222)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1113)
- addLiquidity(otherHalf,newBalance) (#1187)
- SwapAndLiquify(half,newBalance,otherHalf) (#1189)
Reentrancy in Guardian.transferFrom(address,address,uint256) (#838-842):
External calls:
- _transfer(sender,recipient,amount) (#839)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1215-1222)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1201-1207)
External calls sending eth:
- _transfer(sender,recipient,amount) (#839)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1215-1222)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1113)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#840)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#487-492) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#489)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#292-301) uses assembly
- INLINE ASM (#299)
Address._functionCallWithValue(address,bytes,uint256,string) (#385-406) uses assembly
- INLINE ASM (#398-401)
Do not use evm assembly.

Additional information: link

Guardian._transfer(address,address,uint256) (#1116-1165) compares to a boolean constant:
-require(bool,string)(blacklist[from] == false && blacklist[to] == false,Blacklist address found) (#1126)
Remove the equality to the boolean constant.

Additional information: link

Guardian.includeInReward(address) (#902-913) has costly operations inside a loop:
- _excluded.pop() (#909)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#385-406) is never used and should be removed
Address.functionCall(address,bytes) (#345-347) is never used and should be removed
Address.functionCall(address,bytes,string) (#355-357) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#370-372) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#380-383) is never used and should be removed
Address.isContract(address) (#292-301) is never used and should be removed
Address.sendValue(address,uint256) (#319-325) is never used and should be removed
Context._msgData() (#264-267) is never used and should be removed
SafeMath.mod(uint256,uint256) (#237-239) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#253-256) is never used and should be removed
Remove unused functions.

Additional information: link

Guardian._rTotal (#728) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
Guardian._previousTaxFee (#739) is set pre-construction with a non-constant function or state variable:
- _taxFee
Guardian._previousLiquidityFee (#742) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
Guardian._previousburnFee (#745) is set pre-construction with a non-constant function or state variable:
- _burnFee
Guardian._previouscharityFee (#748) 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) (#319-325):
- (success) = recipient.call{value: amount}() (#323)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#385-406):
- (success,returndata) = target.call{value: weiValue}(data) (#389)
Low level call in Guardian.migrateBnb(address,uint256) (#1340-1344):
- (success) = address(_newadd).call{value: amount}() (#1342)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#531) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#532) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#549) is not in mixedCase
Function IUniswapV2Router01.WETH() (#571) is not in mixedCase
Parameter Guardian.setSwapAndLiquifyEnabled(bool)._enabled (#968) is not in mixedCase
Parameter Guardian.calculateTaxFee(uint256)._amount (#1044) is not in mixedCase
Parameter Guardian.calculateLiquidityFee(uint256)._amount (#1050) is not in mixedCase
Parameter Guardian.calculateBurnFee(uint256)._amount (#1056) is not in mixedCase
Parameter Guardian.calculateCharityFee(uint256)._amount (#1062) is not in mixedCase
Parameter Guardian.addBlacklist(address)._defaulter (#1068) is not in mixedCase
Parameter Guardian.removeBlackList(address)._defaulter (#1074) is not in mixedCase
Parameter Guardian.changecharitywallet(address)._newaddress (#1319) is not in mixedCase
Parameter Guardian.migrateToken(address,uint256)._newadress (#1332) is not in mixedCase
Parameter Guardian.migrateToken(address,uint256)._amount (#1332) is not in mixedCase
Parameter Guardian.migrateBnb(address,uint256)._newadd (#1340) is not in mixedCase
Variable Guardian._taxFee (#738) is not in mixedCase
Variable Guardian._liquidityFee (#741) is not in mixedCase
Variable Guardian._burnFee (#744) is not in mixedCase
Variable Guardian._charityFee (#747) is not in mixedCase
Variable Guardian._maxTxAmount (#756) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

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

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#576) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#577)
Variable Guardian._charityFee (#747) is too similar to Guardian._getRValues(uint256,uint256,uint256,uint256).rcharityfee (#1009)
Variable Guardian._charityFee (#747) is too similar to Guardian._transferStandard(address,address,uint256).rcharityfee (#1258)
Variable Guardian._charityFee (#747) is too similar to Guardian._transferToExcluded(address,address,uint256).rcharityfee (#1283)
Variable Guardian._charityFee (#747) is too similar to Guardian._transferFromExcluded(address,address,uint256).rcharityfee (#1307)
Variable Guardian._charityFee (#747) is too similar to Guardian._transferStandard(address,address,uint256).tcharityFee (#1257)
Variable Guardian._charityFee (#747) is too similar to Guardian._getTValues(uint256).tcharityFee (#993)
Variable Guardian._charityFee (#747) is too similar to Guardian._transferToExcluded(address,address,uint256).tcharityFee (#1282)
Variable Guardian._charityFee (#747) is too similar to Guardian._transferFromExcluded(address,address,uint256).tcharityFee (#1306)
Variable Guardian._charityFee (#747) is too similar to Guardian._getRValues(uint256,uint256,uint256,uint256).tcharityFee (#1008)
Variable Guardian._transferStandard(address,address,uint256).rTransferAmount (#1247) is too similar to Guardian._transferBothExcluded(address,address,uint256).tTransferAmount (#915)
Variable Guardian._transferBothExcluded(address,address,uint256).rTransferAmount (#915) is too similar to Guardian._transferBothExcluded(address,address,uint256).tTransferAmount (#915)
Variable Guardian._transferToExcluded(address,address,uint256).rTransferAmount (#1272) is too similar to Guardian._transferFromExcluded(address,address,uint256).tTransferAmount (#1296)
Variable Guardian._transferToExcluded(address,address,uint256).rTransferAmount (#1272) is too similar to Guardian._getTValues(uint256).tTransferAmount (#997)
Variable Guardian._getValues(uint256).rTransferAmount (#985) is too similar to Guardian._transferBothExcluded(address,address,uint256).tTransferAmount (#915)
Variable Guardian._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1011) is too similar to Guardian._transferFromExcluded(address,address,uint256).tTransferAmount (#1296)
Variable Guardian._transferToExcluded(address,address,uint256).rTransferAmount (#1272) is too similar to Guardian._transferToExcluded(address,address,uint256).tTransferAmount (#1272)
Variable Guardian._transferStandard(address,address,uint256).rTransferAmount (#1247) is too similar to Guardian._transferFromExcluded(address,address,uint256).tTransferAmount (#1296)
Variable Guardian._transferBothExcluded(address,address,uint256).rTransferAmount (#915) is too similar to Guardian._transferFromExcluded(address,address,uint256).tTransferAmount (#1296)
Variable Guardian._transferBothExcluded(address,address,uint256).rTransferAmount (#915) is too similar to Guardian._getTValues(uint256).tTransferAmount (#997)
Variable Guardian._transferFromExcluded(address,address,uint256).rTransferAmount (#1296) is too similar to Guardian._transferFromExcluded(address,address,uint256).tTransferAmount (#1296)
Variable Guardian._transferStandard(address,address,uint256).rTransferAmount (#1247) is too similar to Guardian._transferStandard(address,address,uint256).tTransferAmount (#1247)
Variable Guardian._transferFromExcluded(address,address,uint256).rTransferAmount (#1296) is too similar to Guardian._getTValues(uint256).tTransferAmount (#997)
Variable Guardian._transferStandard(address,address,uint256).rTransferAmount (#1247) is too similar to Guardian._transferToExcluded(address,address,uint256).tTransferAmount (#1272)
Variable Guardian._getValues(uint256).rTransferAmount (#985) is too similar to Guardian._transferFromExcluded(address,address,uint256).tTransferAmount (#1296)
Variable Guardian._getValues(uint256).rTransferAmount (#985) is too similar to Guardian._getTValues(uint256).tTransferAmount (#997)
Variable Guardian._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1011) is too similar to Guardian._getTValues(uint256).tTransferAmount (#997)
Variable Guardian._transferStandard(address,address,uint256).rTransferAmount (#1247) is too similar to Guardian._getTValues(uint256).tTransferAmount (#997)
Variable Guardian.reflectionFromToken(uint256,bool).rTransferAmount (#881) is too similar to Guardian._transferBothExcluded(address,address,uint256).tTransferAmount (#915)
Variable Guardian.reflectionFromToken(uint256,bool).rTransferAmount (#881) is too similar to Guardian._transferFromExcluded(address,address,uint256).tTransferAmount (#1296)
Variable Guardian.reflectionFromToken(uint256,bool).rTransferAmount (#881) is too similar to Guardian._getTValues(uint256).tTransferAmount (#997)
Variable Guardian._transferToExcluded(address,address,uint256).rTransferAmount (#1272) is too similar to Guardian._transferBothExcluded(address,address,uint256).tTransferAmount (#915)
Variable Guardian._transferToExcluded(address,address,uint256).rTransferAmount (#1272) is too similar to Guardian._transferStandard(address,address,uint256).tTransferAmount (#1247)
Variable Guardian._charityFee (#747) is too similar to Guardian._transferBothExcluded(address,address,uint256).rcharityfee (#928)
Variable Guardian._transferToExcluded(address,address,uint256).rcharityfee (#1283) is too similar to Guardian._getRValues(uint256,uint256,uint256,uint256).tcharityFee (#1008)
Variable Guardian._transferToExcluded(address,address,uint256).rcharityfee (#1283) is too similar to Guardian._getTValues(uint256).tcharityFee (#993)
Variable Guardian._transferBothExcluded(address,address,uint256).rcharityfee (#928) is too similar to Guardian._transferToExcluded(address,address,uint256).tcharityFee (#1282)
Variable Guardian._transferStandard(address,address,uint256).rcharityfee (#1258) is too similar to Guardian._getRValues(uint256,uint256,uint256,uint256).tcharityFee (#1008)
Variable Guardian._transferStandard(address,address,uint256).rcharityfee (#1258) is too similar to Guardian._getTValues(uint256).tcharityFee (#993)
Variable Guardian._getRValues(uint256,uint256,uint256,uint256).rcharityfee (#1009) is too similar to Guardian._getTValues(uint256).tcharityFee (#993)
Variable Guardian._transferBothExcluded(address,address,uint256).rcharityfee (#928) is too similar to Guardian._transferFromExcluded(address,address,uint256).tcharityFee (#1306)
Variable Guardian._transferToExcluded(address,address,uint256).rcharityfee (#1283) is too similar to Guardian._transferFromExcluded(address,address,uint256).tcharityFee (#1306)
Variable Guardian._transferFromExcluded(address,address,uint256).rcharityfee (#1307) is too similar to Guardian._getTValues(uint256).tcharityFee (#993)
Variable Guardian._transferBothExcluded(address,address,uint256).rcharityfee (#928) is too similar to Guardian._getRValues(uint256,uint256,uint256,uint256).tcharityFee (#1008)
Variable Guardian._transferBothExcluded(address,address,uint256).rcharityfee (#928) is too similar to Guardian._transferStandard(address,address,uint256).tcharityFee (#1257)
Variable Guardian._transferFromExcluded(address,address,uint256).rcharityfee (#1307) is too similar to Guardian._getRValues(uint256,uint256,uint256,uint256).tcharityFee (#1008)
Variable Guardian._transferStandard(address,address,uint256).rcharityfee (#1258) is too similar to Guardian._transferFromExcluded(address,address,uint256).tcharityFee (#1306)
Variable Guardian._transferBothExcluded(address,address,uint256).rcharityfee (#928) is too similar to Guardian._getTValues(uint256).tcharityFee (#993)
Variable Guardian._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1011) is too similar to Guardian._getValues(uint256).tTransferAmount (#984)
Variable Guardian._transferFromExcluded(address,address,uint256).rTransferAmount (#1296) is too similar to Guardian._getValues(uint256).tTransferAmount (#984)
Variable Guardian._transferToExcluded(address,address,uint256).rTransferAmount (#1272) is too similar to Guardian._getValues(uint256).tTransferAmount (#984)
Variable Guardian._getValues(uint256).rTransferAmount (#985) is too similar to Guardian._transferStandard(address,address,uint256).tTransferAmount (#1247)
Variable Guardian._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1011) is too similar to Guardian._transferToExcluded(address,address,uint256).tTransferAmount (#1272)
Variable Guardian._transferFromExcluded(address,address,uint256).rTransferAmount (#1296) is too similar to Guardian._transferToExcluded(address,address,uint256).tTransferAmount (#1272)
Variable Guardian.reflectionFromToken(uint256,bool).rTransferAmount (#881) is too similar to Guardian._getValues(uint256).tTransferAmount (#984)
Variable Guardian.reflectionFromToken(uint256,bool).rTransferAmount (#881) is too similar to Guardian._transferToExcluded(address,address,uint256).tTransferAmount (#1272)
Variable Guardian._transferBothExcluded(address,address,uint256).rTransferAmount (#915) is too similar to Guardian._transferStandard(address,address,uint256).tTransferAmount (#1247)
Variable Guardian._getValues(uint256).rTransferAmount (#985) is too similar to Guardian._getValues(uint256).tTransferAmount (#984)
Variable Guardian._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1011) is too similar to Guardian._transferStandard(address,address,uint256).tTransferAmount (#1247)
Variable Guardian._transferFromExcluded(address,address,uint256).rTransferAmount (#1296) is too similar to Guardian._transferStandard(address,address,uint256).tTransferAmount (#1247)
Variable Guardian._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1011) is too similar to Guardian._transferBothExcluded(address,address,uint256).tTransferAmount (#915)
Variable Guardian._getValues(uint256).rTransferAmount (#985) is too similar to Guardian._transferToExcluded(address,address,uint256).tTransferAmount (#1272)
Variable Guardian._transferFromExcluded(address,address,uint256).rTransferAmount (#1296) is too similar to Guardian._transferBothExcluded(address,address,uint256).tTransferAmount (#915)
Variable Guardian._transferBothExcluded(address,address,uint256).rTransferAmount (#915) is too similar to Guardian._getValues(uint256).tTransferAmount (#984)
Variable Guardian.reflectionFromToken(uint256,bool).rTransferAmount (#881) is too similar to Guardian._transferStandard(address,address,uint256).tTransferAmount (#1247)
Variable Guardian._transferStandard(address,address,uint256).rTransferAmount (#1247) is too similar to Guardian._getValues(uint256).tTransferAmount (#984)
Variable Guardian._transferBothExcluded(address,address,uint256).rTransferAmount (#915) is too similar to Guardian._transferToExcluded(address,address,uint256).tTransferAmount (#1272)
Variable Guardian._charityFee (#747) is too similar to Guardian._transferBothExcluded(address,address,uint256).tcharityFee (#927)
Variable Guardian._transferFromExcluded(address,address,uint256).rcharityfee (#1307) is too similar to Guardian._transferStandard(address,address,uint256).tcharityFee (#1257)
Variable Guardian._getRValues(uint256,uint256,uint256,uint256).rcharityfee (#1009) is too similar to Guardian._transferFromExcluded(address,address,uint256).tcharityFee (#1306)
Variable Guardian._getRValues(uint256,uint256,uint256,uint256).rcharityfee (#1009) is too similar to Guardian._transferToExcluded(address,address,uint256).tcharityFee (#1282)
Variable Guardian._getRValues(uint256,uint256,uint256,uint256).rcharityfee (#1009) is too similar to Guardian._transferBothExcluded(address,address,uint256).tcharityFee (#927)
Variable Guardian._transferStandard(address,address,uint256).rcharityfee (#1258) is too similar to Guardian._transferToExcluded(address,address,uint256).tcharityFee (#1282)
Variable Guardian._transferStandard(address,address,uint256).rcharityfee (#1258) is too similar to Guardian._transferBothExcluded(address,address,uint256).tcharityFee (#927)
Variable Guardian._getRValues(uint256,uint256,uint256,uint256).rcharityfee (#1009) is too similar to Guardian._transferStandard(address,address,uint256).tcharityFee (#1257)
Variable Guardian._transferStandard(address,address,uint256).rcharityfee (#1258) is too similar to Guardian._transferStandard(address,address,uint256).tcharityFee (#1257)
Variable Guardian._transferFromExcluded(address,address,uint256).rcharityfee (#1307) is too similar to Guardian._transferFromExcluded(address,address,uint256).tcharityFee (#1306)
Variable Guardian._getRValues(uint256,uint256,uint256,uint256).rcharityfee (#1009) is too similar to Guardian._getRValues(uint256,uint256,uint256,uint256).tcharityFee (#1008)
Variable Guardian._transferToExcluded(address,address,uint256).rcharityfee (#1283) is too similar to Guardian._transferStandard(address,address,uint256).tcharityFee (#1257)
Variable Guardian._transferBothExcluded(address,address,uint256).rcharityfee (#928) is too similar to Guardian._transferBothExcluded(address,address,uint256).tcharityFee (#927)
Variable Guardian._transferToExcluded(address,address,uint256).rcharityfee (#1283) is too similar to Guardian._transferToExcluded(address,address,uint256).tcharityFee (#1282)
Variable Guardian._transferToExcluded(address,address,uint256).rcharityfee (#1283) is too similar to Guardian._transferBothExcluded(address,address,uint256).tcharityFee (#927)
Variable Guardian._transferFromExcluded(address,address,uint256).rcharityfee (#1307) is too similar to Guardian._transferToExcluded(address,address,uint256).tcharityFee (#1282)
Variable Guardian._transferFromExcluded(address,address,uint256).rcharityfee (#1307) is too similar to Guardian._transferBothExcluded(address,address,uint256).tcharityFee (#927)
Prevent variables from having similar names.

Additional information: link

Guardian.slitherConstructorVariables() (#709-1350) uses literals with too many digits:
- _tTotal = 50000000 * 10 ** 18 (#727)
Guardian.slitherConstructorVariables() (#709-1350) uses literals with too many digits:
- _maxTxAmount = 50000000 * 10 ** 18 (#756)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#459-462)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#468-472)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#474-476)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#479-484)
unlock() should be declared external:
- Ownable.unlock() (#487-492)
name() should be declared external:
- Guardian.name() (#803-805)
symbol() should be declared external:
- Guardian.symbol() (#807-809)
decimals() should be declared external:
- Guardian.decimals() (#811-813)
totalSupply() should be declared external:
- Guardian.totalSupply() (#815-817)
transfer(address,uint256) should be declared external:
- Guardian.transfer(address,uint256) (#824-827)
allowance(address,address) should be declared external:
- Guardian.allowance(address,address) (#829-831)
approve(address,uint256) should be declared external:
- Guardian.approve(address,uint256) (#833-836)
transferFrom(address,address,uint256) should be declared external:
- Guardian.transferFrom(address,address,uint256) (#838-842)
increaseAllowance(address,uint256) should be declared external:
- Guardian.increaseAllowance(address,uint256) (#844-847)
decreaseAllowance(address,uint256) should be declared external:
- Guardian.decreaseAllowance(address,uint256) (#849-852)
isExcludedFromReward(address) should be declared external:
- Guardian.isExcludedFromReward(address) (#854-856)
totalFees() should be declared external:
- Guardian.totalFees() (#858-860)
totalBurn() should be declared external:
- Guardian.totalBurn() (#862-864)
deliver(uint256) should be declared external:
- Guardian.deliver(uint256) (#866-873)
reflectionFromToken(uint256,bool) should be declared external:
- Guardian.reflectionFromToken(uint256,bool) (#875-884)
excludeFromReward(address) should be declared external:
- Guardian.excludeFromReward(address) (#892-900)
excludeFromFee(address) should be declared external:
- Guardian.excludeFromFee(address) (#938-940)
includeInFee(address) should be declared external:
- Guardian.includeInFee(address) (#942-944)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Guardian.setSwapAndLiquifyEnabled(bool) (#968-971)
addBlacklist(address) should be declared external:
- Guardian.addBlacklist(address) (#1068-1071)
removeBlackList(address) should be declared external:
- Guardian.removeBlackList(address) (#1074-1077)
isExcludedFromFee(address) should be declared external:
- Guardian.isExcludedFromFee(address) (#1104-1106)
changecharitywallet(address) should be declared external:
- Guardian.changecharitywallet(address) (#1319-1329)
migrateToken(address,uint256) should be declared external:
- Guardian.migrateToken(address,uint256) (#1332-1337)
migrateBnb(address,uint256) should be declared external:
- Guardian.migrateBnb(address,uint256) (#1340-1344)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token is deployed only at one blockchain

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


Last post in Twitter was more than 30 days ago


Unable to find Youtube account


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

Additional information: link


Unable to find token contract audit


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


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

Price for GUARD

News for GUARD