DiamondsAlaskaMalamute Token Logo

DAM [DiamondsAlaskaMalamute] Token

About DAM

Listings

Token 3 years
white paper

Alaska Inu is a decentralized community experiment built on Binance Smart Chain. Diamonds Alaska Malamute(DAM) is Alaska Inu’s governance token, which is community driven meme token.

Laser Scorebeta Last Audit: 7 December 2021

report
Token is either risky or in presale. For presale 30+ is a fine score.

Anti-Scam

Links


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

Reentrancy in DiamondsAlaskaMalamute._transfer(address,address,uint256) (#999-1052):
External calls:
- swapAndLiquify(contractTokenBalance) (#1030)
- usdt.approve(address(uniswapV2Router),usdtAmount) (#1119)
- uniswapV2Router.addLiquidity(address(this),address(usdt),tokenAmount,usdtAmount,0,0,blackHole,block.timestamp) (#1121-1130)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(wrap),block.timestamp) (#1087-1093)
- wrap.withdraw() (#1095)
- IFomo(fomoReceiver).transferNotify(to) (#1043)
- IFomo(fomoReceiver).swap() (#1046)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#949)
- _rOwned[devReceiver] = _rOwned[devReceiver].add(rDev) (#953)
- _rOwned[sender] = _rOwned[sender].sub(rAmount,sub1 rAmount) (#1172)
- _rOwned[sender] = _rOwned[sender].sub(rAmount,sub2 rAmount) (#1186)
- _rOwned[sender] = _rOwned[sender].sub(rAmount,sub3 rAmount) (#1202)
- _rOwned[sender] = _rOwned[sender].sub(rAmount,sub4 rAmount) (#1217)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1173)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1188)
- _rOwned[fomoReceiver] = _rOwned[fomoReceiver].add(rFomo) (#957)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1203)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1219)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- _rTotal = _rTotal.sub(rFee,reflect fee) (#905)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#951)
- _tOwned[sender] = _tOwned[sender].sub(tAmount,sub4 tAmount) (#1216)
- _tOwned[devReceiver] = _tOwned[devReceiver].add(tDev) (#955)
- _tOwned[sender] = _tOwned[sender].sub(tAmount,sub3 tAmount) (#1201)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1187)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1218)
- _tOwned[fomoReceiver] = _tOwned[fomoReceiver].add(tFomo) (#959)
Apply the check-effects-interactions pattern.

Additional information: link

DiamondsAlaskaMalamute.addLiquidityUsdt(uint256,uint256) (#1116-1131) ignores return value by usdt.approve(address(uniswapV2Router),usdtAmount) (#1119)
DiamondsAlaskaMalamute.addLiquidityUsdt(uint256,uint256) (#1116-1131) ignores return value by uniswapV2Router.addLiquidity(address(this),address(usdt),tokenAmount,usdtAmount,0,0,blackHole,block.timestamp) (#1121-1130)
DiamondsAlaskaMalamute.addLiquidity(uint256,uint256) (#1133-1146) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,blackHole,block.timestamp) (#1138-1145)
Ensure that all the return values of the function calls are used.

Additional information: link

DiamondsAlaskaMalamute.allowance(address,address).owner (#817) shadows:
- Ownable.owner() (#412-414) (function)
DiamondsAlaskaMalamute._approve(address,address,uint256).owner (#991) shadows:
- Ownable.owner() (#412-414) (function)
Rename the local variables that shadow another component.

Additional information: link

DiamondsAlaskaMalamute.setMaxTxPercent(uint256) (#890-894) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#891-893)
Emit an event for critical parameter changes.

Additional information: link

DiamondsAlaskaMalamute.constructor(address)._devReceiver (#753) lacks a zero-check on :
- devReceiver = _devReceiver (#755)
DiamondsAlaskaMalamute.setDev(address)._dev (#773) lacks a zero-check on :
- devReceiver = _dev (#775)
DiamondsAlaskaMalamute.setFomo(address)._fomo (#779) lacks a zero-check on :
- fomoReceiver = _fomo (#781)
Check that the address is not zero.

Additional information: link

Reentrancy in DiamondsAlaskaMalamute._transfer(address,address,uint256) (#999-1052):
External calls:
- swapAndLiquify(contractTokenBalance) (#1030)
- usdt.approve(address(uniswapV2Router),usdtAmount) (#1119)
- uniswapV2Router.addLiquidity(address(this),address(usdt),tokenAmount,usdtAmount,0,0,blackHole,block.timestamp) (#1121-1130)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(wrap),block.timestamp) (#1087-1093)
- wrap.withdraw() (#1095)
- IFomo(fomoReceiver).transferNotify(to) (#1043)
- IFomo(fomoReceiver).swap() (#1046)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- feeIt = true (#984)
- feeIt = false (#980)
Reentrancy in DiamondsAlaskaMalamute.constructor(address) (#753-771):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),address(usdt)) (#759-760)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#766)
- _isExcludedFromFee[address(this)] = true (#767)
- _isExcludedFromFee[_devReceiver] = true (#768)
- uniswapV2Router = _uniswapV2Router (#763)
Reentrancy in DiamondsAlaskaMalamute.swapAndLiquify(uint256) (#1054-1076):
External calls:
- swapTokensForUsdt(half) (#1066)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(wrap),block.timestamp) (#1087-1093)
- wrap.withdraw() (#1095)
- addLiquidityUsdt(otherHalf,usdtBalance) (#1073)
- usdt.approve(address(uniswapV2Router),usdtAmount) (#1119)
- uniswapV2Router.addLiquidity(address(this),address(usdt),tokenAmount,usdtAmount,0,0,blackHole,block.timestamp) (#1121-1130)
State variables written after the call(s):
- addLiquidityUsdt(otherHalf,usdtBalance) (#1073)
- _allowances[owner][spender] = amount (#995)
Reentrancy in DiamondsAlaskaMalamute.transferFrom(address,address,uint256) (#826-830):
External calls:
- _transfer(sender,recipient,amount) (#827)
- usdt.approve(address(uniswapV2Router),usdtAmount) (#1119)
- uniswapV2Router.addLiquidity(address(this),address(usdt),tokenAmount,usdtAmount,0,0,blackHole,block.timestamp) (#1121-1130)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(wrap),block.timestamp) (#1087-1093)
- wrap.withdraw() (#1095)
- IFomo(fomoReceiver).transferNotify(to) (#1043)
- IFomo(fomoReceiver).swap() (#1046)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#828)
- _allowances[owner][spender] = amount (#995)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in DiamondsAlaskaMalamute._transfer(address,address,uint256) (#999-1052):
External calls:
- swapAndLiquify(contractTokenBalance) (#1030)
- usdt.approve(address(uniswapV2Router),usdtAmount) (#1119)
- uniswapV2Router.addLiquidity(address(this),address(usdt),tokenAmount,usdtAmount,0,0,blackHole,block.timestamp) (#1121-1130)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(wrap),block.timestamp) (#1087-1093)
- wrap.withdraw() (#1095)
- IFomo(fomoReceiver).transferNotify(to) (#1043)
- IFomo(fomoReceiver).swap() (#1046)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1176)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- Transfer(sender,recipient,tTransferAmount) (#1191)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- Transfer(sender,recipient,tTransferAmount) (#1206)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- Transfer(sender,fomoReceiver,tFomo) (#1178)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- Transfer(sender,recipient,tTransferAmount) (#1222)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- Transfer(sender,fomoReceiver,tFomo) (#1208)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- Transfer(sender,fomoReceiver,tFomo) (#1193)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- Transfer(sender,devReceiver,tDev) (#1179)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- Transfer(sender,fomoReceiver,tFomo) (#1224)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- Transfer(sender,devReceiver,tDev) (#1209)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- Transfer(sender,devReceiver,tDev) (#1194)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- Transfer(sender,devReceiver,tDev) (#1225)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
Reentrancy in DiamondsAlaskaMalamute.constructor(address) (#753-771):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),address(usdt)) (#759-760)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#770)
Reentrancy in DiamondsAlaskaMalamute.swapAndLiquify(uint256) (#1054-1076):
External calls:
- swapTokensForUsdt(half) (#1066)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(wrap),block.timestamp) (#1087-1093)
- wrap.withdraw() (#1095)
- addLiquidityUsdt(otherHalf,usdtBalance) (#1073)
- usdt.approve(address(uniswapV2Router),usdtAmount) (#1119)
- uniswapV2Router.addLiquidity(address(this),address(usdt),tokenAmount,usdtAmount,0,0,blackHole,block.timestamp) (#1121-1130)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#996)
- addLiquidityUsdt(otherHalf,usdtBalance) (#1073)
- SwapAndLiquify(half,usdtBalance,otherHalf) (#1075)
Reentrancy in DiamondsAlaskaMalamute.transferFrom(address,address,uint256) (#826-830):
External calls:
- _transfer(sender,recipient,amount) (#827)
- usdt.approve(address(uniswapV2Router),usdtAmount) (#1119)
- uniswapV2Router.addLiquidity(address(this),address(usdt),tokenAmount,usdtAmount,0,0,blackHole,block.timestamp) (#1121-1130)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(wrap),block.timestamp) (#1087-1093)
- wrap.withdraw() (#1095)
- IFomo(fomoReceiver).transferNotify(to) (#1043)
- IFomo(fomoReceiver).swap() (#1046)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#996)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#828)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#264-273) uses assembly
- INLINE ASM (#271)
Address._functionCallWithValue(address,bytes,uint256,string) (#357-378) uses assembly
- INLINE ASM (#370-373)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#357-378) is never used and should be removed
Address.functionCall(address,bytes) (#317-319) is never used and should be removed
Address.functionCall(address,bytes,string) (#327-329) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#342-344) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#352-355) is never used and should be removed
Address.isContract(address) (#264-273) is never used and should be removed
Address.sendValue(address,uint256) (#291-297) is never used and should be removed
Context._msgData() (#236-239) is never used and should be removed
DiamondsAlaskaMalamute.addLiquidity(uint256,uint256) (#1133-1146) is never used and should be removed
DiamondsAlaskaMalamute.swapTokensForEth(uint256) (#1098-1114) is never used and should be removed
SafeMath.mod(uint256,uint256) (#209-211) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#225-228) is never used and should be removed
Remove unused functions.

Additional information: link

DiamondsAlaskaMalamute._rTotal (#705) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
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) (#291-297):
- (success) = recipient.call{value: amount}() (#295)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#357-378):
- (success,returndata) = target.call{value: weiValue}(data) (#361)
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() (#503) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#504) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#521) is not in mixedCase
Function IUniswapV2Router01.WETH() (#543) is not in mixedCase
Parameter DiamondsAlaskaMalamute.setDev(address)._dev (#773) is not in mixedCase
Parameter DiamondsAlaskaMalamute.setFomo(address)._fomo (#779) is not in mixedCase
Parameter DiamondsAlaskaMalamute.setWrap(IWrap)._wrap (#785) is not in mixedCase
Parameter DiamondsAlaskaMalamute.setSwapAndLiquifyEnabled(bool)._enabled (#896) is not in mixedCase
Variable DiamondsAlaskaMalamute._maxTxAmount (#719) is not in mixedCase
Constant DiamondsAlaskaMalamute.blackHole (#721) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#237)" inContext (#231-240)
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 (#548) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#549)
Variable DiamondsAlaskaMalamute._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#922) is too similar to DiamondsAlaskaMalamute._transferToExcluded(address,address,uint256).tTransferAmount (#1184)
Variable DiamondsAlaskaMalamute._transferStandard(address,address,uint256).rTransferAmount (#1171) is too similar to DiamondsAlaskaMalamute._getRValues(uint256,uint256,uint256,uint256).tTransferAmount (#920)
Variable DiamondsAlaskaMalamute._transferStandard(address,address,uint256).rTransferAmount (#1171) is too similar to DiamondsAlaskaMalamute._transferBothExcluded(address,address,uint256).tTransferAmount (#1214)
Variable DiamondsAlaskaMalamute._transferStandard(address,address,uint256).rTransferAmount (#1171) is too similar to DiamondsAlaskaMalamute._transferToExcluded(address,address,uint256).tTransferAmount (#1184)
Variable DiamondsAlaskaMalamute._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#922) is too similar to DiamondsAlaskaMalamute._transferFromExcluded(address,address,uint256).tTransferAmount (#1199)
Variable DiamondsAlaskaMalamute._transferStandard(address,address,uint256).rTransferAmount (#1171) is too similar to DiamondsAlaskaMalamute._transferStandard(address,address,uint256).tTransferAmount (#1170)
Variable DiamondsAlaskaMalamute._transferStandard(address,address,uint256).rTransferAmount (#1171) is too similar to DiamondsAlaskaMalamute._getTValues(uint256).tTransferAmount (#908)
Variable DiamondsAlaskaMalamute._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#922) is too similar to DiamondsAlaskaMalamute._transferBothExcluded(address,address,uint256).tTransferAmount (#1214)
Variable DiamondsAlaskaMalamute._transferStandard(address,address,uint256).rTransferAmount (#1171) is too similar to DiamondsAlaskaMalamute._transferFromExcluded(address,address,uint256).tTransferAmount (#1199)
Variable DiamondsAlaskaMalamute._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#922) is too similar to DiamondsAlaskaMalamute._transferStandard(address,address,uint256).tTransferAmount (#1170)
Variable DiamondsAlaskaMalamute._transferToExcluded(address,address,uint256).rTransferAmount (#1185) is too similar to DiamondsAlaskaMalamute._transferBothExcluded(address,address,uint256).tTransferAmount (#1214)
Variable DiamondsAlaskaMalamute._transferFromExcluded(address,address,uint256).rTransferAmount (#1200) is too similar to DiamondsAlaskaMalamute._getTValues(uint256).tTransferAmount (#908)
Variable DiamondsAlaskaMalamute._transferBothExcluded(address,address,uint256).rTransferAmount (#1215) is too similar to DiamondsAlaskaMalamute._transferToExcluded(address,address,uint256).tTransferAmount (#1184)
Variable DiamondsAlaskaMalamute._transferBothExcluded(address,address,uint256).rTransferAmount (#1215) is too similar to DiamondsAlaskaMalamute._transferFromExcluded(address,address,uint256).tTransferAmount (#1199)
Variable DiamondsAlaskaMalamute._transferToExcluded(address,address,uint256).rTransferAmount (#1185) is too similar to DiamondsAlaskaMalamute._transferToExcluded(address,address,uint256).tTransferAmount (#1184)
Variable DiamondsAlaskaMalamute._transferToExcluded(address,address,uint256).rTransferAmount (#1185) is too similar to DiamondsAlaskaMalamute._transferFromExcluded(address,address,uint256).tTransferAmount (#1199)
Variable DiamondsAlaskaMalamute._transferFromExcluded(address,address,uint256).rTransferAmount (#1200) is too similar to DiamondsAlaskaMalamute._getRValues(uint256,uint256,uint256,uint256).tTransferAmount (#920)
Variable DiamondsAlaskaMalamute._transferFromExcluded(address,address,uint256).rTransferAmount (#1200) is too similar to DiamondsAlaskaMalamute._transferStandard(address,address,uint256).tTransferAmount (#1170)
Variable DiamondsAlaskaMalamute._transferFromExcluded(address,address,uint256).rTransferAmount (#1200) is too similar to DiamondsAlaskaMalamute._transferBothExcluded(address,address,uint256).tTransferAmount (#1214)
Variable DiamondsAlaskaMalamute._transferBothExcluded(address,address,uint256).rTransferAmount (#1215) is too similar to DiamondsAlaskaMalamute._getTValues(uint256).tTransferAmount (#908)
Variable DiamondsAlaskaMalamute._transferToExcluded(address,address,uint256).rTransferAmount (#1185) is too similar to DiamondsAlaskaMalamute._getTValues(uint256).tTransferAmount (#908)
Variable DiamondsAlaskaMalamute._transferFromExcluded(address,address,uint256).rTransferAmount (#1200) is too similar to DiamondsAlaskaMalamute._transferFromExcluded(address,address,uint256).tTransferAmount (#1199)
Variable DiamondsAlaskaMalamute._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#922) is too similar to DiamondsAlaskaMalamute._getTValues(uint256).tTransferAmount (#908)
Variable DiamondsAlaskaMalamute._transferFromExcluded(address,address,uint256).rTransferAmount (#1200) is too similar to DiamondsAlaskaMalamute._transferToExcluded(address,address,uint256).tTransferAmount (#1184)
Variable DiamondsAlaskaMalamute._transferBothExcluded(address,address,uint256).rTransferAmount (#1215) is too similar to DiamondsAlaskaMalamute._getRValues(uint256,uint256,uint256,uint256).tTransferAmount (#920)
Variable DiamondsAlaskaMalamute._transferBothExcluded(address,address,uint256).rTransferAmount (#1215) is too similar to DiamondsAlaskaMalamute._transferStandard(address,address,uint256).tTransferAmount (#1170)
Variable DiamondsAlaskaMalamute._transferBothExcluded(address,address,uint256).rTransferAmount (#1215) is too similar to DiamondsAlaskaMalamute._transferBothExcluded(address,address,uint256).tTransferAmount (#1214)
Variable DiamondsAlaskaMalamute._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#922) is too similar to DiamondsAlaskaMalamute._getRValues(uint256,uint256,uint256,uint256).tTransferAmount (#920)
Variable DiamondsAlaskaMalamute._transferToExcluded(address,address,uint256).rTransferAmount (#1185) is too similar to DiamondsAlaskaMalamute._getRValues(uint256,uint256,uint256,uint256).tTransferAmount (#920)
Variable DiamondsAlaskaMalamute._transferToExcluded(address,address,uint256).rTransferAmount (#1185) is too similar to DiamondsAlaskaMalamute._transferStandard(address,address,uint256).tTransferAmount (#1170)
Prevent variables from having similar names.

Additional information: link

DiamondsAlaskaMalamute.slitherConstructorConstantVariables() (#690-1229) uses literals with too many digits:
- blackHole = 0x0000000000000000000000000000000000000001 (#721)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

DiamondsAlaskaMalamute._decimals (#709) should be constant
DiamondsAlaskaMalamute._name (#707) should be constant
DiamondsAlaskaMalamute._symbol (#708) should be constant
DiamondsAlaskaMalamute._tTotal (#704) should be constant
DiamondsAlaskaMalamute.fomoMin (#725) should be constant
DiamondsAlaskaMalamute.numTokensSellToAddToLiquidity (#720) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#431-434)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#440-444)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#446-448)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#451-456)
unlock() should be declared external:
- Ownable.unlock() (#459-464)
setDev(address) should be declared external:
- DiamondsAlaskaMalamute.setDev(address) (#773-777)
setFomo(address) should be declared external:
- DiamondsAlaskaMalamute.setFomo(address) (#779-783)
setWrap(IWrap) should be declared external:
- DiamondsAlaskaMalamute.setWrap(IWrap) (#785-789)
name() should be declared external:
- DiamondsAlaskaMalamute.name() (#791-793)
symbol() should be declared external:
- DiamondsAlaskaMalamute.symbol() (#795-797)
decimals() should be declared external:
- DiamondsAlaskaMalamute.decimals() (#799-801)
totalSupply() should be declared external:
- DiamondsAlaskaMalamute.totalSupply() (#803-805)
transfer(address,uint256) should be declared external:
- DiamondsAlaskaMalamute.transfer(address,uint256) (#812-815)
allowance(address,address) should be declared external:
- DiamondsAlaskaMalamute.allowance(address,address) (#817-819)
approve(address,uint256) should be declared external:
- DiamondsAlaskaMalamute.approve(address,uint256) (#821-824)
transferFrom(address,address,uint256) should be declared external:
- DiamondsAlaskaMalamute.transferFrom(address,address,uint256) (#826-830)
increaseAllowance(address,uint256) should be declared external:
- DiamondsAlaskaMalamute.increaseAllowance(address,uint256) (#832-835)
decreaseAllowance(address,uint256) should be declared external:
- DiamondsAlaskaMalamute.decreaseAllowance(address,uint256) (#837-840)
isExcludedFromReward(address) should be declared external:
- DiamondsAlaskaMalamute.isExcludedFromReward(address) (#842-844)
deliver(uint256) should be declared external:
- DiamondsAlaskaMalamute.deliver(uint256) (#846-852)
excludeFromReward(address) should be declared external:
- DiamondsAlaskaMalamute.excludeFromReward(address) (#859-867)
excludeFromFee(address) should be declared external:
- DiamondsAlaskaMalamute.excludeFromFee(address) (#882-884)
includeInFee(address) should be declared external:
- DiamondsAlaskaMalamute.includeInFee(address) (#886-888)
setSwapAndLiquifyEnabled(bool) should be declared external:
- DiamondsAlaskaMalamute.setSwapAndLiquifyEnabled(bool) (#896-899)
isExcludedFromFee(address) should be declared external:
- DiamondsAlaskaMalamute.isExcludedFromFee(address) (#987-989)
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 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 number of swaps.


Twitter account link seems to be invalid


Unable to find Youtube account


Unable to crawl data from the website


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 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


Token has a considerable age, but we're still unable to find its website


Token has no active CoinGecko listing / rank


Token has a considerable age, but social accounts / website are missing or have few users


Token has a considerable age, but average PancakeSwap 30d trading volume is low


Young tokens have high risks of price dump / death


Token has relatively low CoinMarketCap rank

Price for DAM