MaticVerse Token Logo

Mverse [MaticVerse] Token

About Mverse

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
white paper

Maticverse is a BSc and Polygon cross-chain token. Maticverse offers a series of combat PlayToEarn games combined with unique functional NFTs.

Proven tokenomics and a goal to be the leading launchpad and marketplace.

We believe utility and transparency is crucial and are always seeking to improve and introduce new features and exciting things in the space of DeFi, Gaming and cryptocurrency as a whole.

Social

Laser Scorebeta Last Audit: 15 April 2023

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

MATICVERSE.addLiquidity(uint256,uint256) (#1695-1710) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in MATICVERSE._transfer(address,address,uint256) (#1497-1615):
External calls:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- swapAndSendDividends(sellTokens) (#1536)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- success = IERC20(MATIC).transfer(address(dividendTracker),dividends) (#1718)
- dividendTracker.distributeMATICDividends(dividends) (#1721)
- swapAndSendToFee(marketingTokens_scope_0) (#1553)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
- swapAndLiquify(swapTokens_scope_1) (#1556)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- swapAndSendDividends(sellTokens_scope_2) (#1559)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- success = IERC20(MATIC).transfer(address(dividendTracker),dividends) (#1718)
- dividendTracker.distributeMATICDividends(dividends) (#1721)
External calls sending eth:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- swapAndSendDividends(sellTokens) (#1536)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndSendToFee(marketingTokens_scope_0) (#1553)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndLiquify(swapTokens_scope_1) (#1556)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- swapAndSendDividends(sellTokens_scope_2) (#1559)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
State variables written after the call(s):
- super._transfer(from,address(this),fees) (#1585)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#877)
- _balances[recipient] = _balances[recipient].add(amount) (#878)
- super._transfer(from,address(this),fees_scope_3) (#1595)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#877)
- _balances[recipient] = _balances[recipient].add(amount) (#878)
- super._transfer(from,to,amount) (#1600)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#877)
- _balances[recipient] = _balances[recipient].add(amount) (#878)
Reentrancy in MATICVERSE._transfer(address,address,uint256) (#1497-1615):
External calls:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- swapAndSendDividends(sellTokens) (#1536)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- success = IERC20(MATIC).transfer(address(dividendTracker),dividends) (#1718)
- dividendTracker.distributeMATICDividends(dividends) (#1721)
- swapAndSendToFee(marketingTokens_scope_0) (#1553)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
- swapAndLiquify(swapTokens_scope_1) (#1556)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- swapAndSendDividends(sellTokens_scope_2) (#1559)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- success = IERC20(MATIC).transfer(address(dividendTracker),dividends) (#1718)
- dividendTracker.distributeMATICDividends(dividends) (#1721)
External calls sending eth:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- swapAndSendDividends(sellTokens) (#1536)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndSendToFee(marketingTokens_scope_0) (#1553)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndLiquify(swapTokens_scope_1) (#1556)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- swapAndSendDividends(sellTokens_scope_2) (#1559)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
State variables written after the call(s):
- swapping = false (#1561)
Reentrancy in MATICVERSE._transfer(address,address,uint256) (#1497-1615):
External calls:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- swapAndSendDividends(sellTokens) (#1536)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- success = IERC20(MATIC).transfer(address(dividendTracker),dividends) (#1718)
- dividendTracker.distributeMATICDividends(dividends) (#1721)
External calls sending eth:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- swapAndSendDividends(sellTokens) (#1536)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
State variables written after the call(s):
- swapping = false (#1538)
- swapping = true (#1550)
Apply the check-effects-interactions pattern.

Additional information: link

MATICVERSE.swapAndSendToFee(uint256) (#1617-1629) ignores return value by IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
MATICVERSE.swapAndSendToFee(uint256) (#1617-1629) ignores return value by IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
MATICVERSE.swapAndSendToFee(uint256) (#1617-1629) ignores return value by IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains


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)

MATICVERSE.updateUniswapV2Router(address)._uniswapV2Pair (#1311-1312) lacks a zero-check on :
- uniswapV2Pair = _uniswapV2Pair (#1313)
MATICVERSE.setDevWallet(address).wallet (#1335) lacks a zero-check on :
- _devWalletAddress = wallet (#1336)
MATICVERSE.setMarketingWallet(address).wallet (#1331) lacks a zero-check on :
- _marketingWalletAddress = wallet (#1332)
Check that the address is not zero.

Additional information: link

MATICVERSE.Sell_totalFees (#1199) is set pre-construction with a non-constant function or state variable:
- Sell_MATICRewardsFee.add(Sell_liquidityFee).add(Sell_marketingFee)
MATICVERSE.Buy_totalFees (#1200) is set pre-construction with a non-constant function or state variable:
- Buy_MATICRewardsFee.add(Buy_liquidityFee).add(Buy_marketingFee)
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

Pragma version^0.6.2 (#7) allows old versions
Pragma version^0.6.2 (#255) allows old versions
Pragma version^0.6.2 (#30) allows old versions
Pragma version^0.6.2 (#688) allows old versions
Pragma version^0.6.2 (#1003) allows old versions
Pragma version^0.6.2 (#519) allows old versions
Pragma version^0.6.2 (#584) allows old versions
Pragma version^0.6.2 (#309) allows old versions
Pragma version^0.6.2 (#448) allows old versions
Pragma version^0.6.2 (#968) allows old versions
Pragma version^0.6.2 (#664) allows old versions
Pragma version^0.6.2 (#501) allows old versions
Pragma version^0.6.2 (#1166) allows old versions
Pragma version^0.6.2 (#1023) allows old versions
Pragma version>=0.6.2 (#405) allows old versions
Pragma version^0.6.2 (#241) allows old versions
Pragma version^0.6.2 (#175) allows old versions
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

Variable MATICVERSE._marketingWalletAddress (#1204) is not in mixedCase
Variable MATICVERSE.Buy_liquidityFee (#1196) is not in mixedCase
Function MATICVERSE.TurnOn_PauseTax() (#1372-1375) is not in mixedCase
Variable MATICVERSE._devWalletAddress (#1205) is not in mixedCase
Variable MATICVERSE.MATIC (#1182) is not in mixedCase
Variable MATICVERSE.WBNB (#1183) is not in mixedCase
Variable MATICVERSE._priceImpact (#1188) is not in mixedCase
Variable MATICVERSE.Buy_marketingFee (#1197) is not in mixedCase
Variable MATICVERSE.Sell_totalFees (#1199) is not in mixedCase
Function MATICVERSE.setSell_MATICRewardsFee(uint256) (#1339-1342) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#466) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#483) is not in mixedCase
Parameter MATICVERSE.swapBNBForMatic(uint256).BNB_Balance (#1676) is not in mixedCase
Variable MATICVERSE.Buy_totalFees (#1200) is not in mixedCase
Constant DividendPayingToken.magnitude (#1032) is not in UPPER_CASE_WITH_UNDERSCORES
Function MATICVERSE.setBuy_MarketingFee(uint256) (#1366-1370) is not in mixedCase
Variable MATICVERSE.Sell_liquidityFee (#1191) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#465) is not in mixedCase
Function MATICVERSE.setBuy_MATICRewardsFee(uint256) (#1356-1359) is not in mixedCase
Function MATICVERSE.setSell_LiquiditFee(uint256) (#1344-1347) is not in mixedCase
Parameter MATICVERSEDividendTracker.getAccount(address)._account (#1787) is not in mixedCase
Function MATICVERSE.setSell_MarketingFee(uint256) (#1349-1353) is not in mixedCase
Variable DividendPayingToken.MATIC (#1030) is not in mixedCase
Parameter DividendPayingToken.dividendOf(address)._owner (#1089) is not in mixedCase
Function MATICVERSE.UpdatePriceImpact(uint256) (#1489-1495) is not in mixedCase
Parameter DividendPayingToken.withdrawnDividendOf(address)._owner (#1103) is not in mixedCase
Parameter DividendPayingToken.withdrawableDividendOf(address)._owner (#1096) is not in mixedCase
Variable MATICVERSE.Sell_marketingFee (#1192) is not in mixedCase
Function MATICVERSE.setBuy_LiquiditFee(uint256) (#1361-1364) is not in mixedCase
Function MATICVERSE.TurnOff_PauseTax() (#1377-1380) is not in mixedCase
Function IUniswapV2Router01.WETH() (#313) is not in mixedCase
Parameter DividendPayingToken.accumulativeDividendOf(address)._owner (#1113) is not in mixedCase
Variable MATICVERSE.Sell_MATICRewardsFee (#1190) is not in mixedCase
Variable MATICVERSE.Buy_MATICRewardsFee (#1195) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#25)" inContext (#19-28)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable DividendPayingToken._withdrawDividendOfUser(address)._withdrawableDividend (#1068) is too similar to MATICVERSEDividendTracker.getAccount(address).withdrawableDividends (#1792)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#318) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#319)
Prevent variables from having similar names.

Additional information: link

Reentrancy in MATICVERSE.updateDividendTracker(address) (#1290-1305):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (#1297)
- newDividendTracker.excludeFromDividends(address(this)) (#1298)
- newDividendTracker.excludeFromDividends(owner()) (#1299)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (#1300)
State variables written after the call(s):
- dividendTracker = newDividendTracker (#1304)
Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (#1067-1083):
External calls:
- success = IERC20(MATIC).transfer(user,_withdrawableDividend) (#1072)
State variables written after the call(s):
- withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend) (#1075)
Apply the check-effects-interactions pattern.

Additional information: link

MATICVERSE._transfer(address,address,uint256).claims (#1608) is a local variable never initialized
MATICVERSE._transfer(address,address,uint256).iterations (#1608) is a local variable never initialized
MATICVERSE._transfer(address,address,uint256).lastProcessedIndex (#1608) 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

MATICVERSEDividendTracker.getAccountAtIndex(uint256) (#1832-1849) uses literals with too many digits:
- (0x0000000000000000000000000000000000000000,- 1,- 1,0,0,0,0,0) (#1843)
MATICVERSE.updateGasForProcessing(uint256) (#1403-1408) uses literals with too many digits:
- require(bool,string)(newValue >= 200000 && newValue <= 500000,MATICVERSE: gasForProcessing must be between 200,000 and 500,000) (#1404)
MATICVERSEDividendTracker.constructor() (#1747-1750) uses literals with too many digits:
- minimumTokenBalanceForDividends = 200000 * (10 ** 18) (#1749)
MATICVERSE.slitherConstructorVariables() (#1168-1725) uses literals with too many digits:
- gasForProcessing = 300000 (#1208)
MATICVERSE.slitherConstructorVariables() (#1168-1725) uses literals with too many digits:
- deadWallet = 0x000000000000000000000000000000000000dEaD (#1180)
MATICVERSE.constructor() (#1251-1284) uses literals with too many digits:
- _mint(owner(),200000000000 * (10 ** 18)) (#1283)
MATICVERSE.slitherConstructorVariables() (#1168-1725) uses literals with too many digits:
- swapTokensAtAmount = 2000000 * (10 ** 18) (#1185)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SafeMathInt.MAX_INT256 (#183) is never used in SafeMathInt (#181-239)
Remove unused state variables.

Additional information: link

DividendPayingToken.MATIC (#1030) should be constant
MATICVERSE.deadWallet (#1180) should be constant
MATICVERSE.swapTokensAtAmount (#1185) should be constant
MATICVERSE.WBNB (#1183) should be constant
MATICVERSE.MATIC (#1182) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

MATICVERSE._transfer(address,address,uint256) (#1497-1615) compares to a boolean constant:
-taxPause == true (#1572)
Remove the equality to the boolean constant.

Additional information: link

Different versions of Solidity are used:
- Version used: ['>=0.6.2', '^0.6.2']
- ^0.6.2 (#7)
- ^0.6.2 (#30)
- ^0.6.2 (#175)
- ^0.6.2 (#241)
- ^0.6.2 (#255)
- ^0.6.2 (#309)
- >=0.6.2 (#405)
- ^0.6.2 (#448)
- ^0.6.2 (#501)
- ^0.6.2 (#519)
- ^0.6.2 (#584)
- ^0.6.2 (#664)
- ^0.6.2 (#688)
- ^0.6.2 (#968)
- ^0.6.2 (#1003)
- ^0.6.2 (#1023)
- ^0.6.2 (#1166)
Use one Solidity version.

Additional information: link

SafeMathInt.div(int256,int256) (#200-206) is never used and should be removed
SafeMathInt.abs(int256) (#229-232) is never used and should be removed
SafeMathInt.mul(int256,int256) (#188-195) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#169-172) is never used and should be removed
Context._msgData() (#24-27) is never used and should be removed
SafeMath.mod(uint256,uint256) (#153-155) is never used and should be removed
DividendPayingToken._transfer(address,address,uint256) (#1123-1129) is never used and should be removed
Remove unused functions.

Additional information: link

MATICVERSE._transfer(address,address,uint256) (#1497-1615) ignores return value by dividendTracker.process(gas) (#1608-1613)
MATICVERSE.addLiquidity(uint256,uint256) (#1695-1710) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
MATICVERSE.claim() (#1469-1471) ignores return value by dividendTracker.processAccount(msg.sender,false) (#1470)
MATICVERSE.swapBNBForMatic(uint256) (#1676-1693) ignores return value by apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
Ensure that all the return values of the function calls are used.

Additional information: link

DividendPayingToken.constructor(string,string)._name (#1041) shadows:
- ERC20._name (#699) (state variable)
DividendPayingToken.accumulativeDividendOf(address)._owner (#1113) shadows:
- Ownable._owner (#258) (state variable)
DividendPayingToken.withdrawableDividendOf(address)._owner (#1096) shadows:
- Ownable._owner (#258) (state variable)
DividendPayingToken.constructor(string,string)._symbol (#1041) shadows:
- ERC20._symbol (#700) (state variable)
DividendPayingToken.dividendOf(address)._owner (#1089) shadows:
- Ownable._owner (#258) (state variable)
DividendPayingToken.withdrawnDividendOf(address)._owner (#1103) shadows:
- Ownable._owner (#258) (state variable)
Rename the local variables that shadow another component.

Additional information: link

MATICVERSE.UpdatePriceImpact(uint256) (#1489-1495) should emit an event for:
- _priceImpact = value (#1492)
MATICVERSE.setBuy_MATICRewardsFee(uint256) (#1356-1359) should emit an event for:
- Buy_MATICRewardsFee = value (#1357)
- Buy_totalFees = Buy_MATICRewardsFee.add(Buy_liquidityFee).add(Buy_marketingFee) (#1358)
MATICVERSE.setBuy_MarketingFee(uint256) (#1366-1370) should emit an event for:
- Buy_marketingFee = value (#1367)
- Buy_totalFees = Buy_MATICRewardsFee.add(Buy_liquidityFee).add(Buy_marketingFee) (#1368)
MATICVERSE.setSell_MATICRewardsFee(uint256) (#1339-1342) should emit an event for:
- Sell_MATICRewardsFee = value (#1340)
- Sell_totalFees = Sell_MATICRewardsFee.add(Sell_liquidityFee).add(Sell_marketingFee) (#1341)
MATICVERSE.setBuy_LiquiditFee(uint256) (#1361-1364) should emit an event for:
- Buy_liquidityFee = value (#1362)
- Buy_totalFees = Buy_MATICRewardsFee.add(Buy_liquidityFee).add(Buy_marketingFee) (#1363)
MATICVERSE.setSell_MarketingFee(uint256) (#1349-1353) should emit an event for:
- Sell_marketingFee = value (#1350)
- Sell_totalFees = Sell_MATICRewardsFee.add(Sell_liquidityFee).add(Sell_marketingFee) (#1351)
MATICVERSE.setSell_LiquiditFee(uint256) (#1344-1347) should emit an event for:
- Sell_liquidityFee = value (#1345)
- Sell_totalFees = Sell_MATICRewardsFee.add(Sell_liquidityFee).add(Sell_marketingFee) (#1346)
Emit an event for critical parameter changes.

Additional information: link

Variable 'MATICVERSE._transfer(address,address,uint256).iterations (#1608)' in MATICVERSE._transfer(address,address,uint256) (#1497-1615) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1609)
Variable 'MATICVERSE._transfer(address,address,uint256).claims (#1608)' in MATICVERSE._transfer(address,address,uint256) (#1497-1615) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1609)
Variable 'MATICVERSE._transfer(address,address,uint256).lastProcessedIndex (#1608)' in MATICVERSE._transfer(address,address,uint256) (#1497-1615) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1609)
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 MATICVERSE._transfer(address,address,uint256) (#1497-1615):
External calls:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- swapAndSendDividends(sellTokens) (#1536)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- success = IERC20(MATIC).transfer(address(dividendTracker),dividends) (#1718)
- dividendTracker.distributeMATICDividends(dividends) (#1721)
External calls sending eth:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- swapAndSendDividends(sellTokens) (#1536)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
State variables written after the call(s):
- swapAndSendDividends(sellTokens) (#1536)
- _allowances[owner][spender] = amount (#943)
Reentrancy in MATICVERSE._transfer(address,address,uint256) (#1497-1615):
External calls:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- swapAndSendDividends(sellTokens) (#1536)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- success = IERC20(MATIC).transfer(address(dividendTracker),dividends) (#1718)
- dividendTracker.distributeMATICDividends(dividends) (#1721)
- swapAndSendToFee(marketingTokens_scope_0) (#1553)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
External calls sending eth:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- swapAndSendDividends(sellTokens) (#1536)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndSendToFee(marketingTokens_scope_0) (#1553)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
State variables written after the call(s):
- swapAndSendToFee(marketingTokens_scope_0) (#1553)
- _allowances[owner][spender] = amount (#943)
Reentrancy in MATICVERSE.swapAndLiquify(uint256) (#1631-1652):
External calls:
- swapTokensForEth(half) (#1643)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- addLiquidity(otherHalf,newBalance) (#1649)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1649)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1649)
- _allowances[owner][spender] = amount (#943)
Reentrancy in MATICVERSE.swapAndSendToFee(uint256) (#1617-1629):
External calls:
- swapTokensForEth(tokens) (#1621)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- swapBNBForMatic(BNB_Balance) (#1623)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
External calls sending eth:
- swapBNBForMatic(BNB_Balance) (#1623)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
State variables written after the call(s):
- swapBNBForMatic(BNB_Balance) (#1623)
- _allowances[owner][spender] = amount (#943)
Reentrancy in MATICVERSEDividendTracker.processAccount(address,bool) (#1923-1933):
External calls:
- amount = _withdrawDividendOfUser(account) (#1924)
- success = IERC20(MATIC).transfer(user,_withdrawableDividend) (#1072)
State variables written after the call(s):
- lastClaimTimes[account] = block.timestamp (#1927)
Reentrancy in MATICVERSE.swapAndSendDividends(uint256) (#1712-1724):
External calls:
- swapTokensForEth(tokens) (#1714)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- swapBNBForMatic(BNB_Balance) (#1716)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
External calls sending eth:
- swapBNBForMatic(BNB_Balance) (#1716)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
State variables written after the call(s):
- swapBNBForMatic(BNB_Balance) (#1716)
- _allowances[owner][spender] = amount (#943)
Reentrancy in MATICVERSE.updateUniswapV2Router(address) (#1307-1314):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#1311-1312)
State variables written after the call(s):
- uniswapV2Pair = _uniswapV2Pair (#1313)
Reentrancy in MATICVERSE._transfer(address,address,uint256) (#1497-1615):
External calls:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- swapAndSendDividends(sellTokens) (#1536)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- success = IERC20(MATIC).transfer(address(dividendTracker),dividends) (#1718)
- dividendTracker.distributeMATICDividends(dividends) (#1721)
- swapAndSendToFee(marketingTokens_scope_0) (#1553)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
- swapAndLiquify(swapTokens_scope_1) (#1556)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- swapAndSendDividends(sellTokens_scope_2) (#1559)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- success = IERC20(MATIC).transfer(address(dividendTracker),dividends) (#1718)
- dividendTracker.distributeMATICDividends(dividends) (#1721)
External calls sending eth:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- swapAndSendDividends(sellTokens) (#1536)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndSendToFee(marketingTokens_scope_0) (#1553)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndLiquify(swapTokens_scope_1) (#1556)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- swapAndSendDividends(sellTokens_scope_2) (#1559)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
State variables written after the call(s):
- swapAndSendDividends(sellTokens_scope_2) (#1559)
- _allowances[owner][spender] = amount (#943)
Reentrancy in MATICVERSE._transfer(address,address,uint256) (#1497-1615):
External calls:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
External calls sending eth:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
State variables written after the call(s):
- swapAndLiquify(swapTokens) (#1533)
- _allowances[owner][spender] = amount (#943)
Reentrancy in MATICVERSE._transfer(address,address,uint256) (#1497-1615):
External calls:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- swapAndSendDividends(sellTokens) (#1536)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- success = IERC20(MATIC).transfer(address(dividendTracker),dividends) (#1718)
- dividendTracker.distributeMATICDividends(dividends) (#1721)
- swapAndSendToFee(marketingTokens_scope_0) (#1553)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
- swapAndLiquify(swapTokens_scope_1) (#1556)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
External calls sending eth:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- swapAndSendDividends(sellTokens) (#1536)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndSendToFee(marketingTokens_scope_0) (#1553)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndLiquify(swapTokens_scope_1) (#1556)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
State variables written after the call(s):
- swapAndLiquify(swapTokens_scope_1) (#1556)
- _allowances[owner][spender] = amount (#943)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in MATICVERSEDividendTracker.processAccount(address,bool) (#1923-1933):
External calls:
- amount = _withdrawDividendOfUser(account) (#1924)
- success = IERC20(MATIC).transfer(user,_withdrawableDividend) (#1072)
Event emitted after the call(s):
- Claim(account,amount,automatic) (#1928)
Reentrancy in MATICVERSE._transfer(address,address,uint256) (#1497-1615):
External calls:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- swapAndSendDividends(sellTokens) (#1536)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- success = IERC20(MATIC).transfer(address(dividendTracker),dividends) (#1718)
- dividendTracker.distributeMATICDividends(dividends) (#1721)
- swapAndSendToFee(marketingTokens_scope_0) (#1553)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
- swapAndLiquify(swapTokens_scope_1) (#1556)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- swapAndSendDividends(sellTokens_scope_2) (#1559)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- success = IERC20(MATIC).transfer(address(dividendTracker),dividends) (#1718)
- dividendTracker.distributeMATICDividends(dividends) (#1721)
External calls sending eth:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- swapAndSendDividends(sellTokens) (#1536)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndSendToFee(marketingTokens_scope_0) (#1553)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndLiquify(swapTokens_scope_1) (#1556)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- swapAndSendDividends(sellTokens_scope_2) (#1559)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#944)
- swapAndSendDividends(sellTokens_scope_2) (#1559)
- SendDividends(tokens,dividends) (#1722)
- swapAndSendDividends(sellTokens_scope_2) (#1559)
Reentrancy in MATICVERSE._transfer(address,address,uint256) (#1497-1615):
External calls:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- swapAndSendDividends(sellTokens) (#1536)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- success = IERC20(MATIC).transfer(address(dividendTracker),dividends) (#1718)
- dividendTracker.distributeMATICDividends(dividends) (#1721)
- swapAndSendToFee(marketingTokens_scope_0) (#1553)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
External calls sending eth:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- swapAndSendDividends(sellTokens) (#1536)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndSendToFee(marketingTokens_scope_0) (#1553)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#944)
- swapAndSendToFee(marketingTokens_scope_0) (#1553)
Reentrancy in MATICVERSE.swapAndSendToFee(uint256) (#1617-1629):
External calls:
- swapTokensForEth(tokens) (#1621)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- swapBNBForMatic(BNB_Balance) (#1623)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
External calls sending eth:
- swapBNBForMatic(BNB_Balance) (#1623)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#944)
- swapBNBForMatic(BNB_Balance) (#1623)
Reentrancy in MATICVERSE.updateDividendTracker(address) (#1290-1305):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (#1297)
- newDividendTracker.excludeFromDividends(address(this)) (#1298)
- newDividendTracker.excludeFromDividends(owner()) (#1299)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (#1300)
Event emitted after the call(s):
- UpdateDividendTracker(newAddress,address(dividendTracker)) (#1302)
Reentrancy in MATICVERSE._transfer(address,address,uint256) (#1497-1615):
External calls:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- swapAndSendDividends(sellTokens) (#1536)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- success = IERC20(MATIC).transfer(address(dividendTracker),dividends) (#1718)
- dividendTracker.distributeMATICDividends(dividends) (#1721)
- swapAndSendToFee(marketingTokens_scope_0) (#1553)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
- swapAndLiquify(swapTokens_scope_1) (#1556)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- swapAndSendDividends(sellTokens_scope_2) (#1559)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- success = IERC20(MATIC).transfer(address(dividendTracker),dividends) (#1718)
- dividendTracker.distributeMATICDividends(dividends) (#1721)
- dividendTracker.setBalance(address(from),balanceOf(from)) (#1602)
- dividendTracker.setBalance(address(to),balanceOf(to)) (#1603)
- dividendTracker.process(gas) (#1608-1613)
External calls sending eth:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- swapAndSendDividends(sellTokens) (#1536)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndSendToFee(marketingTokens_scope_0) (#1553)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndLiquify(swapTokens_scope_1) (#1556)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- swapAndSendDividends(sellTokens_scope_2) (#1559)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1609)
Reentrancy in MATICVERSE.swapAndSendDividends(uint256) (#1712-1724):
External calls:
- swapTokensForEth(tokens) (#1714)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- swapBNBForMatic(BNB_Balance) (#1716)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- success = IERC20(MATIC).transfer(address(dividendTracker),dividends) (#1718)
- dividendTracker.distributeMATICDividends(dividends) (#1721)
External calls sending eth:
- swapBNBForMatic(BNB_Balance) (#1716)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
Event emitted after the call(s):
- SendDividends(tokens,dividends) (#1722)
Reentrancy in MATICVERSE._transfer(address,address,uint256) (#1497-1615):
External calls:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- swapAndSendDividends(sellTokens) (#1536)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- success = IERC20(MATIC).transfer(address(dividendTracker),dividends) (#1718)
- dividendTracker.distributeMATICDividends(dividends) (#1721)
External calls sending eth:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- swapAndSendDividends(sellTokens) (#1536)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#944)
- swapAndSendDividends(sellTokens) (#1536)
- SendDividends(tokens,dividends) (#1722)
- swapAndSendDividends(sellTokens) (#1536)
Reentrancy in MATICVERSE.swapAndSendDividends(uint256) (#1712-1724):
External calls:
- swapTokensForEth(tokens) (#1714)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- swapBNBForMatic(BNB_Balance) (#1716)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
External calls sending eth:
- swapBNBForMatic(BNB_Balance) (#1716)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#944)
- swapBNBForMatic(BNB_Balance) (#1716)
Reentrancy in MATICVERSE._transfer(address,address,uint256) (#1497-1615):
External calls:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- swapAndSendDividends(sellTokens) (#1536)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- success = IERC20(MATIC).transfer(address(dividendTracker),dividends) (#1718)
- dividendTracker.distributeMATICDividends(dividends) (#1721)
- swapAndSendToFee(marketingTokens_scope_0) (#1553)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
- swapAndLiquify(swapTokens_scope_1) (#1556)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
External calls sending eth:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- swapAndSendDividends(sellTokens) (#1536)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndSendToFee(marketingTokens_scope_0) (#1553)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndLiquify(swapTokens_scope_1) (#1556)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#944)
- swapAndLiquify(swapTokens_scope_1) (#1556)
- SwapAndLiquify(half,newBalance,otherHalf) (#1651)
- swapAndLiquify(swapTokens_scope_1) (#1556)
Reentrancy in MATICVERSE._transfer(address,address,uint256) (#1497-1615):
External calls:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
External calls sending eth:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#944)
- swapAndLiquify(swapTokens) (#1533)
- SwapAndLiquify(half,newBalance,otherHalf) (#1651)
- swapAndLiquify(swapTokens) (#1533)
Reentrancy in MATICVERSE.processDividendTracker(uint256) (#1464-1467):
External calls:
- (iterations,claims,lastProcessedIndex) = dividendTracker.process(gas) (#1465)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,false,gas,tx.origin) (#1466)
Reentrancy in MATICVERSE._setAutomatedMarketMakerPair(address,bool) (#1391-1400):
External calls:
- dividendTracker.excludeFromDividends(pair) (#1396)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#1399)
Reentrancy in MATICVERSE._transfer(address,address,uint256) (#1497-1615):
External calls:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- swapAndSendDividends(sellTokens) (#1536)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- success = IERC20(MATIC).transfer(address(dividendTracker),dividends) (#1718)
- dividendTracker.distributeMATICDividends(dividends) (#1721)
- swapAndSendToFee(marketingTokens_scope_0) (#1553)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1626)
- IERC20(MATIC).transfer(_marketingWalletAddress,feeSplit) (#1627)
- IERC20(MATIC).transfer(_devWalletAddress,feeSplit) (#1628)
- swapAndLiquify(swapTokens_scope_1) (#1556)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- swapAndSendDividends(sellTokens_scope_2) (#1559)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- success = IERC20(MATIC).transfer(address(dividendTracker),dividends) (#1718)
- dividendTracker.distributeMATICDividends(dividends) (#1721)
External calls sending eth:
- swapAndSendToFee(marketingTokens) (#1530)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndLiquify(swapTokens) (#1533)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- swapAndSendDividends(sellTokens) (#1536)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndSendToFee(marketingTokens_scope_0) (#1553)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
- swapAndLiquify(swapTokens_scope_1) (#1556)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
- swapAndSendDividends(sellTokens_scope_2) (#1559)
- apeswapRouter.swapExactETHForTokens{value: BNB_Balance}(0,path,address(this),block.timestamp) (#1687-1692)
Event emitted after the call(s):
- Transfer(sender,recipient,amount) (#879)
- super._transfer(from,to,amount) (#1600)
- Transfer(sender,recipient,amount) (#879)
- super._transfer(from,address(this),fees) (#1585)
- Transfer(sender,recipient,amount) (#879)
- super._transfer(from,address(this),fees_scope_3) (#1595)
Reentrancy in MATICVERSE.swapAndLiquify(uint256) (#1631-1652):
External calls:
- swapTokensForEth(half) (#1643)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1666-1672)
- addLiquidity(otherHalf,newBalance) (#1649)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1649)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1701-1708)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#944)
- addLiquidity(otherHalf,newBalance) (#1649)
- SwapAndLiquify(half,newBalance,otherHalf) (#1651)
Apply the check-effects-interactions pattern.

Additional information: link

MATICVERSEDividendTracker.canAutoClaim(uint256) (#1851-1857) uses timestamp for comparisons
Dangerous comparisons:
- lastClaimTime > block.timestamp (#1852)
- block.timestamp.sub(lastClaimTime) >= claimWait (#1856)
MATICVERSEDividendTracker.getAccount(address) (#1787-1830) uses timestamp for comparisons
Dangerous comparisons:
- nextClaimTime > block.timestamp (#1827-1829)
Avoid relying on block.timestamp.

Additional information: link

updateDividendTracker(address) should be declared external:
- MATICVERSE.updateDividendTracker(address) (#1290-1305)
get(IterableMapping.Map,address) should be declared external:
- IterableMapping.get(IterableMapping.Map,address) (#532-534)
getAccountAtIndex(uint256) should be declared external:
- MATICVERSEDividendTracker.getAccountAtIndex(uint256) (#1832-1849)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#807-815)
getKeyAtIndex(IterableMapping.Map,uint256) should be declared external:
- IterableMapping.getKeyAtIndex(IterableMapping.Map,uint256) (#543-545)
openTrading() should be declared external:
- MATICVERSE.openTrading() (#1481-1483)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#293-296)
dividendTokenBalanceOf(address) should be declared external:
- MATICVERSE.dividendTokenBalanceOf(address) (#1430-1432)
updateGasForProcessing(uint256) should be declared external:
- MATICVERSE.updateGasForProcessing(uint256) (#1403-1408)
decimals() should be declared external:
- ERC20.decimals() (#744-746)
withdrawDividend() should be declared external:
- DividendPayingToken.withdrawDividend() (#1061-1063)
- MATICVERSEDividendTracker.withdrawDividend() (#1756-1758)
dividendOf(address) should be declared external:
- DividendPayingToken.dividendOf(address) (#1089-1091)
getIndexOfKey(IterableMapping.Map,address) should be declared external:
- IterableMapping.getIndexOfKey(IterableMapping.Map,address) (#536-541)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#848-851)
process(uint256) should be declared external:
- MATICVERSEDividendTracker.process(uint256) (#1876-1921)
setAutomatedMarketMakerPair(address,bool) should be declared external:
- MATICVERSE.setAutomatedMarketMakerPair(address,bool) (#1384-1388)
symbol() should be declared external:
- ERC20.symbol() (#727-729)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#770-773)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#829-832)
distributeMATICDividends(uint256) should be declared external:
- DividendPayingToken.distributeMATICDividends(uint256) (#1046-1057)
size(IterableMapping.Map) should be declared external:
- IterableMapping.size(IterableMapping.Map) (#549-551)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#302-306)
name() should be declared external:
- ERC20.name() (#719-721)
excludeMultipleAccountsFromFees(address[],bool) should be declared external:
- MATICVERSE.excludeMultipleAccountsFromFees(address[],bool) (#1323-1329)
updateUniswapV2Router(address) should be declared external:
- MATICVERSE.updateUniswapV2Router(address) (#1307-1314)
UpdatePriceImpact(uint256) should be declared external:
- MATICVERSE.UpdatePriceImpact(uint256) (#1489-1495)
isExcludedFromFees(address) should be declared external:
- MATICVERSE.isExcludedFromFees(address) (#1422-1424)
closeTrading() should be declared external:
- MATICVERSE.closeTrading() (#1485-1487)
withdrawableDividendOf(address) should be declared external:
- MATICVERSE.withdrawableDividendOf(address) (#1426-1428)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#789-792)
withdrawnDividendOf(address) should be declared external:
- DividendPayingToken.withdrawnDividendOf(address) (#1103-1105)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#778-780)
Use the external attribute for functions never called from the contract.

Additional information: link

DividendPayingToken._withdrawDividendOfUser(address) (#1067-1083) has external calls inside a loop: success = IERC20(MATIC).transfer(user,_withdrawableDividend) (#1072)
Favor pull over push strategy for external calls.

Additional information: link

Holders:


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


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


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.


Twitter account link seems to be invalid


Unable to find Youtube account


Unable to find Discord account


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to verify token contract address on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


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


Token has relatively low CoinGecko rank

Price for Mverse