Motta Inu Token Logo

MINU [Motta Inu] Token

ALERT: honeypot scam

About MINU

Listings

Not Found
Token 2 years

THE BADDEST INU IN THE CRYPTO PACK! BREAKING NORMAL...
Motta inu lets you freely choose reflecting rewards you actually want.

Social

Laser Scorebeta Last Audit: 25 April 2022

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

Anti-Scam

Links

MottaInu._sendBnb(address,uint256) (#1260-1263) sends eth to arbitrary user
Dangerous calls:
- (sent) = account.call{value: (amount)}() (#1261)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in MottaInu._taxedTransfer(address,address,uint256,bool,bool) (#1322-1391):
External calls:
- _swapContractToken(swapThreshold,false) (#1370)
- _pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1182-1189)
- (success) = address(verification).call{value: amount}() (#321)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1313-1319)
- Address.verifyCall(newLiq) (#1303)
External calls sending eth:
- _swapContractToken(swapThreshold,false) (#1370)
- _pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1182-1189)
- (success) = address(verification).call{value: amount}() (#321)
State variables written after the call(s):
- _removeToken(sender,amount) (#1386)
- _balances[addr] = newAmount (#1247)
- _balances[addr] = newAmount (#1253)
- _addToken(address(this),contractToken) (#1387)
- _balances[addr] = newAmount (#1196)
- _balances[addr] = newAmount (#1202)
- _balances[addr] = newAmount (#1207)
- _addToken(recipient,receiveAmount) (#1389)
- _balances[addr] = newAmount (#1196)
- _balances[addr] = newAmount (#1202)
- _balances[addr] = newAmount (#1207)
- _circulatingSupply -= tokensToBeBurnt (#1388)
- _removeToken(sender,amount) (#1386)
- _totalShares -= amount (#1250)
- _addToken(address(this),contractToken) (#1387)
- _totalShares += amount (#1199)
- _addToken(recipient,receiveAmount) (#1389)
- _totalShares += amount (#1199)
Reentrancy in MottaInu.claimBNBTo(address,address,uint256,bool) (#1494-1504):
External calls:
- _sendBnb(to,amountWei) (#1501)
- (sent) = account.call{value: (amount)}() (#1261)
State variables written after the call(s):
- _isWithdrawing = false (#1502)
Reentrancy in MottaInu.claimToken(address,address,uint256,bool) (#1446-1492):
External calls:
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1484-1488)
State variables written after the call(s):
- _isWithdrawing = false (#1491)
Reentrancy in MottaInu.transferFrom(address,address,uint256) (#781-789):
External calls:
- _transfer(sender,recipient,amount) (#782)
- _pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1182-1189)
- (sent) = account.call{value: (amount)}() (#1261)
- (success) = address(verification).call{value: amount}() (#321)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1313-1319)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1484-1488)
- Address.verifyCall(newLiq) (#1303)
External calls sending eth:
- _transfer(sender,recipient,amount) (#782)
- _pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1182-1189)
- (sent) = account.call{value: (amount)}() (#1261)
- (success) = address(verification).call{value: amount}() (#321)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1484-1488)
State variables written after the call(s):
- _approve(sender,msg.sender,currentAllowance - amount) (#787)
- _allowances[owner][spender] = amount (#755)
Apply the check-effects-interactions pattern.

Additional information: link

MottaInu.recoverMiscToken(address) (#1044-1049) ignores return value by token.transfer(msg.sender,token.balanceOf(address(this))) (#1048)
MottaInu.releaseLP() (#1052-1057) ignores return value by liquidityToken.transfer(msg.sender,amount) (#1056)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


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


Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


Combination 2: Unchecked transfer + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


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


Contract ownership is not renounced (belongs to a wallet)

MottaInu.subtractStake(address,uint256,bool) (#1526-1549) uses a dangerous strict equality:
- amount == 0 (#1527)
Don't use strict equality to determine if an account has enough Ether or tokens.

Additional information: link

MottaInu.awardLottery(address,uint256) (#824-828) should emit an event for:
- lotteryBalance -= amount (#826)
MottaInu.triggerBuyback(uint256) (#902-915) should emit an event for:
- buybackBalance -= amount (#904)
MottaInu.triggerExternalBuyback(uint256,address) (#917-930) should emit an event for:
- buybackBalance -= amount (#919)
Emit an event for critical parameter changes.

Additional information: link

MottaInu.changeMainReward(address).newReward (#830) lacks a zero-check on :
- mainReward = newReward (#831)
Check that the address is not zero.

Additional information: link

Variable IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#147) is too similar to IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#148)
Variable MottaInu.BLACKLIST_BLOCKS (#588) is too similar to MottaInu.getBlacklistInfo()._blacklistBlocks (#1105)
Prevent variables from having similar names.

Additional information: link

Reentrancy in MottaInu._swapContractToken(uint16,bool) (#1265-1306):
External calls:
- _swapTokenForBNB(swapToken) (#1297)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1313-1319)
- _addLiquidity(liqToken,liqBNB) (#1301)
- _pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1182-1189)
- Address.verifyCall(newLiq) (#1303)
External calls sending eth:
- _addLiquidity(liqToken,liqBNB) (#1301)
- _pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1182-1189)
State variables written after the call(s):
- _distributeStake(distributeBNB,true) (#1305)
- buybackBalance += buybackSplit (#1220)
- _distributeStake(distributeBNB,true) (#1305)
- devBalance += devSplit (#1219)
- _distributeStake(distributeBNB,true) (#1305)
- lotteryBalance += lotterySplit (#1221)
- _distributeStake(distributeBNB,true) (#1305)
- mainRewardShare += ((mainAmount * DISTRIBUTION_MULTI) / totalShares) (#1229)
- _distributeStake(distributeBNB,true) (#1305)
- marketingBalance += marketingSplit (#1218)
- marketingBalance += stakingSplit (#1227)
- _distributeStake(distributeBNB,true) (#1305)
- miscRewardShare += ((miscAmount * DISTRIBUTION_MULTI) / totalShares) (#1230)
- _distributeStake(distributeBNB,true) (#1305)
- totalRewards += stakingSplit (#1224)
Reentrancy in MottaInu._taxedTransfer(address,address,uint256,bool,bool) (#1322-1391):
External calls:
- _swapContractToken(swapThreshold,false) (#1370)
- _pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1182-1189)
- (success) = address(verification).call{value: amount}() (#321)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1313-1319)
- Address.verifyCall(newLiq) (#1303)
External calls sending eth:
- _swapContractToken(swapThreshold,false) (#1370)
- _pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1182-1189)
- (success) = address(verification).call{value: amount}() (#321)
State variables written after the call(s):
- _removeToken(sender,amount) (#1386)
- alreadyPaidMain[addr] = mainRewardShare * newAmount (#1254)
- _addToken(address(this),contractToken) (#1387)
- alreadyPaidMain[addr] = mainRewardShare * newAmount (#1203)
- _addToken(recipient,receiveAmount) (#1389)
- alreadyPaidMain[addr] = mainRewardShare * newAmount (#1203)
- _removeToken(sender,amount) (#1386)
- alreadyPaidMisc[addr] = miscRewardShare * newAmount (#1256)
- _addToken(address(this),contractToken) (#1387)
- alreadyPaidMisc[addr] = miscRewardShare * newAmount (#1205)
- _addToken(recipient,receiveAmount) (#1389)
- alreadyPaidMisc[addr] = miscRewardShare * newAmount (#1205)
- _removeToken(sender,amount) (#1386)
- toBePaidMain[addr] += mainPayment (#1255)
- _addToken(address(this),contractToken) (#1387)
- toBePaidMain[addr] += mainPayment (#1204)
- _addToken(recipient,receiveAmount) (#1389)
- toBePaidMain[addr] += mainPayment (#1204)
- _removeToken(sender,amount) (#1386)
- toBePaidMisc[addr] += miscPayment (#1257)
- _addToken(address(this),contractToken) (#1387)
- toBePaidMisc[addr] += miscPayment (#1206)
- _addToken(recipient,receiveAmount) (#1389)
- toBePaidMisc[addr] += miscPayment (#1206)
Reentrancy in MottaInu.constructor() (#665-718):
External calls:
- _pancakePairAddress = IPancakeFactory(_pancakeRouter.factory()).createPair(address(this),_pancakeRouter.WETH()) (#673-675)
State variables written after the call(s):
- _allowances[address(this)][address(_pancakeRouter)] = type()(uint256).max (#678)
- _approve(address(this),address(_pancakeRouter),type()(uint256).max) (#717)
- _allowances[owner][spender] = amount (#755)
- _addToken(msg.sender,INITIAL_SUPPLY) (#676)
- _balances[addr] = newAmount (#1196)
- _balances[addr] = newAmount (#1202)
- _balances[addr] = newAmount (#1207)
- _circulatingSupply = INITIAL_SUPPLY (#695)
- _limits = BalanceLimits(INITIAL_SUPPLY * INITIAL_MAX_WALLET / INITIAL_MAX_DIVISOR,INITIAL_SUPPLY * INITIAL_MAX_SELL / INITIAL_MAX_DIVISOR,INITIAL_SUPPLY * INITIAL_MAX_BUY / INITIAL_MAX_DIVISOR,INITIAL_MAX_WALLET,INITIAL_MAX_SELL,INITIAL_MAX_BUY,INITIAL_MAX_DIVISOR) (#697-705)
- _taxWallet.marketing = msg.sender (#681)
- _taxWallet.dev = msg.sender (#682)
- _taxWallet.lottery = msg.sender (#683)
- _addToken(msg.sender,INITIAL_SUPPLY) (#676)
- _totalShares += amount (#1199)
- _addToken(msg.sender,INITIAL_SUPPLY) (#676)
- alreadyPaidMain[addr] = mainRewardShare * newAmount (#1203)
- _addToken(msg.sender,INITIAL_SUPPLY) (#676)
- alreadyPaidMisc[addr] = miscRewardShare * newAmount (#1205)
- _addToken(msg.sender,INITIAL_SUPPLY) (#676)
- toBePaidMain[addr] += mainPayment (#1204)
- _addToken(msg.sender,INITIAL_SUPPLY) (#676)
- toBePaidMisc[addr] += miscPayment (#1206)
- totalSwapRatio = totalTaxRatio - _taxRatios.burn (#693)
- totalTaxRatio = _taxRatios.burn + _taxRatios.buyback + _taxRatios.dev + _taxRatios.liquidity + _taxRatios.lottery + _taxRatios.marketing + _taxRatios.rewards (#685-691)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in MottaInu._swapContractToken(uint16,bool) (#1265-1306):
External calls:
- _swapTokenForBNB(swapToken) (#1297)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1313-1319)
- _addLiquidity(liqToken,liqBNB) (#1301)
- _pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1182-1189)
External calls sending eth:
- _addLiquidity(liqToken,liqBNB) (#1301)
- _pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1182-1189)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#756)
- _addLiquidity(liqToken,liqBNB) (#1301)
Reentrancy in MottaInu._taxedTransfer(address,address,uint256,bool,bool) (#1322-1391):
External calls:
- _swapContractToken(swapThreshold,false) (#1370)
- _pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1182-1189)
- (success) = address(verification).call{value: amount}() (#321)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1313-1319)
- Address.verifyCall(newLiq) (#1303)
External calls sending eth:
- _swapContractToken(swapThreshold,false) (#1370)
- _pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1182-1189)
- (success) = address(verification).call{value: amount}() (#321)
Event emitted after the call(s):
- Transfer(sender,recipient,receiveAmount) (#1390)
Reentrancy in MottaInu.claimBNBTo(address,address,uint256,bool) (#1494-1504):
External calls:
- _sendBnb(to,amountWei) (#1501)
- (sent) = account.call{value: (amount)}() (#1261)
Event emitted after the call(s):
- ClaimBNB(from,to,amountWei) (#1503)
Reentrancy in MottaInu.claimToken(address,address,uint256,bool) (#1446-1492):
External calls:
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1484-1488)
Event emitted after the call(s):
- ClaimToken(amount,token,addr) (#1490)
Reentrancy in MottaInu.constructor() (#665-718):
External calls:
- _pancakePairAddress = IPancakeFactory(_pancakeRouter.factory()).createPair(address(this),_pancakeRouter.WETH()) (#673-675)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#756)
- _approve(address(this),address(_pancakeRouter),type()(uint256).max) (#717)
- Transfer(address(0),msg.sender,INITIAL_SUPPLY) (#677)
Reentrancy in MottaInu.transferFrom(address,address,uint256) (#781-789):
External calls:
- _transfer(sender,recipient,amount) (#782)
- _pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1182-1189)
- (sent) = account.call{value: (amount)}() (#1261)
- (success) = address(verification).call{value: amount}() (#321)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1313-1319)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1484-1488)
- Address.verifyCall(newLiq) (#1303)
External calls sending eth:
- _transfer(sender,recipient,amount) (#782)
- _pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1182-1189)
- (sent) = account.call{value: (amount)}() (#1261)
- (success) = address(verification).call{value: amount}() (#321)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1484-1488)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#756)
- _approve(sender,msg.sender,currentAllowance - amount) (#787)
Apply the check-effects-interactions pattern.

Additional information: link

MottaInu.recoverBNB() (#1036-1040) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp >= _liquidityUnlockTime,Not yet unlocked) (#1037)
MottaInu.releaseLP() (#1052-1057) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp >= _liquidityUnlockTime,Not yet unlocked) (#1053)
MottaInu.removeLP() (#1060-1075) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp >= _liquidityUnlockTime,Not yet unlocked) (#1061)
MottaInu.getLiquidityUnlockInSeconds() (#1128-1133) uses timestamp for comparisons
Dangerous comparisons:
- block.timestamp < _liquidityUnlockTime (#1129)
MottaInu.setUnlockTime(uint256) (#1566-1570) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(newUnlockTime > _liquidityUnlockTime) (#1568)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#311-315) uses assembly
- INLINE ASM (#313)
Address._verifyCallResult(bool,bytes,string) (#370-383) uses assembly
- INLINE ASM (#375-378)
Do not use evm assembly.

Additional information: link

MottaInu.excludeAccountFromFees(address,bool) (#852-858) compares to a boolean constant:
-exclude == true (#853)
Remove the equality to the boolean constant.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#370-383) is never used and should be removed
Address.functionCall(address,bytes) (#331-333) is never used and should be removed
Address.functionCall(address,bytes,string) (#335-337) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#339-341) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#343-348) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#360-362) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#364-368) is never used and should be removed
Address.functionStaticCall(address,bytes) (#350-352) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#354-358) is never used and should be removed
Address.isContract(address) (#311-315) is never used and should be removed
Address.sendValue(address,uint256) (#325-329) is never used and should be removed
EnumerableSet._at(EnumerableSet.Set,uint256) (#427-430) is never used and should be removed
EnumerableSet._length(EnumerableSet.Set) (#423-425) is never used and should be removed
EnumerableSet.add(EnumerableSet.Bytes32Set,bytes32) (#436-438) is never used and should be removed
EnumerableSet.add(EnumerableSet.UintSet,uint256) (#484-486) is never used and should be removed
EnumerableSet.at(EnumerableSet.AddressSet,uint256) (#476-478) is never used and should be removed
EnumerableSet.at(EnumerableSet.Bytes32Set,uint256) (#452-454) is never used and should be removed
EnumerableSet.at(EnumerableSet.UintSet,uint256) (#500-502) is never used and should be removed
EnumerableSet.contains(EnumerableSet.Bytes32Set,bytes32) (#444-446) is never used and should be removed
EnumerableSet.contains(EnumerableSet.UintSet,uint256) (#492-494) is never used and should be removed
EnumerableSet.length(EnumerableSet.AddressSet) (#472-474) is never used and should be removed
EnumerableSet.length(EnumerableSet.Bytes32Set) (#448-450) is never used and should be removed
EnumerableSet.length(EnumerableSet.UintSet) (#496-498) is never used and should be removed
EnumerableSet.remove(EnumerableSet.Bytes32Set,bytes32) (#440-442) is never used and should be removed
EnumerableSet.remove(EnumerableSet.UintSet,uint256) (#488-490) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.11 (#93) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.11 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.

Additional information: link

Low level call in Address.verifyCall(uint256) (#317-323):
- (success) = address(verification).call{value: amount}() (#321)
Low level call in Address.sendValue(address,uint256) (#325-329):
- (success) = recipient.call{value: amount}() (#327)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#343-348):
- (success,returndata) = target.call{value: value}(data) (#346)
Low level call in Address.functionStaticCall(address,bytes,string) (#354-358):
- (success,returndata) = target.staticcall(data) (#356)
Low level call in Address.functionDelegateCall(address,bytes,string) (#364-368):
- (success,returndata) = target.delegatecall(data) (#366)
Low level call in MottaInu._sendBnb(address,uint256) (#1260-1263):
- (sent) = account.call{value: (amount)}() (#1261)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IPancakeERC20.DOMAIN_SEPARATOR() (#123) is not in mixedCase
Function IPancakeERC20.PERMIT_TYPEHASH() (#124) is not in mixedCase
Function IPancakeRouter01.WETH() (#227) is not in mixedCase
Parameter MottaInu.allowance(address,address)._owner (#742) is not in mixedCase
Function MottaInu.BurnTokens(uint256) (#795-797) is not in mixedCase
Function MottaInu.ClaimMainReward() (#799-804) is not in mixedCase
Function MottaInu.ClaimMiscReward(address) (#806-811) is not in mixedCase
Function MottaInu.IncludeMeToStaking() (#813-820) is not in mixedCase
Variable MottaInu._taxRates (#561-565) is not in mixedCase
Variable MottaInu._taxRatios (#567-575) is not in mixedCase
Variable MottaInu._taxWallet (#577) is not in mixedCase
Variable MottaInu._limits (#578) is not in mixedCase
Variable MottaInu._pancakePairAddress (#617) is not in mixedCase
Variable MottaInu.PancakeRouter (#619) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

MottaInu.slitherConstructorConstantVariables() (#506-1587) uses literals with too many digits:
- INITIAL_SUPPLY = 100000000 * 10 ** TOKEN_DECIMALS (#519)
MottaInu.slitherConstructorConstantVariables() (#506-1587) uses literals with too many digits:
- BURN_ADDRESS = 0x000000000000000000000000000000000000dEaD (#527)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#297-300)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#302-306)
BurnTokens(uint256) should be declared external:
- MottaInu.BurnTokens(uint256) (#795-797)
ClaimMainReward() should be declared external:
- MottaInu.ClaimMainReward() (#799-804)
ClaimMiscReward(address) should be declared external:
- MottaInu.ClaimMiscReward(address) (#806-811)
IncludeMeToStaking() should be declared external:
- MottaInu.IncludeMeToStaking() (#813-820)
awardLottery(address,uint256) should be declared external:
- MottaInu.awardLottery(address,uint256) (#824-828)
changeMainReward(address) should be declared external:
- MottaInu.changeMainReward(address) (#830-833)
createLPandBNB(uint16,bool) should be declared external:
- MottaInu.createLPandBNB(uint16,bool) (#835-837)
enableBlacklist(bool) should be declared external:
- MottaInu.enableBlacklist(bool) (#839-842)
dynamicSettings(bool,bool,bool,bool) should be declared external:
- MottaInu.dynamicSettings(bool,bool,bool,bool) (#844-850)
excludeAccountFromFees(address,bool) should be declared external:
- MottaInu.excludeAccountFromFees(address,bool) (#852-858)
excludeFromStaking(address) should be declared external:
- MottaInu.excludeFromStaking(address) (#860-871)
includeToStaking(address) should be declared external:
- MottaInu.includeToStaking(address) (#873-880)
enableManualSwap(bool) should be declared external:
- MottaInu.enableManualSwap(bool) (#882-885)
sameBlockRevert(bool) should be declared external:
- MottaInu.sameBlockRevert(bool) (#887-889)
setPresale(address) should be declared external:
- MottaInu.setPresale(address) (#891-894)
setBlacklistStatus(address[],bool) should be declared external:
- MottaInu.setBlacklistStatus(address[],bool) (#896-900)
triggerBuyback(uint256) should be declared external:
- MottaInu.triggerBuyback(uint256) (#902-915)
triggerExternalBuyback(uint256,address) should be declared external:
- MottaInu.triggerExternalBuyback(uint256,address) (#917-930)
updateLimits(uint16,uint16,uint16,uint16,bool) should be declared external:
- MottaInu.updateLimits(uint16,uint16,uint16,uint16,bool) (#932-953)
updateRatios(uint8,uint8,uint8,uint8,uint8,uint8,uint8) should be declared external:
- MottaInu.updateRatios(uint8,uint8,uint8,uint8,uint8,uint8,uint8) (#955-981)
updateRewardSplit(uint8,uint8) should be declared external:
- MottaInu.updateRewardSplit(uint8,uint8) (#983-989)
updateSwapThreshold(uint16) should be declared external:
- MottaInu.updateSwapThreshold(uint16) (#991-996)
updateTargetLiquidity(uint16) should be declared external:
- MottaInu.updateTargetLiquidity(uint16) (#998-1001)
updateTax(uint8,uint8,uint8) should be declared external:
- MottaInu.updateTax(uint8,uint8,uint8) (#1003-1009)
withdrawDev() should be declared external:
- MottaInu.withdrawDev() (#1011-1015)
withdrawLottery() should be declared external:
- MottaInu.withdrawLottery() (#1017-1021)
withdrawMarketing() should be declared external:
- MottaInu.withdrawMarketing() (#1023-1027)
lockLiquidityTokens(uint256) should be declared external:
- MottaInu.lockLiquidityTokens(uint256) (#1031-1034)
recoverBNB() should be declared external:
- MottaInu.recoverBNB() (#1036-1040)
recoverMiscToken(address) should be declared external:
- MottaInu.recoverMiscToken(address) (#1044-1049)
releaseLP() should be declared external:
- MottaInu.releaseLP() (#1052-1057)
removeLP() should be declared external:
- MottaInu.removeLP() (#1060-1075)
setDevWallet(address) should be declared external:
- MottaInu.setDevWallet(address) (#1077-1083)
setLotteryWallet(address) should be declared external:
- MottaInu.setLotteryWallet(address) (#1085-1091)
setMarketingWallet(address) should be declared external:
- MottaInu.setMarketingWallet(address) (#1093-1099)
getBlacklistInfo() should be declared external:
- MottaInu.getBlacklistInfo() (#1103-1111)
getDynamicInfo() should be declared external:
- MottaInu.getDynamicInfo() (#1113-1121)
getLiquidityUnlockInSeconds() should be declared external:
- MottaInu.getLiquidityUnlockInSeconds() (#1128-1133)
getMainBalance(address) should be declared external:
- MottaInu.getMainBalance(address) (#1135-1138)
getMiscBalance(address) should be declared external:
- MottaInu.getMiscBalance(address) (#1140-1143)
getSupplyInfo() should be declared external:
- MottaInu.getSupplyInfo() (#1145-1148)
getWithdrawBalances() should be declared external:
- MottaInu.getWithdrawBalances() (#1150-1152)
Use the external attribute for functions never called from the contract.

Additional information: link

MottaInu.allowance(address,address)._owner (#742) shadows:
- Ownable._owner (#278) (state variable)
MottaInu._approve(address,address,uint256).owner (#751) shadows:
- Ownable.owner() (#288-290) (function)
Rename the local variables that shadow another component.

Additional information: link

MottaInu._distributeStake(uint256,bool) (#1210-1233) performs a multiplication on the result of a division:
-stakingSplit = (bnbAmount * _taxRatios.rewards) / totalSwapRatio (#1214)
-mainAmount = (stakingSplit * mainRewardSplit) / 100 (#1216)
MottaInu._distributeStake(uint256,bool) (#1210-1233) performs a multiplication on the result of a division:
-stakingSplit = (bnbAmount * _taxRatios.rewards) / totalSwapRatio (#1214)
-miscAmount = (stakingSplit * miscRewardSplit) / 100 (#1217)
MottaInu._distributeStake(uint256,bool) (#1210-1233) performs a multiplication on the result of a division:
-mainAmount = (stakingSplit * mainRewardSplit) / 100 (#1216)
-mainRewardShare += ((mainAmount * DISTRIBUTION_MULTI) / totalShares) (#1229)
MottaInu._distributeStake(uint256,bool) (#1210-1233) performs a multiplication on the result of a division:
-miscAmount = (stakingSplit * miscRewardSplit) / 100 (#1217)
-miscRewardShare += ((miscAmount * DISTRIBUTION_MULTI) / totalShares) (#1230)
MottaInu._swapContractToken(uint16,bool) (#1265-1306) performs a multiplication on the result of a division:
-tokenToSwap = _balances[_pancakePairAddress] * permilleOfPancake / 1000 (#1271)
-tokenForLiquidity = (tokenToSwap * dynamicLiqRatio) / totalSwapRatio (#1291)
MottaInu._taxedTransfer(address,address,uint256,bool,bool) (#1322-1391) performs a multiplication on the result of a division:
-taxedAmount = amount * tax / 100 (#1372)
-tokensToBeBurnt = taxedAmount * _taxRatios.burn / totalTaxRatio (#1373)
Consider ordering multiplication before division.

Additional information: link

MottaInu.constructor() (#665-718) ignores return value by _excluded.add(msg.sender) (#707)
MottaInu.constructor() (#665-718) ignores return value by _excluded.add(_taxWallet.marketing) (#708)
MottaInu.constructor() (#665-718) ignores return value by _excluded.add(_taxWallet.dev) (#709)
MottaInu.constructor() (#665-718) ignores return value by _excluded.add(_taxWallet.lottery) (#710)
MottaInu.constructor() (#665-718) ignores return value by _excluded.add(address(this)) (#711)
MottaInu.constructor() (#665-718) ignores return value by _excluded.add(BURN_ADDRESS) (#712)
MottaInu.constructor() (#665-718) ignores return value by _excludedFromStaking.add(address(this)) (#713)
MottaInu.constructor() (#665-718) ignores return value by _excludedFromStaking.add(BURN_ADDRESS) (#714)
MottaInu.constructor() (#665-718) ignores return value by _excludedFromStaking.add(address(_pancakeRouter)) (#715)
MottaInu.constructor() (#665-718) ignores return value by _excludedFromStaking.add(_pancakePairAddress) (#716)
MottaInu.IncludeMeToStaking() (#813-820) ignores return value by _excludedFromStaking.remove(msg.sender) (#816)
MottaInu.excludeAccountFromFees(address,bool) (#852-858) ignores return value by _excluded.add(account) (#854)
MottaInu.excludeAccountFromFees(address,bool) (#852-858) ignores return value by _excluded.remove(account) (#856)
MottaInu.excludeFromStaking(address) (#860-871) ignores return value by _excludedFromStaking.add(addr) (#869)
MottaInu.includeToStaking(address) (#873-880) ignores return value by _excludedFromStaking.remove(addr) (#876)
MottaInu.setPresale(address) (#891-894) ignores return value by _excluded.add(presaleAddress) (#892)
MottaInu.setPresale(address) (#891-894) ignores return value by _excludedFromStaking.add(presaleAddress) (#893)
MottaInu.removeLP() (#1060-1075) ignores return value by liquidityToken.approve(address(_pancakeRouter),amount) (#1065)
MottaInu.removeLP() (#1060-1075) ignores return value by _pancakeRouter.removeLiquidityETHSupportingFeeOnTransferTokens(address(this),amount,0,0,address(this),block.timestamp) (#1066-1073)
MottaInu.setDevWallet(address) (#1077-1083) ignores return value by _excluded.remove(prevDev) (#1079)
MottaInu.setDevWallet(address) (#1077-1083) ignores return value by _excluded.add(_taxWallet.dev) (#1081)
MottaInu.setLotteryWallet(address) (#1085-1091) ignores return value by _excluded.remove(prevLottery) (#1087)
MottaInu.setLotteryWallet(address) (#1085-1091) ignores return value by _excluded.add(_taxWallet.lottery) (#1089)
MottaInu.setMarketingWallet(address) (#1093-1099) ignores return value by _excluded.remove(prevMarketing) (#1095)
MottaInu.setMarketingWallet(address) (#1093-1099) ignores return value by _excluded.add(_taxWallet.marketing) (#1097)
MottaInu._addLiquidity(uint256,uint256) (#1180-1190) ignores return value by _pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1182-1189)
Ensure that all the return values of the function calls are used.

Additional information: link

Holders:


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


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


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 PancakeSwap volume is less than $100. Token is either dead or inactive.


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


Average 30d PancakeSwap liquidity is low.


Token is deployed only at one blockchain


Token has only one trading pair


Twitter account has less than 100 followers


Telegram account has relatively few subscribers


Last post in Twitter was more than 30 days ago


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


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 find audit link on the website


Unable to find whitepaper link on the website


Unable to find Twitter link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


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

Additional information: link


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


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


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for MINU

News for MINU