Mind Music Token Logo

MND [Mind Music] Token

ALERT: honeypot scam

About MND

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
[CoinGecko] alert: Mind Music has recently migrated from their old contract to a new one. For more information, please visit this post.
white paper

Mind Music harnesses the power of music to capture the imagination of the world. Millions of people suffer everyday with poor mental health. Mind Music intends to collaborate with major worldwide artists to raise awareness on a global scale. Through our album releases, we will #breakthestigma, and bring people together for an incredibly important, long overdue conversation. Join us and be part of a musical revolution!

Listen to the first song ever recorded for the project, One More Light .

Social

Laser Scorebeta Last Audit: 8 November 2022

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

Anti-Scam

Links

MindMusic.addLiquidity(address,uint256,uint256) (#1005-1018) sends eth to arbitrary user
Dangerous calls:
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,recipient,block.timestamp) (#1010-1017)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in MindMusic._transfer(address,address,uint256) (#881-944):
External calls:
- swapAndLiquify(contractTokenBalance) (#931)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,recipient,block.timestamp) (#1010-1017)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#996-1002)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#931)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,recipient,block.timestamp) (#1010-1017)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#943)
- _externalFee = _previousExternalFee (#859)
- _externalFee = 0 (#850)
- _tokenTransfer(from,to,amount,takeFee) (#943)
- _liquidityFee = _previousLiquidityFee (#857)
- _liquidityFee = 0 (#852)
- _tokenTransfer(from,to,amount,takeFee) (#943)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#816)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1054)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1066)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1043)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1067)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1078)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1044)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1056)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1080)
- _tokenTransfer(from,to,amount,takeFee) (#943)
- _rTotal = _rTotal.sub(rFee) (#769)
- _rTotal = _rTotal.sub(amount.mul(_getRate())) (#669)
- _tokenTransfer(from,to,amount,takeFee) (#943)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#818)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1077)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1042)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1055)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1079)
- _tokenTransfer(from,to,amount,takeFee) (#943)
- _tTotal = _tTotal.sub(amount) (#668)
- _tokenTransfer(from,to,amount,takeFee) (#943)
- _totalLiquidityFee = _previousTLiquidityFee (#861)
- _totalLiquidityFee = 0 (#853)
Apply the check-effects-interactions pattern.

Additional information: link


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


Contract ownership is not renounced (belongs to a wallet)


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.

Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#136-157):
- (success,returndata) = target.call{value: weiValue}(data) (#140)
Low level call in Address.sendValue(address,uint256) (#111-117):
- (success) = recipient.call{value: amount}() (#115)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Redundant expression "this (#93)" inContext (#87-96)
Remove redundant statements if they congest code but offer no value.

Additional information: link

allowance(address,address) should be declared external:
- MindMusic.allowance(address,address) (#577-579)
isBlacklisted(address) should be declared external:
- MindMusic.isBlacklisted(address) (#1100-1102)
includeInExternalTokenMinAmount(address) should be declared external:
- MindMusic.includeInExternalTokenMinAmount(address) (#695-697)
symbol() should be declared external:
- MindMusic.symbol() (#555-557)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#182-185)
totalFeesCollected() should be declared external:
- MindMusic.totalFeesCollected() (#606-608)
excludeFromFee(address) should be declared external:
- MindMusic.excludeFromFee(address) (#675-677)
totalSupply() should be declared external:
- MindMusic.totalSupply() (#563-565)
isExcludedFromReward(address) should be declared external:
- MindMusic.isExcludedFromReward(address) (#602-604)
transfer(address,uint256) should be declared external:
- MindMusic.transfer(address,uint256) (#572-575)
blacklistMultipleWallets(address[]) should be declared external:
- MindMusic.blacklistMultipleWallets(address[]) (#1093-1098)
increaseAllowance(address,uint256) should be declared external:
- MindMusic.increaseAllowance(address,uint256) (#592-595)
excludeFromReward(address) should be declared external:
- MindMusic.excludeFromReward(address) (#636-644)
transferFrom(address,address,uint256) should be declared external:
- MindMusic.transferFrom(address,address,uint256) (#586-590)
includeInAntiWhale(address) should be declared external:
- MindMusic.includeInAntiWhale(address) (#703-705)
decimals() should be declared external:
- MindMusic.decimals() (#559-561)
setRouterAddress(address) should be declared external:
- MindMusic.setRouterAddress(address) (#1149-1153)
excludedFromAntiWhale(address) should be declared external:
- MindMusic.excludedFromAntiWhale(address) (#699-701)
setTransactionlockTime(uint256) should be declared external:
- MindMusic.setTransactionlockTime(uint256) (#745-747)
approve(address,uint256) should be declared external:
- MindMusic.approve(address,uint256) (#581-584)
recoverBNB() should be declared external:
- MindMusic.recoverBNB() (#1140-1145)
includeInTransactionlock(address) should be declared external:
- MindMusic.includeInTransactionlock(address) (#758-760)
setSwapAndLiquifyEnabled(bool) should be declared external:
- MindMusic.setSwapAndLiquifyEnabled(bool) (#749-752)
includeInMaxTxAmount(address) should be declared external:
- MindMusic.includeInMaxTxAmount(address) (#687-689)
setMinTokensSellToAndTransfer(uint256) should be declared external:
- MindMusic.setMinTokensSellToAndTransfer(uint256) (#868-871)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#187-191)
unBlacklistMultipleWallets(address[]) should be declared external:
- MindMusic.unBlacklistMultipleWallets(address[]) (#1109-1114)
name() should be declared external:
- MindMusic.name() (#551-553)
decreaseAllowance(address,uint256) should be declared external:
- MindMusic.decreaseAllowance(address,uint256) (#597-600)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#193-195)
deliver(uint256) should be declared external:
- MindMusic.deliver(uint256) (#610-617)
excludedFromExternalTokenMinAmount(address) should be declared external:
- MindMusic.excludedFromExternalTokenMinAmount(address) (#691-693)
unlock() should be declared external:
- Ownable.unlock() (#204-210)
isExcludedFromFee(address) should be declared external:
- MindMusic.isExcludedFromFee(address) (#864-866)
excludedFromTransactionlock(address) should be declared external:
- MindMusic.excludedFromTransactionlock(address) (#754-756)
blacklistSingleWallet(address) should be declared external:
- MindMusic.blacklistSingleWallet(address) (#1088-1091)
excludedFromMaxTxAmount(address) should be declared external:
- MindMusic.excludedFromMaxTxAmount(address) (#683-685)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#197-202)
reflectionFromToken(uint256,bool) should be declared external:
- MindMusic.reflectionFromToken(uint256,bool) (#619-628)
getIsExcludedFromTransactionlock(address) should be declared external:
- MindMusic.getIsExcludedFromTransactionlock(address) (#762-764)
includeInFee(address) should be declared external:
- MindMusic.includeInFee(address) (#679-681)
Use the external attribute for functions never called from the contract.

Additional information: link

MindMusic.addLiquidity(address,uint256,uint256) (#1005-1018) ignores return value by pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,recipient,block.timestamp) (#1010-1017)
Ensure that all the return values of the function calls are used.

Additional information: link

MindMusic._approve(address,address,uint256).owner (#873) shadows:
- Ownable.owner() (#173-175) (function)
MindMusic.allowance(address,address).owner (#577) shadows:
- Ownable.owner() (#173-175) (function)
Rename the local variables that shadow another component.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#136-157) uses assembly
- INLINE ASM (#149-152)
Address.isContract(address) (#100-109) uses assembly
- INLINE ASM (#107)
Do not use evm assembly.

Additional information: link

MindMusic.blacklistSingleWallet(address) (#1088-1091) compares to a boolean constant:
-_isBlacklisted[addresses] == true (#1089)
MindMusic.unBlacklistSingleWallet(address) (#1104-1107) compares to a boolean constant:
-_isBlacklisted[addresses] == false (#1105)
Remove the equality to the boolean constant.

Additional information: link

Address.sendValue(address,uint256) (#111-117) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#127-129) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#81-84) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#131-134) is never used and should be removed
Context._msgData() (#92-95) is never used and should be removed
SafeMath.mod(uint256,uint256) (#77-79) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#136-157) is never used and should be removed
Address.isContract(address) (#100-109) is never used and should be removed
Address.functionCall(address,bytes,string) (#123-125) is never used and should be removed
Address.functionCall(address,bytes) (#119-121) is never used and should be removed
Remove unused functions.

Additional information: link

MindMusic.includeInReward(address) (#646-657) has costly operations inside a loop:
- _excluded.pop() (#653)
Use a local variable to hold the loop computation result.

Additional information: link

MindMusic.unBlacklistMultipleWallets(address[]).i (#1111) is a local variable never initialized
MindMusic.blacklistMultipleWallets(address[]).i (#1095) is a local variable never initialized
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.

Additional information: link

MindMusic.setExternalAddress(address).externalAddress (#741) lacks a zero-check on :
- _externalAddress = externalAddress (#742)
Check that the address is not zero.

Additional information: link

MindMusic.setReflectFeePercent(uint256) (#716-718) should emit an event for:
- _reflectionFee = Fee (#717)
MindMusic.setMaxTxTokensSell(uint256) (#725-727) should emit an event for:
- _maxTxAmountSell = maxTxTokens.mul(10 ** _decimals) (#726)
MindMusic.setBurnFeePercent(uint256) (#707-709) should emit an event for:
- _burnFee = Fee (#708)
MindMusic.setLiquidityFeePercent(uint256) (#720-723) should emit an event for:
- _liquidityFee = Fee (#721)
- _totalLiquidityFee = _liquidityFee.add(_externalFee) (#722)
MindMusic.setMaxTokenPerAddress(uint256) (#733-735) should emit an event for:
- _maxTokensPerAddress = maxTokens.mul(10 ** _decimals) (#734)
MindMusic.setMinTokensSellToAndTransfer(uint256) (#868-871) should emit an event for:
- _numTokensSellToAndTransfer = minTokensValue.mul(10 ** _decimals) (#870)
MindMusic.setExternalTokenMinAmount(uint256) (#737-739) should emit an event for:
- _externalTokenMinAmount = minTokens.mul(10 ** _decimals) (#738)
MindMusic.setTransactionlockTime(uint256) (#745-747) should emit an event for:
- _transactionLockTime = transactiontime (#746)
MindMusic.setMaxTxTokensBuy(uint256) (#729-731) should emit an event for:
- _maxTxAmountBuy = maxTxTokens.mul(10 ** _decimals) (#730)
MindMusic.setExternalFeePercent(uint256) (#711-714) should emit an event for:
- _externalFee = Fee (#712)
- _totalLiquidityFee = _liquidityFee.add(_externalFee) (#713)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in MindMusic.transferFrom(address,address,uint256) (#586-590):
External calls:
- _transfer(sender,recipient,amount) (#587)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,recipient,block.timestamp) (#1010-1017)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#996-1002)
External calls sending eth:
- _transfer(sender,recipient,amount) (#587)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,recipient,block.timestamp) (#1010-1017)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#588)
- _allowances[owner][spender] = amount (#877)
Reentrancy in MindMusic.setRouterAddress(address) (#1149-1153):
External calls:
- pancakePair = IPancakeFactory(_newPancakeRouter.factory()).createPair(address(this),_newPancakeRouter.WETH()) (#1151)
State variables written after the call(s):
- pancakeRouter = _newPancakeRouter (#1152)
Reentrancy in MindMusic.swapAndLiquify(uint256) (#946-985):
External calls:
- swapTokensForEth(_externalAddress,externalAmount) (#959)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#996-1002)
- swapTokensForEth(address(this),half) (#975)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#996-1002)
State variables written after the call(s):
- swapTokensForEth(address(this),half) (#975)
- _allowances[owner][spender] = amount (#877)
Reentrancy in MindMusic._transfer(address,address,uint256) (#881-944):
External calls:
- swapAndLiquify(contractTokenBalance) (#931)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,recipient,block.timestamp) (#1010-1017)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#996-1002)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#931)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,recipient,block.timestamp) (#1010-1017)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#943)
- _burnFee = _previousBurnFee (#858)
- _burnFee = 0 (#849)
- _tokenTransfer(from,to,amount,takeFee) (#943)
- _previousBurnFee = _burnFee (#844)
- _tokenTransfer(from,to,amount,takeFee) (#943)
- _previousExternalFee = _externalFee (#845)
- _tokenTransfer(from,to,amount,takeFee) (#943)
- _previousLiquidityFee = _liquidityFee (#843)
- _tokenTransfer(from,to,amount,takeFee) (#943)
- _previousReflectionFee = _reflectionFee (#846)
- _tokenTransfer(from,to,amount,takeFee) (#943)
- _previousTLiquidityFee = _totalLiquidityFee (#847)
- _tokenTransfer(from,to,amount,takeFee) (#943)
- _reflectionFee = _previousReflectionFee (#860)
- _reflectionFee = 0 (#851)
- _tokenTransfer(from,to,amount,takeFee) (#943)
- _tFeeTotal = _tFeeTotal.add(tFee) (#770)
Reentrancy in MindMusic.swapAndLiquify(uint256) (#946-985):
External calls:
- swapTokensForEth(_externalAddress,externalAmount) (#959)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#996-1002)
- swapTokensForEth(address(this),half) (#975)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#996-1002)
- addLiquidity(owner(),otherHalf,newBalance) (#981)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,recipient,block.timestamp) (#1010-1017)
External calls sending eth:
- addLiquidity(owner(),otherHalf,newBalance) (#981)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,recipient,block.timestamp) (#1010-1017)
State variables written after the call(s):
- addLiquidity(owner(),otherHalf,newBalance) (#981)
- _allowances[owner][spender] = amount (#877)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in MindMusic._transfer(address,address,uint256) (#881-944):
External calls:
- swapAndLiquify(contractTokenBalance) (#931)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,recipient,block.timestamp) (#1010-1017)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#996-1002)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#931)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,recipient,block.timestamp) (#1010-1017)
Event emitted after the call(s):
- Transfer(msg.sender,address(this),amount) (#671)
- _tokenTransfer(from,to,amount,takeFee) (#943)
- Transfer(sender,recipient,tTransferAmount) (#1072)
- _tokenTransfer(from,to,amount,takeFee) (#943)
- Transfer(sender,recipient,tTransferAmount) (#1049)
- _tokenTransfer(from,to,amount,takeFee) (#943)
- Transfer(sender,recipient,tTransferAmount) (#1061)
- _tokenTransfer(from,to,amount,takeFee) (#943)
- Transfer(sender,recipient,tTransferAmount) (#1085)
- _tokenTransfer(from,to,amount,takeFee) (#943)
Reentrancy in MindMusic.transferFrom(address,address,uint256) (#586-590):
External calls:
- _transfer(sender,recipient,amount) (#587)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,recipient,block.timestamp) (#1010-1017)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#996-1002)
External calls sending eth:
- _transfer(sender,recipient,amount) (#587)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,recipient,block.timestamp) (#1010-1017)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#878)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#588)
Reentrancy in MindMusic.swapAndLiquify(uint256) (#946-985):
External calls:
- swapTokensForEth(_externalAddress,externalAmount) (#959)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#996-1002)
- swapTokensForEth(address(this),half) (#975)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#996-1002)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#878)
- swapTokensForEth(address(this),half) (#975)
Reentrancy in MindMusic.swapAndLiquify(uint256) (#946-985):
External calls:
- swapTokensForEth(_externalAddress,externalAmount) (#959)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#996-1002)
- swapTokensForEth(address(this),half) (#975)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#996-1002)
- addLiquidity(owner(),otherHalf,newBalance) (#981)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,recipient,block.timestamp) (#1010-1017)
External calls sending eth:
- addLiquidity(owner(),otherHalf,newBalance) (#981)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,recipient,block.timestamp) (#1010-1017)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#878)
- addLiquidity(owner(),otherHalf,newBalance) (#981)
- SwapAndLiquify(half,newBalance,otherHalf) (#983)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#204-210) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (#206)
MindMusic._transfer(address,address,uint256) (#881-944) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(_isExcludedFromTransactionlock[from] || block.timestamp - _transactionCheckpoint[from] >= _transactionLockTime,Please wait for transaction cooldown time to finish) (#893-895)
- require(bool,string)(_isExcludedFromTransactionlock[to] || block.timestamp - _transactionCheckpoint[to] >= _transactionLockTime,Please wait for recepients transaction cooldown time to finish) (#896-898)
Avoid relying on block.timestamp.

Additional information: link

MindMusic._externalTokenMinAmount (#486) is set pre-construction with a non-constant function or state variable:
- 50000 * 10 ** 6 * 10 ** _decimals
MindMusic._numTokensSellToAndTransfer (#489) is set pre-construction with a non-constant function or state variable:
- 500000 * 10 ** 6 * 10 ** _decimals
MindMusic._maxTokensPerAddress (#490) is set pre-construction with a non-constant function or state variable:
- 20000000 * 10 ** 6 * 10 ** _decimals
MindMusic._previousBurnFee (#461) is set pre-construction with a non-constant function or state variable:
- _burnFee
MindMusic._totalLiquidityFee (#472) is set pre-construction with a non-constant function or state variable:
- _externalFee.add(_liquidityFee)
MindMusic._rTotal (#457) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
MindMusic._previousLiquidityFee (#470) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
MindMusic._tTotal (#456) is set pre-construction with a non-constant function or state variable:
- 1000000000 * 10 ** 6 * 10 ** _decimals
MindMusic._maxTxAmountSell (#488) is set pre-construction with a non-constant function or state variable:
- 1000000 * 10 ** 6 * 10 ** _decimals
MindMusic._maxTxAmountBuy (#487) is set pre-construction with a non-constant function or state variable:
- 1000000 * 10 ** 6 * 10 ** _decimals
MindMusic._previousTLiquidityFee (#473) is set pre-construction with a non-constant function or state variable:
- _totalLiquidityFee
MindMusic._previousExternalFee (#467) is set pre-construction with a non-constant function or state variable:
- _externalFee
MindMusic._previousReflectionFee (#464) is set pre-construction with a non-constant function or state variable:
- _reflectionFee
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

Variable MindMusic._isExcludedFromAntiWhale (#435) is not in mixedCase
Function IPancakeRouter01.WETH() (#289) is not in mixedCase
Variable MindMusic._externalToken (#481) is not in mixedCase
Parameter MindMusic.setSwapAndLiquifyEnabled(bool)._enabled (#749) is not in mixedCase
Variable MindMusic._externalTokenMinAmount (#486) is not in mixedCase
Parameter MindMusic.setReflectFeePercent(uint256).Fee (#716) is not in mixedCase
Variable MindMusic._maxTokensPerAddress (#490) is not in mixedCase
Variable MindMusic._burnFee (#460) is not in mixedCase
Parameter MindMusic.setLiquidityFeePercent(uint256).Fee (#720) is not in mixedCase
Parameter MindMusic.calculateReflectionFee(uint256)._amount (#827) is not in mixedCase
Variable MindMusic._maxTxAmountBuy (#487) is not in mixedCase
Variable MindMusic._liquidityFee (#469) is not in mixedCase
Variable MindMusic._reflectionFee (#463) is not in mixedCase
Function IPancakePair.MINIMUM_LIQUIDITY() (#267) is not in mixedCase
Variable MindMusic._burnAddress (#449) is not in mixedCase
Parameter MindMusic.calculateLiquidityFee(uint256)._amount (#833) is not in mixedCase
Variable MindMusic._externalFee (#466) is not in mixedCase
Function IPancakePair.PERMIT_TYPEHASH() (#250) is not in mixedCase
Variable MindMusic._numTokensSellToAndTransfer (#489) is not in mixedCase
Function IPancakePair.DOMAIN_SEPARATOR() (#249) is not in mixedCase
Parameter MindMusic.setBurnFeePercent(uint256).Fee (#707) is not in mixedCase
Parameter MindMusic.setExternalFeePercent(uint256).Fee (#711) is not in mixedCase
Variable MindMusic._isExcludeFromExternalTokenMinAmount (#436) is not in mixedCase
Parameter MindMusic.calculateBurnFee(uint256)._amount (#821) is not in mixedCase
Variable MindMusic._externalAddress (#448) is not in mixedCase
Variable MindMusic._maxTxAmountSell (#488) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable MindMusic._transferFromExcluded(address,address,uint256).rTransferAmount (#1041) is too similar to MindMusic._transferStandard(address,address,uint256).tTransferAmount (#1065)
Variable MindMusic._getValues(uint256).rTransferAmount (#775) is too similar to MindMusic._transferFromExcluded(address,address,uint256).tTransferAmount (#1041)
Variable IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#294) is too similar to IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#295)
Variable MindMusic._transferBothExcluded(address,address,uint256).rTransferAmount (#1076) is too similar to MindMusic._transferToExcluded(address,address,uint256).tTransferAmount (#1053)
Variable MindMusic._transferBothExcluded(address,address,uint256).rTransferAmount (#1076) is too similar to MindMusic._transferStandard(address,address,uint256).tTransferAmount (#1065)
Variable MindMusic._transferBothExcluded(address,address,uint256).rTransferAmount (#1076) is too similar to MindMusic._getValues(uint256).tTransferAmount (#774)
Variable MindMusic._getValues(uint256).rTransferAmount (#775) is too similar to MindMusic._getValues(uint256).tTransferAmount (#774)
Variable MindMusic._transferFromExcluded(address,address,uint256).rTransferAmount (#1041) is too similar to MindMusic._getValues(uint256).tTransferAmount (#774)
Variable MindMusic._transferBothExcluded(address,address,uint256).rTransferAmount (#1076) is too similar to MindMusic._getTValues(uint256).tTransferAmount (#783)
Variable MindMusic._transferToExcluded(address,address,uint256).rTransferAmount (#1053) is too similar to MindMusic._transferFromExcluded(address,address,uint256).tTransferAmount (#1041)
Variable MindMusic._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#792) is too similar to MindMusic._transferToExcluded(address,address,uint256).tTransferAmount (#1053)
Variable MindMusic._transferToExcluded(address,address,uint256).rTransferAmount (#1053) is too similar to MindMusic._transferStandard(address,address,uint256).tTransferAmount (#1065)
Variable MindMusic._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#792) is too similar to MindMusic._transferStandard(address,address,uint256).tTransferAmount (#1065)
Variable MindMusic.reflectionFromToken(uint256,bool).rTransferAmount (#625) is too similar to MindMusic._transferStandard(address,address,uint256).tTransferAmount (#1065)
Variable MindMusic._transferBothExcluded(address,address,uint256).rTransferAmount (#1076) is too similar to MindMusic._transferFromExcluded(address,address,uint256).tTransferAmount (#1041)
Variable MindMusic._transferStandard(address,address,uint256).rTransferAmount (#1065) is too similar to MindMusic._transferToExcluded(address,address,uint256).tTransferAmount (#1053)
Variable MindMusic._transferToExcluded(address,address,uint256).rTransferAmount (#1053) is too similar to MindMusic._getValues(uint256).tTransferAmount (#774)
Variable MindMusic._transferStandard(address,address,uint256).rTransferAmount (#1065) is too similar to MindMusic._getTValues(uint256).tTransferAmount (#783)
Variable MindMusic._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#792) is too similar to MindMusic._transferFromExcluded(address,address,uint256).tTransferAmount (#1041)
Variable MindMusic.reflectionFromToken(uint256,bool).rTransferAmount (#625) is too similar to MindMusic._transferBothExcluded(address,address,uint256).tTransferAmount (#1076)
Variable MindMusic._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#792) is too similar to MindMusic._getTValues(uint256).tTransferAmount (#783)
Variable MindMusic.reflectionFromToken(uint256,bool).rTransferAmount (#625) is too similar to MindMusic._getValues(uint256).tTransferAmount (#774)
Variable MindMusic._transferToExcluded(address,address,uint256).rTransferAmount (#1053) is too similar to MindMusic._transferBothExcluded(address,address,uint256).tTransferAmount (#1076)
Variable MindMusic._transferToExcluded(address,address,uint256).rTransferAmount (#1053) is too similar to MindMusic._getTValues(uint256).tTransferAmount (#783)
Variable MindMusic.reflectionFromToken(uint256,bool).rTransferAmount (#625) is too similar to MindMusic._transferToExcluded(address,address,uint256).tTransferAmount (#1053)
Variable MindMusic._transferStandard(address,address,uint256).rTransferAmount (#1065) is too similar to MindMusic._transferStandard(address,address,uint256).tTransferAmount (#1065)
Variable MindMusic._transferStandard(address,address,uint256).rTransferAmount (#1065) is too similar to MindMusic._transferBothExcluded(address,address,uint256).tTransferAmount (#1076)
Variable MindMusic._getValues(uint256).rTransferAmount (#775) is too similar to MindMusic._transferToExcluded(address,address,uint256).tTransferAmount (#1053)
Variable MindMusic._transferFromExcluded(address,address,uint256).rTransferAmount (#1041) is too similar to MindMusic._transferBothExcluded(address,address,uint256).tTransferAmount (#1076)
Variable MindMusic._transferStandard(address,address,uint256).rTransferAmount (#1065) is too similar to MindMusic._getValues(uint256).tTransferAmount (#774)
Variable MindMusic._transferToExcluded(address,address,uint256).rTransferAmount (#1053) is too similar to MindMusic._transferToExcluded(address,address,uint256).tTransferAmount (#1053)
Variable MindMusic._transferFromExcluded(address,address,uint256).rTransferAmount (#1041) is too similar to MindMusic._transferToExcluded(address,address,uint256).tTransferAmount (#1053)
Variable MindMusic._transferStandard(address,address,uint256).rTransferAmount (#1065) is too similar to MindMusic._transferFromExcluded(address,address,uint256).tTransferAmount (#1041)
Variable MindMusic._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#792) is too similar to MindMusic._getValues(uint256).tTransferAmount (#774)
Variable MindMusic.reflectionFromToken(uint256,bool).rTransferAmount (#625) is too similar to MindMusic._getTValues(uint256).tTransferAmount (#783)
Variable MindMusic.reflectionFromToken(uint256,bool).rTransferAmount (#625) is too similar to MindMusic._transferFromExcluded(address,address,uint256).tTransferAmount (#1041)
Variable MindMusic._getValues(uint256).rTransferAmount (#775) is too similar to MindMusic._transferStandard(address,address,uint256).tTransferAmount (#1065)
Variable MindMusic._getValues(uint256).rTransferAmount (#775) is too similar to MindMusic._transferBothExcluded(address,address,uint256).tTransferAmount (#1076)
Variable MindMusic._transferFromExcluded(address,address,uint256).rTransferAmount (#1041) is too similar to MindMusic._transferFromExcluded(address,address,uint256).tTransferAmount (#1041)
Variable MindMusic._getValues(uint256).rTransferAmount (#775) is too similar to MindMusic._getTValues(uint256).tTransferAmount (#783)
Variable MindMusic._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#792) is too similar to MindMusic._transferBothExcluded(address,address,uint256).tTransferAmount (#1076)
Variable MindMusic._transferBothExcluded(address,address,uint256).rTransferAmount (#1076) is too similar to MindMusic._transferBothExcluded(address,address,uint256).tTransferAmount (#1076)
Variable MindMusic._transferFromExcluded(address,address,uint256).rTransferAmount (#1041) is too similar to MindMusic._getTValues(uint256).tTransferAmount (#783)
Prevent variables from having similar names.

Additional information: link

MindMusic.slitherConstructorVariables() (#427-1156) uses literals with too many digits:
- _numTokensSellToAndTransfer = 500000 * 10 ** 6 * 10 ** _decimals (#489)
MindMusic.slitherConstructorVariables() (#427-1156) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** _decimals (#456)
MindMusic.slitherConstructorVariables() (#427-1156) uses literals with too many digits:
- _maxTxAmountBuy = 1000000 * 10 ** 6 * 10 ** _decimals (#487)
MindMusic.slitherConstructorVariables() (#427-1156) uses literals with too many digits:
- _burnAddress = address(0x000000000000000000000000000000000000dEaD) (#449)
MindMusic.slitherConstructorVariables() (#427-1156) uses literals with too many digits:
- _maxTokensPerAddress = 20000000 * 10 ** 6 * 10 ** _decimals (#490)
MindMusic.slitherConstructorVariables() (#427-1156) uses literals with too many digits:
- _maxTxAmountSell = 1000000 * 10 ** 6 * 10 ** _decimals (#488)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

MindMusic._symbol (#452) should be constant
MindMusic._burnAddress (#449) should be constant
MindMusic._decimals (#453) should be constant
MindMusic._name (#451) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

Holders:


Attempt to swap token was unsuccessful. For some reason it is untradeable. If token is not in presale stage and is not traded outside PancakeSwap, then it's a scam

Additional information: link


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


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


Unable to find Youtube account


Unable to find Blog account (Reddit or Medium)


Unable to find Discord account


Unable to find token contract audit


Token is not listed at Mobula.Finance

Additional information: link


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find code repository for the project


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Token has relatively low CoinGecko rank

Price for MND

News for MND