SlackDoge Token Logo

SLKD [SlackDoge] Token

About SLKD

Listings

Token 2 years

SLACKDOGE is a community focused DeFi token powered by the Binance Smart Chain. Our professional team is dedicated to achieving every phase on our mission to the moon and beyond.

SLACKDOGE smart contract unique buyback mechanism and the lower tax usage brings a real return on investment to it’s loyal community!

Social

Laser Scorebeta Last Audit: 22 December 2021

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

Anti-Scam

Links


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

Reentrancy in SlackDoge._transfer(address,address,uint256) (#632-670):
External calls:
- swapTokens(contractTokenBalance) (#650)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#699-705)
- buyBackTokens(balance.div(100)) (#658)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,projectFund,block.timestamp.add(300)) (#717-722)
External calls sending eth:
- swapTokens(contractTokenBalance) (#650)
- recipient.transfer(amount) (#937)
- buyBackTokens(balance.div(100)) (#658)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,projectFund,block.timestamp.add(300)) (#717-722)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#669)
- _liquidityFee = _previousLiquidityFee (#875)
- _liquidityFee = 0 (#870)
- _tokenTransfer(from,to,amount,takeFee) (#669)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#846)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#762)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#771)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#763)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#782)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#792)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#773)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#783)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#794)
- _tokenTransfer(from,to,amount,takeFee) (#669)
- _rTotal = _rTotal.sub(rFee) (#801)
- _tokenTransfer(from,to,amount,takeFee) (#669)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#848)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#781)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#791)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#772)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#793)
- buyBackTokens(balance.div(100)) (#658)
- inSwapAndLiquify = true (#485)
- inSwapAndLiquify = false (#487)
Apply the check-effects-interactions pattern.

Additional information: link

Redundant expression "this (#20)" inContext (#14-23)
Remove redundant statements if they congest code but offer no value.

Additional information: link

SlackDoge.includeInReward(address) (#611-622) has costly operations inside a loop:
- _excluded.pop() (#618)
Use a local variable to hold the loop computation result.

Additional information: link

SlackDoge.swapTokens(uint256) (#672-681) performs a multiplication on the result of a division:
-transferToAddressETH(marketingAddress,transferredBalance.div(_liquidityFee).mul(marketingDivisor)) (#679)
Consider ordering multiplication before division.

Additional information: link

SlackDoge.addLiquidity(uint256,uint256) (#727-740) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
Ensure that all the return values of the function calls are used.

Additional information: link

SlackDoge.allowance(address,address).owner (#533) shadows:
- Ownable.owner() (#163-165) (function)
SlackDoge._approve(address,address,uint256).owner (#624) shadows:
- Ownable.owner() (#163-165) (function)
Rename the local variables that shadow another component.

Additional information: link

SlackDoge.setTaxFeePercent(uint256) (#890-892) should emit an event for:
- _taxFee = taxFee (#891)
SlackDoge.setLiquidityFeePercent(uint256) (#894-896) should emit an event for:
- _liquidityFee = liquidityFee (#895)
SlackDoge.setMaxTxAmount(uint256) (#898-900) should emit an event for:
- _maxTxAmount = maxTxAmount (#899)
SlackDoge.setMarketingDivisor(uint256) (#902-904) should emit an event for:
- marketingDivisor = divisor (#903)
SlackDoge.setNumTokensSellToAddToLiquidity(uint256) (#906-908) should emit an event for:
- minimumTokensBeforeSwap = _minimumTokensBeforeSwap (#907)
SlackDoge.setBuybackUpperLimit(uint256) (#910-912) should emit an event for:
- buyBackUpperLimit = buyBackLimit * 10 ** 15 (#911)
Emit an event for critical parameter changes.

Additional information: link

SlackDoge.setMarketingAddress(address)._marketingAddress (#914) lacks a zero-check on :
- marketingAddress = address(_marketingAddress) (#915)
Check that the address is not zero.

Additional information: link

Reentrancy in SlackDoge._transfer(address,address,uint256) (#632-670):
External calls:
- swapTokens(contractTokenBalance) (#650)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#699-705)
- buyBackTokens(balance.div(100)) (#658)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,projectFund,block.timestamp.add(300)) (#717-722)
External calls sending eth:
- swapTokens(contractTokenBalance) (#650)
- recipient.transfer(amount) (#937)
- buyBackTokens(balance.div(100)) (#658)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,projectFund,block.timestamp.add(300)) (#717-722)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#669)
- _previousLiquidityFee = _liquidityFee (#867)
- _tokenTransfer(from,to,amount,takeFee) (#669)
- _previousTaxFee = _taxFee (#866)
- _tokenTransfer(from,to,amount,takeFee) (#669)
- _tFeeTotal = _tFeeTotal.add(tFee) (#802)
- _tokenTransfer(from,to,amount,takeFee) (#669)
- _taxFee = _previousTaxFee (#874)
- _taxFee = 0 (#869)
Reentrancy in SlackDoge.constructor() (#490-504):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#494-495)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#500)
- _isExcludedFromFee[address(this)] = true (#501)
- uniswapV2Router = _uniswapV2Router (#497)
Reentrancy in SlackDoge.transferFrom(address,address,uint256) (#542-546):
External calls:
- _transfer(sender,recipient,amount) (#543)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,projectFund,block.timestamp.add(300)) (#717-722)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#699-705)
External calls sending eth:
- _transfer(sender,recipient,amount) (#543)
- recipient.transfer(amount) (#937)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,projectFund,block.timestamp.add(300)) (#717-722)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#544)
- _allowances[owner][spender] = amount (#628)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in SlackDoge._transfer(address,address,uint256) (#632-670):
External calls:
- swapTokens(contractTokenBalance) (#650)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#699-705)
- buyBackTokens(balance.div(100)) (#658)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,projectFund,block.timestamp.add(300)) (#717-722)
External calls sending eth:
- swapTokens(contractTokenBalance) (#650)
- recipient.transfer(amount) (#937)
- buyBackTokens(balance.div(100)) (#658)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,projectFund,block.timestamp.add(300)) (#717-722)
Event emitted after the call(s):
- SwapETHForTokens(amount,path) (#724)
- buyBackTokens(balance.div(100)) (#658)
- Transfer(sender,recipient,tTransferAmount) (#766)
- _tokenTransfer(from,to,amount,takeFee) (#669)
- Transfer(sender,recipient,tTransferAmount) (#776)
- _tokenTransfer(from,to,amount,takeFee) (#669)
- Transfer(sender,recipient,tTransferAmount) (#786)
- _tokenTransfer(from,to,amount,takeFee) (#669)
- Transfer(sender,recipient,tTransferAmount) (#797)
- _tokenTransfer(from,to,amount,takeFee) (#669)
Reentrancy in SlackDoge.constructor() (#490-504):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#494-495)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#503)
Reentrancy in SlackDoge.swapETHForTokens(uint256) (#710-725):
External calls:
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,projectFund,block.timestamp.add(300)) (#717-722)
Event emitted after the call(s):
- SwapETHForTokens(amount,path) (#724)
Reentrancy in SlackDoge.swapTokensForEth(uint256) (#690-708):
External calls:
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#699-705)
Event emitted after the call(s):
- SwapTokensForETH(tokenAmount,path) (#707)
Reentrancy in SlackDoge.transferFrom(address,address,uint256) (#542-546):
External calls:
- _transfer(sender,recipient,amount) (#543)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,projectFund,block.timestamp.add(300)) (#717-722)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#699-705)
External calls sending eth:
- _transfer(sender,recipient,amount) (#543)
- recipient.transfer(amount) (#937)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,projectFund,block.timestamp.add(300)) (#717-722)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#629)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#544)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#96-102) uses assembly
- INLINE ASM (#100)
Address._functionCallWithValue(address,bytes,uint256,string) (#130-147) uses assembly
- INLINE ASM (#139-142)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#130-147) is never used and should be removed
Address.functionCall(address,bytes) (#113-115) is never used and should be removed
Address.functionCall(address,bytes,string) (#117-119) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#121-123) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#125-128) is never used and should be removed
Address.isContract(address) (#96-102) is never used and should be removed
Address.sendValue(address,uint256) (#104-110) is never used and should be removed
Context._msgData() (#19-22) is never used and should be removed
SafeMath.mod(uint256,uint256) (#84-86) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#88-91) is never used and should be removed
SlackDoge.addLiquidity(uint256,uint256) (#727-740) is never used and should be removed
Remove unused functions.

Additional information: link

SlackDoge._rTotal (#437) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
SlackDoge._previousTaxFee (#446) is set pre-construction with a non-constant function or state variable:
- _taxFee
SlackDoge._previousLiquidityFee (#449) 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

Low level call in Address.sendValue(address,uint256) (#104-110):
- (success) = recipient.call{value: amount}() (#108)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#130-147):
- (success,returndata) = target.call{value: weiValue}(data) (#133)
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() (#244) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#245) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#261) is not in mixedCase
Function IUniswapV2Router01.WETH() (#282) is not in mixedCase
Parameter SlackDoge.calculateTaxFee(uint256)._amount (#851) is not in mixedCase
Parameter SlackDoge.calculateLiquidityFee(uint256)._amount (#857) is not in mixedCase
Parameter SlackDoge.setNumTokensSellToAddToLiquidity(uint256)._minimumTokensBeforeSwap (#906) is not in mixedCase
Parameter SlackDoge.setMarketingAddress(address)._marketingAddress (#914) is not in mixedCase
Parameter SlackDoge.setSwapAndLiquifyEnabled(bool)._enabled (#918) is not in mixedCase
Parameter SlackDoge.setBuyBackEnabled(bool)._enabled (#923) is not in mixedCase
Variable SlackDoge._taxFee (#445) is not in mixedCase
Variable SlackDoge._liquidityFee (#448) is not in mixedCase
Variable SlackDoge._maxTxAmount (#453) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Reentrancy in SlackDoge._transfer(address,address,uint256) (#632-670):
External calls:
- swapTokens(contractTokenBalance) (#650)
- recipient.transfer(amount) (#937)
External calls sending eth:
- swapTokens(contractTokenBalance) (#650)
- recipient.transfer(amount) (#937)
- buyBackTokens(balance.div(100)) (#658)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,projectFund,block.timestamp.add(300)) (#717-722)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#669)
- _liquidityFee = _previousLiquidityFee (#875)
- _liquidityFee = 0 (#870)
- _tokenTransfer(from,to,amount,takeFee) (#669)
- _previousLiquidityFee = _liquidityFee (#867)
- _tokenTransfer(from,to,amount,takeFee) (#669)
- _previousTaxFee = _taxFee (#866)
- _tokenTransfer(from,to,amount,takeFee) (#669)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#846)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#762)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#771)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#763)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#782)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#792)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#773)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#783)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#794)
- _tokenTransfer(from,to,amount,takeFee) (#669)
- _rTotal = _rTotal.sub(rFee) (#801)
- _tokenTransfer(from,to,amount,takeFee) (#669)
- _tFeeTotal = _tFeeTotal.add(tFee) (#802)
- _tokenTransfer(from,to,amount,takeFee) (#669)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#848)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#781)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#791)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#772)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#793)
- _tokenTransfer(from,to,amount,takeFee) (#669)
- _taxFee = _previousTaxFee (#874)
- _taxFee = 0 (#869)
- buyBackTokens(balance.div(100)) (#658)
- inSwapAndLiquify = true (#485)
- inSwapAndLiquify = false (#487)
Event emitted after the call(s):
- SwapETHForTokens(amount,path) (#724)
- buyBackTokens(balance.div(100)) (#658)
- Transfer(sender,recipient,tTransferAmount) (#766)
- _tokenTransfer(from,to,amount,takeFee) (#669)
- Transfer(sender,recipient,tTransferAmount) (#776)
- _tokenTransfer(from,to,amount,takeFee) (#669)
- Transfer(sender,recipient,tTransferAmount) (#786)
- _tokenTransfer(from,to,amount,takeFee) (#669)
- Transfer(sender,recipient,tTransferAmount) (#797)
- _tokenTransfer(from,to,amount,takeFee) (#669)
Reentrancy in SlackDoge.transferFrom(address,address,uint256) (#542-546):
External calls:
- _transfer(sender,recipient,amount) (#543)
- recipient.transfer(amount) (#937)
External calls sending eth:
- _transfer(sender,recipient,amount) (#543)
- recipient.transfer(amount) (#937)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,projectFund,block.timestamp.add(300)) (#717-722)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#544)
- _allowances[owner][spender] = amount (#628)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#629)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#544)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#287) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#288)
Variable SlackDoge.reflectionFromToken(uint256,bool).rTransferAmount (#590) is too similar to SlackDoge._getValues(uint256).tTransferAmount (#806)
Variable SlackDoge._transferToExcluded(address,address,uint256).rTransferAmount (#770) is too similar to SlackDoge._transferToExcluded(address,address,uint256).tTransferAmount (#770)
Variable SlackDoge._getValues(uint256).rTransferAmount (#807) is too similar to SlackDoge._getTValues(uint256).tTransferAmount (#814)
Variable SlackDoge._transferToExcluded(address,address,uint256).rTransferAmount (#770) is too similar to SlackDoge._transferBothExcluded(address,address,uint256).tTransferAmount (#790)
Variable SlackDoge._transferToExcluded(address,address,uint256).rTransferAmount (#770) is too similar to SlackDoge._transferFromExcluded(address,address,uint256).tTransferAmount (#780)
Variable SlackDoge._getValues(uint256).rTransferAmount (#807) is too similar to SlackDoge._getValues(uint256).tTransferAmount (#806)
Variable SlackDoge._transferFromExcluded(address,address,uint256).rTransferAmount (#780) is too similar to SlackDoge._getValues(uint256).tTransferAmount (#806)
Variable SlackDoge._transferStandard(address,address,uint256).rTransferAmount (#761) is too similar to SlackDoge._transferToExcluded(address,address,uint256).tTransferAmount (#770)
Variable SlackDoge._transferStandard(address,address,uint256).rTransferAmount (#761) is too similar to SlackDoge._transferBothExcluded(address,address,uint256).tTransferAmount (#790)
Variable SlackDoge._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#822) is too similar to SlackDoge._transferBothExcluded(address,address,uint256).tTransferAmount (#790)
Variable SlackDoge._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#822) is too similar to SlackDoge._transferToExcluded(address,address,uint256).tTransferAmount (#770)
Variable SlackDoge._transferStandard(address,address,uint256).rTransferAmount (#761) is too similar to SlackDoge._transferFromExcluded(address,address,uint256).tTransferAmount (#780)
Variable SlackDoge._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#822) is too similar to SlackDoge._transferFromExcluded(address,address,uint256).tTransferAmount (#780)
Variable SlackDoge.reflectionFromToken(uint256,bool).rTransferAmount (#590) is too similar to SlackDoge._transferToExcluded(address,address,uint256).tTransferAmount (#770)
Variable SlackDoge.reflectionFromToken(uint256,bool).rTransferAmount (#590) is too similar to SlackDoge._transferBothExcluded(address,address,uint256).tTransferAmount (#790)
Variable SlackDoge.reflectionFromToken(uint256,bool).rTransferAmount (#590) is too similar to SlackDoge._transferFromExcluded(address,address,uint256).tTransferAmount (#780)
Variable SlackDoge._transferBothExcluded(address,address,uint256).rTransferAmount (#790) is too similar to SlackDoge._transferBothExcluded(address,address,uint256).tTransferAmount (#790)
Variable SlackDoge._getValues(uint256).rTransferAmount (#807) is too similar to SlackDoge._transferToExcluded(address,address,uint256).tTransferAmount (#770)
Variable SlackDoge._getValues(uint256).rTransferAmount (#807) is too similar to SlackDoge._transferBothExcluded(address,address,uint256).tTransferAmount (#790)
Variable SlackDoge._getValues(uint256).rTransferAmount (#807) is too similar to SlackDoge._transferFromExcluded(address,address,uint256).tTransferAmount (#780)
Variable SlackDoge._transferToExcluded(address,address,uint256).rTransferAmount (#770) is too similar to SlackDoge._getValues(uint256).tTransferAmount (#806)
Variable SlackDoge._transferFromExcluded(address,address,uint256).rTransferAmount (#780) is too similar to SlackDoge._transferToExcluded(address,address,uint256).tTransferAmount (#770)
Variable SlackDoge._transferFromExcluded(address,address,uint256).rTransferAmount (#780) is too similar to SlackDoge._transferBothExcluded(address,address,uint256).tTransferAmount (#790)
Variable SlackDoge._transferStandard(address,address,uint256).rTransferAmount (#761) is too similar to SlackDoge._getTValues(uint256).tTransferAmount (#814)
Variable SlackDoge._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#822) is too similar to SlackDoge._getTValues(uint256).tTransferAmount (#814)
Variable SlackDoge._transferFromExcluded(address,address,uint256).rTransferAmount (#780) is too similar to SlackDoge._transferFromExcluded(address,address,uint256).tTransferAmount (#780)
Variable SlackDoge._transferStandard(address,address,uint256).rTransferAmount (#761) is too similar to SlackDoge._getValues(uint256).tTransferAmount (#806)
Variable SlackDoge._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#822) is too similar to SlackDoge._getValues(uint256).tTransferAmount (#806)
Variable SlackDoge._transferStandard(address,address,uint256).rTransferAmount (#761) is too similar to SlackDoge._transferStandard(address,address,uint256).tTransferAmount (#761)
Variable SlackDoge._getValues(uint256).rTransferAmount (#807) is too similar to SlackDoge._transferStandard(address,address,uint256).tTransferAmount (#761)
Variable SlackDoge._transferBothExcluded(address,address,uint256).rTransferAmount (#790) is too similar to SlackDoge._transferToExcluded(address,address,uint256).tTransferAmount (#770)
Variable SlackDoge._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#822) is too similar to SlackDoge._transferStandard(address,address,uint256).tTransferAmount (#761)
Variable SlackDoge.reflectionFromToken(uint256,bool).rTransferAmount (#590) is too similar to SlackDoge._getTValues(uint256).tTransferAmount (#814)
Variable SlackDoge.reflectionFromToken(uint256,bool).rTransferAmount (#590) is too similar to SlackDoge._transferStandard(address,address,uint256).tTransferAmount (#761)
Variable SlackDoge._transferBothExcluded(address,address,uint256).rTransferAmount (#790) is too similar to SlackDoge._getTValues(uint256).tTransferAmount (#814)
Variable SlackDoge._transferToExcluded(address,address,uint256).rTransferAmount (#770) is too similar to SlackDoge._getTValues(uint256).tTransferAmount (#814)
Variable SlackDoge._transferToExcluded(address,address,uint256).rTransferAmount (#770) is too similar to SlackDoge._transferStandard(address,address,uint256).tTransferAmount (#761)
Variable SlackDoge._transferBothExcluded(address,address,uint256).rTransferAmount (#790) is too similar to SlackDoge._transferStandard(address,address,uint256).tTransferAmount (#761)
Variable SlackDoge._transferFromExcluded(address,address,uint256).rTransferAmount (#780) is too similar to SlackDoge._getTValues(uint256).tTransferAmount (#814)
Variable SlackDoge._transferFromExcluded(address,address,uint256).rTransferAmount (#780) is too similar to SlackDoge._transferStandard(address,address,uint256).tTransferAmount (#761)
Variable SlackDoge._transferBothExcluded(address,address,uint256).rTransferAmount (#790) is too similar to SlackDoge._getValues(uint256).tTransferAmount (#806)
Variable SlackDoge._transferBothExcluded(address,address,uint256).rTransferAmount (#790) is too similar to SlackDoge._transferFromExcluded(address,address,uint256).tTransferAmount (#780)
Prevent variables from having similar names.

Additional information: link

SlackDoge._decimals (#442) should be constant
SlackDoge._name (#440) should be constant
SlackDoge._symbol (#441) should be constant
SlackDoge._tTotal (#436) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#172-175)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#177-181)
getUnlockTime() should be declared external:
- Ownable.getUnlockTime() (#183-185)
getTime() should be declared external:
- Ownable.getTime() (#187-189)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#191-196)
unlock() should be declared external:
- Ownable.unlock() (#198-203)
name() should be declared external:
- SlackDoge.name() (#506-508)
symbol() should be declared external:
- SlackDoge.symbol() (#510-512)
decimals() should be declared external:
- SlackDoge.decimals() (#514-516)
totalSupply() should be declared external:
- SlackDoge.totalSupply() (#518-520)
transfer(address,uint256) should be declared external:
- SlackDoge.transfer(address,uint256) (#527-530)
allowance(address,address) should be declared external:
- SlackDoge.allowance(address,address) (#533-535)
approve(address,uint256) should be declared external:
- SlackDoge.approve(address,uint256) (#537-540)
transferFrom(address,address,uint256) should be declared external:
- SlackDoge.transferFrom(address,address,uint256) (#542-546)
increaseAllowance(address,uint256) should be declared external:
- SlackDoge.increaseAllowance(address,uint256) (#548-551)
decreaseAllowance(address,uint256) should be declared external:
- SlackDoge.decreaseAllowance(address,uint256) (#553-556)
isExcludedFromReward(address) should be declared external:
- SlackDoge.isExcludedFromReward(address) (#558-560)
totalFees() should be declared external:
- SlackDoge.totalFees() (#562-564)
minimumTokensBeforeSwapAmount() should be declared external:
- SlackDoge.minimumTokensBeforeSwapAmount() (#566-568)
buyBackUpperLimitAmount() should be declared external:
- SlackDoge.buyBackUpperLimitAmount() (#570-572)
deliver(uint256) should be declared external:
- SlackDoge.deliver(uint256) (#574-581)
reflectionFromToken(uint256,bool) should be declared external:
- SlackDoge.reflectionFromToken(uint256,bool) (#584-593)
excludeFromReward(address) should be declared external:
- SlackDoge.excludeFromReward(address) (#601-609)
isExcludedFromFee(address) should be declared external:
- SlackDoge.isExcludedFromFee(address) (#878-880)
excludeFromFee(address) should be declared external:
- SlackDoge.excludeFromFee(address) (#882-884)
includeInFee(address) should be declared external:
- SlackDoge.includeInFee(address) (#886-888)
setBuyBackEnabled(bool) should be declared external:
- SlackDoge.setBuyBackEnabled(bool) (#923-926)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


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


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


Unable to find PancakeSwap trading pair to compute number of swaps.


Last post in Twitter was more than 180 days ago


Telegram account has relatively few subscribers


Twitter account has relatively few followers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Twitter account has few posts


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/project description on the website or on BscScan, CoinMarketCap


Unable to find token contract audit


Unable to verify token contract address on the website


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


Unable to find code repository for the project


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


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

Price for SLKD

News for SLKD