MetaAltPad Token Logo

MAP [MetaAltPad] Token

About MAP

Listings

Token 2 years
white paper

What is MetaAltPad?
MetaAltPad is a first-of-its-kind token By implementing a ""Referral Train"" system, $MAP has the capacity to expand well into the masses for mainstream adoption.

Share your link, get rewarded. It's that simple. If you refer someone who in turn refers more people, you will also get a bonus! This tree extends three ""branches"" deep - meaning if the people you are referring are also referring people, you will be greatly rewarded!

There is also a daily, weekly, and monthly leaderboard to compete on - all fully automated with our one-of-a-kind contract!

Social

Laser Scorebeta Last Audit: 14 December 2021

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

Anti-Scam

Links


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

MetaAltPad.addLiquidity(uint256,uint256) (#2208-2221) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2213-2220)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in MetaAltPad._transfer(address,address,uint256) (#1891-2045):
External calls:
- swapAndLiquify(countLiquidityFees) (#1955)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2213-2220)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
- swapAndSendDividendsAndMarketingFunds(countBNBRewardsFee,countDevFees) (#1958)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
- (success) = address(dividendTracker).call{value: BNBRewardsFeeBNB}() (#2254)
- (successMarketing) = address(marketingAddress).call{value: devFeesBNB}() (#2268)
External calls sending eth:
- swapAndLiquify(countLiquidityFees) (#1955)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2213-2220)
- swapAndSendDividendsAndMarketingFunds(countBNBRewardsFee,countDevFees) (#1958)
- (success) = address(dividendTracker).call{value: BNBRewardsFeeBNB}() (#2254)
- (successMarketing) = address(marketingAddress).call{value: devFeesBNB}() (#2268)
State variables written after the call(s):
- super._transfer(from,treePayoutTo,adjustedTax) (#1981)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#562-565)
- _balances[recipient] = _balances[recipient].add(amount) (#566)
- super._transfer(from,address(this),referralFeeTxn) (#1992)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#562-565)
- _balances[recipient] = _balances[recipient].add(amount) (#566)
- super._transfer(from,address(this),fees) (#2012)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#562-565)
- _balances[recipient] = _balances[recipient].add(amount) (#566)
- countBNBRewardsFee += referralFeeTxn (#1993)
- countBNBRewardsFee += BNBRewardsFeeAmount (#2008)
- countDevFees += devFeeAmount (#2006)
- countLiquidityFees += liquidityFeeAmount (#2007)
- swapping = false (#1960)
Reentrancy in MetaAltPad._transfer(address,address,uint256) (#1891-2045):
External calls:
- swapAndLiquify(countLiquidityFees) (#1955)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2213-2220)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
- swapAndSendDividendsAndMarketingFunds(countBNBRewardsFee,countDevFees) (#1958)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
- (success) = address(dividendTracker).call{value: BNBRewardsFeeBNB}() (#2254)
- (successMarketing) = address(marketingAddress).call{value: devFeesBNB}() (#2268)
- dividendTracker.process(gas) (#2016-2029)
External calls sending eth:
- swapAndLiquify(countLiquidityFees) (#1955)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2213-2220)
- swapAndSendDividendsAndMarketingFunds(countBNBRewardsFee,countDevFees) (#1958)
- (success) = address(dividendTracker).call{value: BNBRewardsFeeBNB}() (#2254)
- (successMarketing) = address(marketingAddress).call{value: devFeesBNB}() (#2268)
State variables written after the call(s):
- BNBRewardsBuyFee = BNBRewardsBuyFeeActual (#2035)
- BNBRewardsSellFee = BNBRewardsSellFeeActual (#2036)
- super._transfer(from,to,amount) (#2040)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#562-565)
- _balances[recipient] = _balances[recipient].add(amount) (#566)
- devFees = devFeeActual (#2033)
- liquidityFee = liquidityFeeActual (#2034)
Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (#1265-1292):
External calls:
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (#1276-1279)
State variables written after the call(s):
- withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend) (#1282-1284)
Reentrancy in MAPDividendTracker._withdrawDividendOfUser(address) (#2597-2657):
External calls:
- (success,None) = user.call{gas: 3000,value: _withdrawableDividend}() (#2617-2620)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _withdrawableDividend}(0,path,user,block.timestamp) (#2627-2641)
State variables written after the call(s):
- withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend) (#2645-2647)
Reentrancy in MetaAltPad.swapAndLiquify(uint256) (#2047-2086):
External calls:
- swapTokensForBNB(half,address(address(this))) (#2073)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
- addLiquidity(otherHalf,newBalance) (#2081)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2213-2220)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#2081)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2213-2220)
State variables written after the call(s):
- countLiquidityFees -= otherHalf (#2083)
Apply the check-effects-interactions pattern.

Additional information: link

MetaAltPad.transferERC20Token(address,uint256,address) (#1877-1879) ignores return value by ERC20(tokenAddress).transfer(destination,amount) (#1878)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


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.


Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.

Reentrancy in MetaAltPad.updateDividendTracker(address) (#1616-1633):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (#1625)
- newDividendTracker.excludeFromDividends(address(this)) (#1626)
- newDividendTracker.excludeFromDividends(owner()) (#1627)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (#1628)
State variables written after the call(s):
- dividendTracker = newDividendTracker (#1632)
Apply the check-effects-interactions pattern.

Additional information: link

MetaAltPad._transfer(address,address,uint256).lastProcessedIndex (#2019) is a local variable never initialized
MAPDividendTracker._withdrawDividendOfUser(address).success (#2609) is a local variable never initialized
MetaAltPad._transfer(address,address,uint256).iterations (#2017) is a local variable never initialized
MetaAltPad._transfer(address,address,uint256).claims (#2018) 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

MetaAltPad.constructor() (#1541-1588) ignores return value by dividendTracker.excludedFromDividends(address(0)) (#1564)
MetaAltPad.claim() (#1833-1835) ignores return value by dividendTracker.processAccount(address(msg.sender),false) (#1834)
MetaAltPad._transfer(address,address,uint256) (#1891-2045) ignores return value by dividendTracker.process(gas) (#2016-2029)
MetaAltPad.addLiquidity(uint256,uint256) (#2208-2221) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2213-2220)
Ensure that all the return values of the function calls are used.

Additional information: link

DividendPayingToken.constructor(string,string)._name (#1220) shadows:
- ERC20._name (#336) (state variable)
DividendPayingToken.constructor(string,string)._symbol (#1220) shadows:
- ERC20._symbol (#337) (state variable)
Rename the local variables that shadow another component.

Additional information: link

MetaAltPad.updateMaxAmount(uint256) (#1611-1614) should emit an event for:
- maxSellTransactionAmount = newNum * (10 ** 18) (#1613)
MetaAltPad.setReferralTreeFeesLength(int256) (#1752-1755) should emit an event for:
- referralTreeFeesLength = length (#1753)
MetaAltPad.setSwapTokensAmount(uint256) (#2088-2090) should emit an event for:
- swapTokensAtAmount = amount (#2089)
MetaAltPad.setSwapTokensAmountMax(uint256) (#2092-2095) should emit an event for:
- swapTokensAtAmountMax = amount (#2094)
Emit an event for critical parameter changes.

Additional information: link

MetaAltPad.setMarketingAddress(address).newAddress (#1635) lacks a zero-check on :
- marketingAddress = newAddress (#1639)
MetaAltPad.updateLiquidityWallet(address).newLiquidityWallet (#1692) lacks a zero-check on :
- liquidityWallet = newLiquidityWallet (#1698)
MetaAltPad.transferBNB(address,uint256).destination (#1865) lacks a zero-check on :
- address(destination).transfer(bnb) (#1866)
Ownable.constructor().msgSender (#881) lacks a zero-check on :
- _owner = msgSender (#882)
Check that the address is not zero.

Additional information: link

MetaAltPad._transfer(address,address,uint256) (#1891-2045) has external calls inside a loop: dividendTracker.setBalance(treePayoutTo,balanceOf(treePayoutTo)) (#1982)
Favor pull over push strategy for external calls.

Additional information: link

Variable 'MetaAltPad._transfer(address,address,uint256).claims (#2018)' in MetaAltPad._transfer(address,address,uint256) (#1891-2045) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#2021-2028)
Variable 'MetaAltPad._transfer(address,address,uint256).lastProcessedIndex (#2019)' in MetaAltPad._transfer(address,address,uint256) (#1891-2045) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#2021-2028)
Variable 'MetaAltPad._transfer(address,address,uint256).iterations (#2017)' in MetaAltPad._transfer(address,address,uint256) (#1891-2045) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#2021-2028)
Move all variable declarations prior to any usage of the variable, and ensure that reaching a variable declaration does not depend on some conditional if it is used unconditionally.

Additional information: link

Reentrancy in MetaAltPad._transfer(address,address,uint256) (#1891-2045):
External calls:
- swapAndLiquify(countLiquidityFees) (#1955)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2213-2220)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
- swapAndSendDividendsAndMarketingFunds(countBNBRewardsFee,countDevFees) (#1958)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
- (success) = address(dividendTracker).call{value: BNBRewardsFeeBNB}() (#2254)
- (successMarketing) = address(marketingAddress).call{value: devFeesBNB}() (#2268)
External calls sending eth:
- swapAndLiquify(countLiquidityFees) (#1955)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2213-2220)
- swapAndSendDividendsAndMarketingFunds(countBNBRewardsFee,countDevFees) (#1958)
- (success) = address(dividendTracker).call{value: BNBRewardsFeeBNB}() (#2254)
- (successMarketing) = address(marketingAddress).call{value: devFeesBNB}() (#2268)
State variables written after the call(s):
- swapAndSendDividendsAndMarketingFunds(countBNBRewardsFee,countDevFees) (#1958)
- _allowances[owner][spender] = amount (#634)
- originalAmountBeforeFees = amount (#1963)
Reentrancy in MetaAltPad._transfer(address,address,uint256) (#1891-2045):
External calls:
- swapAndLiquify(countLiquidityFees) (#1955)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2213-2220)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
- swapAndSendDividendsAndMarketingFunds(countBNBRewardsFee,countDevFees) (#1958)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
- (success) = address(dividendTracker).call{value: BNBRewardsFeeBNB}() (#2254)
- (successMarketing) = address(marketingAddress).call{value: devFeesBNB}() (#2268)
- dividendTracker.setBalance(treePayoutTo,balanceOf(treePayoutTo)) (#1982)
External calls sending eth:
- swapAndLiquify(countLiquidityFees) (#1955)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2213-2220)
- swapAndSendDividendsAndMarketingFunds(countBNBRewardsFee,countDevFees) (#1958)
- (success) = address(dividendTracker).call{value: BNBRewardsFeeBNB}() (#2254)
- (successMarketing) = address(marketingAddress).call{value: devFeesBNB}() (#2268)
State variables written after the call(s):
- referralEarnings[treePayoutTo] += adjustedTax (#1983)
- totalReferralsDistributed += adjustedTax (#1984)
Reentrancy in MetaAltPad.constructor() (#1541-1588):
External calls:
- uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#1551-1554)
- _setAutomatedMarketMakerPair(uniswapV2Pair,true) (#1556)
- dividendTracker.excludeFromDividends(pair) (#1686)
State variables written after the call(s):
- _setAutomatedMarketMakerPair(uniswapV2Pair,true) (#1556)
- automatedMarketMakerPairs[pair] = value (#1683)
Reentrancy in MetaAltPad.constructor() (#1541-1588):
External calls:
- uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#1551-1554)
- _setAutomatedMarketMakerPair(uniswapV2Pair,true) (#1556)
- dividendTracker.excludeFromDividends(pair) (#1686)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1559)
- dividendTracker.excludeFromDividends(address(this)) (#1560)
- dividendTracker.excludeFromDividends(0x000000000000000000000000000000000000dEaD) (#1561-1563)
- dividendTracker.excludeFromDividends(owner()) (#1565)
- dividendTracker.excludeFromDividends(address(uniswapV2Router)) (#1566)
State variables written after the call(s):
- _mint(owner(),1000000000 * (10 ** 18)) (#1587)
- _balances[account] = _balances[account].add(amount) (#585)
- _isExcludedFromFees[liquidityWallet] = true (#1569)
- _isExcludedFromFees[address(this)] = true (#1570)
- _isExcludedFromFees[owner()] = true (#1571)
- _isExcludedFromFees[address(dividendTracker)] = true (#1572)
- _mint(owner(),1000000000 * (10 ** 18)) (#1587)
- _totalSupply = _totalSupply.add(amount) (#584)
- canTransferBeforeTradingIsEnabled[owner()] = true (#1581)
- calculateReferralFee() (#1579)
- referralFee = referralTreeFeesAdded / 100 (#1749)
- referralTreeFees[0] = 200 (#1574)
- referralTreeFees[1] = 150 (#1575)
- referralTreeFees[2] = 50 (#1576)
- referralTreeFeesLength = 3 (#1577)
Reentrancy in MetaAltPad.forceSwapAndSendDividendsAndMarketingFundsAndLiquidity(uint256,uint256,uint256) (#2223-2226):
External calls:
- swapAndLiquify(liquidity) (#2224)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2213-2220)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
- swapAndSendDividendsAndMarketingFunds(dividends,marketing) (#2225)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
- (success) = address(dividendTracker).call{value: BNBRewardsFeeBNB}() (#2254)
- (successMarketing) = address(marketingAddress).call{value: devFeesBNB}() (#2268)
External calls sending eth:
- swapAndLiquify(liquidity) (#2224)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2213-2220)
- swapAndSendDividendsAndMarketingFunds(dividends,marketing) (#2225)
- (success) = address(dividendTracker).call{value: BNBRewardsFeeBNB}() (#2254)
- (successMarketing) = address(marketingAddress).call{value: devFeesBNB}() (#2268)
State variables written after the call(s):
- swapAndSendDividendsAndMarketingFunds(dividends,marketing) (#2225)
- _allowances[owner][spender] = amount (#634)
Reentrancy in MAPDividendTracker.processAccount(address,bool) (#2547-2568):
External calls:
- amount = _withdrawDividendOfUser(account) (#2557)
- (success,None) = user.call{gas: 3000,value: _withdrawableDividend}() (#2617-2620)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _withdrawableDividend}(0,path,user,block.timestamp) (#2627-2641)
State variables written after the call(s):
- lastClaimTimes[account] = block.timestamp (#2560)
Reentrancy in MetaAltPad.swapAndLiquify(uint256) (#2047-2086):
External calls:
- swapTokensForBNB(half,address(address(this))) (#2073)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
State variables written after the call(s):
- countLiquidityFees -= half (#2075)
Reentrancy in MetaAltPad.swapAndLiquify(uint256) (#2047-2086):
External calls:
- swapTokensForBNB(half,address(address(this))) (#2073)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
- addLiquidity(otherHalf,newBalance) (#2081)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2213-2220)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#2081)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2213-2220)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#2081)
- _allowances[owner][spender] = amount (#634)
Reentrancy in MetaAltPad.swapAndSendDividendsAndMarketingFunds(uint256,uint256) (#2228-2275):
External calls:
- swapTokensForBNB(dividends,address(address(this))) (#2246)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
State variables written after the call(s):
- countBNBRewardsFee -= dividends (#2248)
Reentrancy in MetaAltPad.swapAndSendDividendsAndMarketingFunds(uint256,uint256) (#2228-2275):
External calls:
- swapTokensForBNB(dividends,address(address(this))) (#2246)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
- (success) = address(dividendTracker).call{value: BNBRewardsFeeBNB}() (#2254)
- swapTokensForBNB(marketing,address(address(this))) (#2260)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
External calls sending eth:
- (success) = address(dividendTracker).call{value: BNBRewardsFeeBNB}() (#2254)
State variables written after the call(s):
- swapTokensForBNB(marketing,address(address(this))) (#2260)
- _allowances[owner][spender] = amount (#634)
- countDevFees -= marketing (#2262)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in MetaAltPad._setAutomatedMarketMakerPair(address,bool) (#1682-1690):
External calls:
- dividendTracker.excludeFromDividends(pair) (#1686)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#1689)
Reentrancy in MetaAltPad._transfer(address,address,uint256) (#1891-2045):
External calls:
- swapAndLiquify(countLiquidityFees) (#1955)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2213-2220)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
- swapAndSendDividendsAndMarketingFunds(countBNBRewardsFee,countDevFees) (#1958)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
- (success) = address(dividendTracker).call{value: BNBRewardsFeeBNB}() (#2254)
- (successMarketing) = address(marketingAddress).call{value: devFeesBNB}() (#2268)
External calls sending eth:
- swapAndLiquify(countLiquidityFees) (#1955)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2213-2220)
- swapAndSendDividendsAndMarketingFunds(countBNBRewardsFee,countDevFees) (#1958)
- (success) = address(dividendTracker).call{value: BNBRewardsFeeBNB}() (#2254)
- (successMarketing) = address(marketingAddress).call{value: devFeesBNB}() (#2268)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#635)
- swapAndSendDividendsAndMarketingFunds(countBNBRewardsFee,countDevFees) (#1958)
- SendDividends(dividends,marketing,false) (#2230-2234)
- swapAndSendDividendsAndMarketingFunds(countBNBRewardsFee,countDevFees) (#1958)
- SendDividends(BNBRewardsFeeBNB,devFeesBNB,success && successMarketing) (#2270-2274)
- swapAndSendDividendsAndMarketingFunds(countBNBRewardsFee,countDevFees) (#1958)
- Transfer(sender,recipient,amount) (#567)
- super._transfer(from,address(this),fees) (#2012)
- Transfer(sender,recipient,amount) (#567)
- super._transfer(from,address(this),referralFeeTxn) (#1992)
- Transfer(sender,recipient,amount) (#567)
- super._transfer(from,treePayoutTo,adjustedTax) (#1981)
Reentrancy in MetaAltPad._transfer(address,address,uint256) (#1891-2045):
External calls:
- swapAndLiquify(countLiquidityFees) (#1955)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2213-2220)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
- swapAndSendDividendsAndMarketingFunds(countBNBRewardsFee,countDevFees) (#1958)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
- (success) = address(dividendTracker).call{value: BNBRewardsFeeBNB}() (#2254)
- (successMarketing) = address(marketingAddress).call{value: devFeesBNB}() (#2268)
- dividendTracker.process(gas) (#2016-2029)
External calls sending eth:
- swapAndLiquify(countLiquidityFees) (#1955)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2213-2220)
- swapAndSendDividendsAndMarketingFunds(countBNBRewardsFee,countDevFees) (#1958)
- (success) = address(dividendTracker).call{value: BNBRewardsFeeBNB}() (#2254)
- (successMarketing) = address(marketingAddress).call{value: devFeesBNB}() (#2268)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#2021-2028)
- Transfer(sender,recipient,amount) (#567)
- super._transfer(from,to,amount) (#2040)
Reentrancy in MAPDividendTracker._withdrawDividendOfUser(address) (#2597-2657):
External calls:
- (success,None) = user.call{gas: 3000,value: _withdrawableDividend}() (#2617-2620)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _withdrawableDividend}(0,path,user,block.timestamp) (#2627-2641)
Event emitted after the call(s):
- DividendWithdrawn(user,_withdrawableDividend) (#2650)
Reentrancy in MetaAltPad.constructor() (#1541-1588):
External calls:
- uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#1551-1554)
- _setAutomatedMarketMakerPair(uniswapV2Pair,true) (#1556)
- dividendTracker.excludeFromDividends(pair) (#1686)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#1689)
- _setAutomatedMarketMakerPair(uniswapV2Pair,true) (#1556)
Reentrancy in MetaAltPad.constructor() (#1541-1588):
External calls:
- uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#1551-1554)
- _setAutomatedMarketMakerPair(uniswapV2Pair,true) (#1556)
- dividendTracker.excludeFromDividends(pair) (#1686)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1559)
- dividendTracker.excludeFromDividends(address(this)) (#1560)
- dividendTracker.excludeFromDividends(0x000000000000000000000000000000000000dEaD) (#1561-1563)
- dividendTracker.excludeFromDividends(owner()) (#1565)
- dividendTracker.excludeFromDividends(address(uniswapV2Router)) (#1566)
Event emitted after the call(s):
- Transfer(address(0),account,amount) (#586)
- _mint(owner(),1000000000 * (10 ** 18)) (#1587)
Reentrancy in MetaAltPad.forceSwapAndSendDividendsAndMarketingFundsAndLiquidity(uint256,uint256,uint256) (#2223-2226):
External calls:
- swapAndLiquify(liquidity) (#2224)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2213-2220)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
- swapAndSendDividendsAndMarketingFunds(dividends,marketing) (#2225)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
- (success) = address(dividendTracker).call{value: BNBRewardsFeeBNB}() (#2254)
- (successMarketing) = address(marketingAddress).call{value: devFeesBNB}() (#2268)
External calls sending eth:
- swapAndLiquify(liquidity) (#2224)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2213-2220)
- swapAndSendDividendsAndMarketingFunds(dividends,marketing) (#2225)
- (success) = address(dividendTracker).call{value: BNBRewardsFeeBNB}() (#2254)
- (successMarketing) = address(marketingAddress).call{value: devFeesBNB}() (#2268)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#635)
- swapAndSendDividendsAndMarketingFunds(dividends,marketing) (#2225)
- SendDividends(dividends,marketing,false) (#2230-2234)
- swapAndSendDividendsAndMarketingFunds(dividends,marketing) (#2225)
- SendDividends(BNBRewardsFeeBNB,devFeesBNB,success && successMarketing) (#2270-2274)
- swapAndSendDividendsAndMarketingFunds(dividends,marketing) (#2225)
Reentrancy in MAPDividendTracker.processAccount(address,bool) (#2547-2568):
External calls:
- amount = _withdrawDividendOfUser(account) (#2557)
- (success,None) = user.call{gas: 3000,value: _withdrawableDividend}() (#2617-2620)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _withdrawableDividend}(0,path,user,block.timestamp) (#2627-2641)
Event emitted after the call(s):
- Claim(account,amount,automatic) (#2562)
Reentrancy in MetaAltPad.processDividendTracker(uint256) (#1817-1831):
External calls:
- (iterations,claims,lastProcessedIndex) = dividendTracker.process(gas) (#1818-1822)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,false,gas,tx.origin) (#1823-1830)
Reentrancy in MetaAltPad.setPresaleWallet(address) (#1603-1609):
External calls:
- dividendTracker.excludeFromDividends(wallet) (#1606)
Event emitted after the call(s):
- SetPreSaleWallet(wallet) (#1608)
Reentrancy in MetaAltPad.swapAndLiquify(uint256) (#2047-2086):
External calls:
- swapTokensForBNB(half,address(address(this))) (#2073)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
- addLiquidity(otherHalf,newBalance) (#2081)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2213-2220)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#2081)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2213-2220)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#635)
- addLiquidity(otherHalf,newBalance) (#2081)
- SwapAndLiquify(half,newBalance,otherHalf,true) (#2085)
Reentrancy in MetaAltPad.swapAndSendDividendsAndMarketingFunds(uint256,uint256) (#2228-2275):
External calls:
- swapTokensForBNB(dividends,address(address(this))) (#2246)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
- (success) = address(dividendTracker).call{value: BNBRewardsFeeBNB}() (#2254)
- swapTokensForBNB(marketing,address(address(this))) (#2260)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
External calls sending eth:
- (success) = address(dividendTracker).call{value: BNBRewardsFeeBNB}() (#2254)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#635)
- swapTokensForBNB(marketing,address(address(this))) (#2260)
Reentrancy in MetaAltPad.swapAndSendDividendsAndMarketingFunds(uint256,uint256) (#2228-2275):
External calls:
- swapTokensForBNB(dividends,address(address(this))) (#2246)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
- (success) = address(dividendTracker).call{value: BNBRewardsFeeBNB}() (#2254)
- swapTokensForBNB(marketing,address(address(this))) (#2260)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,account,block.timestamp) (#2113-2119)
- (successMarketing) = address(marketingAddress).call{value: devFeesBNB}() (#2268)
External calls sending eth:
- (success) = address(dividendTracker).call{value: BNBRewardsFeeBNB}() (#2254)
- (successMarketing) = address(marketingAddress).call{value: devFeesBNB}() (#2268)
Event emitted after the call(s):
- SendDividends(BNBRewardsFeeBNB,devFeesBNB,success && successMarketing) (#2270-2274)
Reentrancy in MetaAltPad.updateAllowTokens(address,bool) (#2134-2139):
External calls:
- dividendTracker.updateAllowTokens(token,allow) (#2137)
Event emitted after the call(s):
- UpdateAllowTokens(token,allow) (#2138)
Reentrancy in MetaAltPad.updateDividendTracker(address) (#1616-1633):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (#1625)
- newDividendTracker.excludeFromDividends(address(this)) (#1626)
- newDividendTracker.excludeFromDividends(owner()) (#1627)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (#1628)
Event emitted after the call(s):
- UpdateDividendTracker(newAddress,address(dividendTracker)) (#1630)
Reentrancy in MetaAltPad.updatePayoutToken(address) (#2122-2128):
External calls:
- dividendTracker.updatePayoutToken(msg.sender,token) (#2126)
Event emitted after the call(s):
- UpdatePayoutToken(msg.sender,token) (#2127)
Apply the check-effects-interactions pattern.

Additional information: link

MetaAltPad._transfer(address,address,uint256) (#1891-2045) has costly operations inside a loop:
- totalReferralsDistributed += adjustedTax (#1984)
Use a local variable to hold the loop computation result.

Additional information: link

Context._msgData() (#10-13) is never used and should be removed
DividendPayingToken._transfer(address,address,uint256) (#1349-1364) is never used and should be removed
DividendPayingToken._withdrawDividendOfUser(address) (#1265-1292) is never used and should be removed
IterableMapping.get(IterableMapping.Map,address) (#164-166) is never used and should be removed
SafeMath.mod(uint256,uint256) (#843-845) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#859-866) is never used and should be removed
SafeMathInt.abs(int256) (#963-966) is never used and should be removed
SafeMathInt.div(int256,int256) (#934-940) is never used and should be removed
SafeMathInt.mul(int256,int256) (#922-929) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.0 (#3) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6
solc-0.8.7 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 DividendPayingToken._withdrawDividendOfUser(address) (#1265-1292):
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (#1276-1279)
Low level call in MetaAltPad.swapAndSendDividendsAndMarketingFunds(uint256,uint256) (#2228-2275):
- (success) = address(dividendTracker).call{value: BNBRewardsFeeBNB}() (#2254)
- (successMarketing) = address(marketingAddress).call{value: devFeesBNB}() (#2268)
Low level call in MAPDividendTracker._withdrawDividendOfUser(address) (#2597-2657):
- (success,None) = user.call{gas: 3000,value: _withdrawableDividend}() (#2617-2620)
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() (#49) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#51) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#82) is not in mixedCase
Function IUniswapV2Router01.WETH() (#985) is not in mixedCase
Parameter DividendPayingToken.dividendOf(address)._owner (#1297) is not in mixedCase
Parameter DividendPayingToken.withdrawableDividendOf(address)._owner (#1304) is not in mixedCase
Parameter DividendPayingToken.withdrawnDividendOf(address)._owner (#1316) is not in mixedCase
Parameter DividendPayingToken.accumulativeDividendOf(address)._owner (#1330) is not in mixedCase
Constant DividendPayingToken.magnitude (#1200) is not in UPPER_CASE_WITH_UNDERSCORES
Parameter MetaAltPad.updateFees(uint256,uint256,uint256,uint256,uint256).BNBRewardsBuy (#1710) is not in mixedCase
Parameter MetaAltPad.updateFees(uint256,uint256,uint256,uint256,uint256).BNBRewardsSell (#1711) is not in mixedCase
Parameter MetaAltPad.updateFeesReferred(uint256,uint256,uint256).BNBRewardsBuyReferred (#1726) is not in mixedCase
Parameter MetaAltPad.setReferrer(address)._referrer (#2145) is not in mixedCase
Variable MetaAltPad.BNBRewardsBuyFee (#1431) is not in mixedCase
Variable MetaAltPad.BNBRewardsBuyFeeReferred (#1432) is not in mixedCase
Variable MetaAltPad.BNBRewardsSellFee (#1433) is not in mixedCase
Variable MetaAltPad.BNBRewardsBuyFeeActual (#1885) is not in mixedCase
Variable MetaAltPad.BNBRewardsSellFeeActual (#1886) is not in mixedCase
Parameter MAPDividendTracker.getAccount(address)._account (#2400) is not in mixedCase
Variable MAPDividendTracker.MAP (#2296) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#11)" inContext (#5-14)
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 (#990) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#991)
Variable MAPDividendTracker._withdrawDividendOfUser(address)._withdrawableDividend (#2602) is too similar to MAPDividendTracker.getAccount(address).withdrawableDividends (#2407)
Variable DividendPayingToken._withdrawDividendOfUser(address)._withdrawableDividend (#1270) is too similar to MAPDividendTracker.getAccount(address).withdrawableDividends (#2407)
Prevent variables from having similar names.

Additional information: link

MetaAltPad.constructor() (#1541-1588) uses literals with too many digits:
- dividendTracker.excludeFromDividends(0x000000000000000000000000000000000000dEaD) (#1561-1563)
MetaAltPad.constructor() (#1541-1588) uses literals with too many digits:
- _mint(owner(),1000000000 * (10 ** 18)) (#1587)
MetaAltPad.updateGasForProcessing(uint256) (#1701-1705) uses literals with too many digits:
- require(bool)(newValue >= 200000 && newValue <= 500000) (#1702)
MetaAltPad._transfer(address,address,uint256) (#1891-2045) uses literals with too many digits:
- referrer = address(0x0000000000000000000000000000000000000000) (#1921)
MetaAltPad._transfer(address,address,uint256) (#1891-2045) uses literals with too many digits:
- treePayoutTo == address(0x0000000000000000000000000000000000000000) (#1975)
MetaAltPad.setReferrer(address) (#2145-2168) uses literals with too many digits:
- treeAddress == address(0x0000000000000000000000000000000000000000) (#2159)
MetaAltPad.getReferralTreeLength(address) (#2198-2206) uses literals with too many digits:
- referrerTree[account][i] == address(0x0000000000000000000000000000000000000000) (#2200)
MetaAltPad.slitherConstructorVariables() (#1403-2276) uses literals with too many digits:
- maxSellTransactionAmount = 1000000000 * (10 ** 18) (#1420)
MetaAltPad.slitherConstructorVariables() (#1403-2276) uses literals with too many digits:
- swapTokensAtAmount = 200000 * (10 ** 18) (#1421)
MetaAltPad.slitherConstructorVariables() (#1403-2276) uses literals with too many digits:
- swapTokensAtAmountMax = 5000000 * (10 ** 18) (#1422)
MetaAltPad.slitherConstructorVariables() (#1403-2276) uses literals with too many digits:
- gasForProcessing = 300000 (#1455)
MAPDividendTracker.getAccountAtIndex(uint256) (#2441-2467) uses literals with too many digits:
- (0x0000000000000000000000000000000000000000,- 1,- 1,0,0,0) (#2454-2461)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SafeMathInt.MAX_INT256 (#917) is never used in SafeMathInt (#915-972)
MetaAltPad.stakingEnabled (#1411) is never used in MetaAltPad (#1403-2276)
MetaAltPad.totalBuyFeesActual (#1887) is never used in MetaAltPad (#1403-2276)
MetaAltPad.totalSellFeesActual (#1888) is never used in MetaAltPad (#1403-2276)
Remove unused state variables.

Additional information: link

MetaAltPad.devSellFees (#1426) should be constant
MetaAltPad.liquiditySellFee (#1429) should be constant
MetaAltPad.stakingEnabled (#1411) should be constant
MetaAltPad.totalBuyFeesActual (#1887) should be constant
MetaAltPad.totalSellFeesActual (#1888) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

name() should be declared external:
- ERC20.name() (#356-358)
symbol() should be declared external:
- ERC20.symbol() (#364-366)
decimals() should be declared external:
- ERC20.decimals() (#381-383)
- MAPDividendTracker.decimals() (#2334-2336)
- MetaAltPad.decimals() (#1590-1592)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#413-421)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#426-434)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#443-451)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#466-481)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#495-506)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#522-536)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#905-912)
withdrawDividend() should be declared external:
- DividendPayingToken.withdrawDividend() (#1259-1261)
- MAPDividendTracker.withdrawDividend() (#2346-2351)
dividendOf(address) should be declared external:
- DividendPayingToken.dividendOf(address) (#1297-1299)
withdrawnDividendOf(address) should be declared external:
- DividendPayingToken.withdrawnDividendOf(address) (#1316-1323)
updateMaxAmount(uint256) should be declared external:
- MetaAltPad.updateMaxAmount(uint256) (#1611-1614)
updateDividendTracker(address) should be declared external:
- MetaAltPad.updateDividendTracker(address) (#1616-1633)
setMarketingAddress(address) should be declared external:
- MetaAltPad.setMarketingAddress(address) (#1635-1640)
updateUniswapV2Router(address) should be declared external:
- MetaAltPad.updateUniswapV2Router(address) (#1642-1648)
excludeFromDividends(address) should be declared external:
- MetaAltPad.excludeFromDividends(address) (#1657-1660)
enableSwapAndLiquify(bool) should be declared external:
- MetaAltPad.enableSwapAndLiquify(bool) (#1662-1667)
setAutomatedMarketMakerPair(address,bool) should be declared external:
- MetaAltPad.setAutomatedMarketMakerPair(address,bool) (#1669-1676)
setAllowCustomTokens(bool) should be declared external:
- MetaAltPad.setAllowCustomTokens(bool) (#1678-1680)
updateLiquidityWallet(address) should be declared external:
- MetaAltPad.updateLiquidityWallet(address) (#1692-1699)
updateGasForProcessing(uint256) should be declared external:
- MetaAltPad.updateGasForProcessing(uint256) (#1701-1705)
updateFees(uint256,uint256,uint256,uint256,uint256) should be declared external:
- MetaAltPad.updateFees(uint256,uint256,uint256,uint256,uint256) (#1707-1721)
updateFeesReferred(uint256,uint256,uint256) should be declared external:
- MetaAltPad.updateFeesReferred(uint256,uint256,uint256) (#1723-1733)
getReferralTreeFees(int256) should be declared external:
- MetaAltPad.getReferralTreeFees(int256) (#1736-1738)
getReferralTreeFeesLength() should be declared external:
- MetaAltPad.getReferralTreeFeesLength() (#1740-1742)
setReferralTreeFeesLength(int256) should be declared external:
- MetaAltPad.setReferralTreeFeesLength(int256) (#1752-1755)
updateReferralTreeFees(int256,uint256) should be declared external:
- MetaAltPad.updateReferralTreeFees(int256,uint256) (#1757-1761)
isExcludedFromFees(address) should be declared external:
- MetaAltPad.isExcludedFromFees(address) (#1767-1769)
withdrawableDividendOf(address) should be declared external:
- MetaAltPad.withdrawableDividendOf(address) (#1771-1777)
dividendTokenBalanceOf(address) should be declared external:
- MetaAltPad.dividendTokenBalanceOf(address) (#1779-1785)
setSwapTokensAmount(uint256) should be declared external:
- MetaAltPad.setSwapTokensAmount(uint256) (#2088-2090)
setSwapTokensAmountMax(uint256) should be declared external:
- MetaAltPad.setSwapTokensAmountMax(uint256) (#2092-2095)
updatePayoutToken(address) should be declared external:
- MetaAltPad.updatePayoutToken(address) (#2122-2128)
getPayoutToken(address) should be declared external:
- MetaAltPad.getPayoutToken(address) (#2130-2132)
updateAllowTokens(address,bool) should be declared external:
- MetaAltPad.updateAllowTokens(address,bool) (#2134-2139)
getAllowTokens(address) should be declared external:
- MetaAltPad.getAllowTokens(address) (#2141-2143)
setReferrer(address) should be declared external:
- MetaAltPad.setReferrer(address) (#2145-2168)
getReferrer() should be declared external:
- MetaAltPad.getReferrer() (#2170-2172)
getReferralCount(address) should be declared external:
- MetaAltPad.getReferralCount(address) (#2178-2180)
getReferralCountBranched(address) should be declared external:
- MetaAltPad.getReferralCountBranched(address) (#2182-2184)
getReferralEarnings(address) should be declared external:
- MetaAltPad.getReferralEarnings(address) (#2186-2188)
getReferralTree(address,int256) should be declared external:
- MetaAltPad.getReferralTree(address,int256) (#2190-2192)
setReferralTreeAtIndex(address,int256,address) should be declared external:
- MetaAltPad.setReferralTreeAtIndex(address,int256,address) (#2194-2196)
getReferralTreeLength(address) should be declared external:
- MetaAltPad.getReferralTreeLength(address) (#2198-2206)
forceSwapAndSendDividendsAndMarketingFundsAndLiquidity(uint256,uint256,uint256) should be declared external:
- MetaAltPad.forceSwapAndSendDividendsAndMarketingFundsAndLiquidity(uint256,uint256,uint256) (#2223-2226)
getAllowCustomTokens() should be declared external:
- MAPDividendTracker.getAllowCustomTokens() (#2362-2364)
getAccountAtIndex(uint256) should be declared external:
- MAPDividendTracker.getAccountAtIndex(uint256) (#2441-2467)
process(uint256) should be declared external:
- MAPDividendTracker.process(uint256) (#2493-2545)
updateUniswapV2Router(address) should be declared external:
- MAPDividendTracker.updateUniswapV2Router(address) (#2570-2572)
updatePayoutToken(address,address) should be declared external:
- MAPDividendTracker.updatePayoutToken(address,address) (#2574-2583)
getPayoutToken(address) should be declared external:
- MAPDividendTracker.getPayoutToken(address) (#2585-2587)
updateAllowTokens(address,bool) should be declared external:
- MAPDividendTracker.updateAllowTokens(address,bool) (#2589-2591)
getAllowTokens(address) should be declared external:
- MAPDividendTracker.getAllowTokens(address) (#2593-2595)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


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


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


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


Telegram account link seems to be invalid


Twitter account link seems to be invalid


Unable to find Youtube account


Unable to find Discord 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 contract audit


Unable to verify token contract address on the website


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


Unable to find token on CoinHunt

Additional information: link


Young tokens have high risks of price dump / death


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


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for MAP