REWARD CYCLE 2 Token Logo

RC2 [REWARD CYCLE 2] Token

About RC2

Listings

Token 2 years
CoinMarketCap 2 years
white paper

The Rc2 token includes a use-case and a website listing for every cryptocurrency project’s endeavors. On December 18th, the RC communities picked the stable token above other competing currencies and BSUD is the 5% incentive for the Rc2 contract.

Rc2 includes tier systems, similar to RC1, and you’ll be able to utilize several services. To earn a discount, everybody utilizing our Launchpad must have RC1 tokens.

Like coindiscovery and coinhunt.cc, RC2 is a utility website. To utilize our RC2 platform for our services, you need both RC1 and Rc2 to enjoy the discount.

• Tier 1: Size of holding for each degree of engagement. First-tier holders enjoy a 25% discount on all of our services if they possess 3 million tokens.

• Tier 2: 2nd Tier offers a 20% discount when you own 2 million tokens.

• Tier 3: 3rd tier requires 1 million tokens to gain a 10% discount on our services

(1 million RC Tokens is the minimum purchase. There is no maximum purchasing restriction)

Laser Scorebeta Last Audit: 2 March 2022

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

Anti-Scam

Links


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

RC2.addLiquidity(uint256,uint256) (#1019-1033) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,deadAddress,block.timestamp) (#1025-1032)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in RC2._transfer(address,address,uint256) (#908-1001):
External calls:
- swapTokensForBNB(swapTokens) (#936)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- address(marketingWallet).call{value: marketingPortion}() (#938)
- swapTokensForBNB(swapTokensDev) (#942)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- address(devWallet).call{value: devPortion}() (#944)
- swapAndLiquify(liqTokens) (#947)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,deadAddress,block.timestamp) (#1025-1032)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- swapAndSendBUSDDividends(busdTokens) (#952)
- success = IERC20(token).transfer(dividendTracker,amount) (#1106)
- dividendPayingTracker.distributeDividends(amount) (#1109)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,address(this),block.timestamp) (#1081-1087)
- swapAndSendRC1Dividends(rc1Tokens) (#956)
- success = IERC20(token).transfer(dividendTracker,amount) (#1106)
- dividendPayingTracker.distributeDividends(amount) (#1109)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,address(this),block.timestamp) (#1063-1069)
External calls sending eth:
- address(marketingWallet).call{value: marketingPortion}() (#938)
- address(devWallet).call{value: devPortion}() (#944)
- swapAndLiquify(liqTokens) (#947)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,deadAddress,block.timestamp) (#1025-1032)
State variables written after the call(s):
- super._transfer(from,address(this),fees) (#974)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#451)
- _balances[recipient] = _balances[recipient].add(amount) (#452)
- super._transfer(from,to,amount) (#977)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#451)
- _balances[recipient] = _balances[recipient].add(amount) (#452)
- swapping = false (#959)
Apply the check-effects-interactions pattern.

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.

RC2._transfer(address,address,uint256) (#908-1001) ignores return value by address(marketingWallet).call{value: marketingPortion}() (#938)
RC2._transfer(address,address,uint256) (#908-1001) ignores return value by address(devWallet).call{value: devPortion}() (#944)
Ensure that the return value of a low-level call is checked or logged.

Additional information: link

Reentrancy in RC2._setAutomatedMarketMakerPair(address,bool) (#761-771):
External calls:
- busdTokenDividendTracker.excludeFromDividends(pair) (#766)
- rc1DividendTracker.excludeFromDividends(pair) (#767)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#770)
Reentrancy in RC2._transfer(address,address,uint256) (#908-1001):
External calls:
- swapTokensForBNB(swapTokens) (#936)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- address(marketingWallet).call{value: marketingPortion}() (#938)
- swapTokensForBNB(swapTokensDev) (#942)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
External calls sending eth:
- address(marketingWallet).call{value: marketingPortion}() (#938)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#481)
- swapTokensForBNB(swapTokensDev) (#942)
Reentrancy in RC2._transfer(address,address,uint256) (#908-1001):
External calls:
- swapTokensForBNB(swapTokens) (#936)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- address(marketingWallet).call{value: marketingPortion}() (#938)
- swapTokensForBNB(swapTokensDev) (#942)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- address(devWallet).call{value: devPortion}() (#944)
- swapAndLiquify(liqTokens) (#947)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,deadAddress,block.timestamp) (#1025-1032)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
External calls sending eth:
- address(marketingWallet).call{value: marketingPortion}() (#938)
- address(devWallet).call{value: devPortion}() (#944)
- swapAndLiquify(liqTokens) (#947)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,deadAddress,block.timestamp) (#1025-1032)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#481)
- swapAndLiquify(liqTokens) (#947)
- SwapAndLiquify(half,newBalance,otherHalf) (#1016)
- swapAndLiquify(liqTokens) (#947)
Reentrancy in RC2._transfer(address,address,uint256) (#908-1001):
External calls:
- swapTokensForBNB(swapTokens) (#936)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- address(marketingWallet).call{value: marketingPortion}() (#938)
- swapTokensForBNB(swapTokensDev) (#942)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- address(devWallet).call{value: devPortion}() (#944)
- swapAndLiquify(liqTokens) (#947)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,deadAddress,block.timestamp) (#1025-1032)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- swapAndSendBUSDDividends(busdTokens) (#952)
- success = IERC20(token).transfer(dividendTracker,amount) (#1106)
- dividendPayingTracker.distributeDividends(amount) (#1109)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,address(this),block.timestamp) (#1081-1087)
External calls sending eth:
- address(marketingWallet).call{value: marketingPortion}() (#938)
- address(devWallet).call{value: devPortion}() (#944)
- swapAndLiquify(liqTokens) (#947)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,deadAddress,block.timestamp) (#1025-1032)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#481)
- swapAndSendBUSDDividends(busdTokens) (#952)
- SendDividends(amount) (#1110)
- swapAndSendBUSDDividends(busdTokens) (#952)
Reentrancy in RC2._transfer(address,address,uint256) (#908-1001):
External calls:
- swapTokensForBNB(swapTokens) (#936)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- address(marketingWallet).call{value: marketingPortion}() (#938)
- swapTokensForBNB(swapTokensDev) (#942)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- address(devWallet).call{value: devPortion}() (#944)
- swapAndLiquify(liqTokens) (#947)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,deadAddress,block.timestamp) (#1025-1032)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- swapAndSendBUSDDividends(busdTokens) (#952)
- success = IERC20(token).transfer(dividendTracker,amount) (#1106)
- dividendPayingTracker.distributeDividends(amount) (#1109)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,address(this),block.timestamp) (#1081-1087)
- swapAndSendRC1Dividends(rc1Tokens) (#956)
- success = IERC20(token).transfer(dividendTracker,amount) (#1106)
- dividendPayingTracker.distributeDividends(amount) (#1109)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,address(this),block.timestamp) (#1063-1069)
External calls sending eth:
- address(marketingWallet).call{value: marketingPortion}() (#938)
- address(devWallet).call{value: devPortion}() (#944)
- swapAndLiquify(liqTokens) (#947)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,deadAddress,block.timestamp) (#1025-1032)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#481)
- swapAndSendRC1Dividends(rc1Tokens) (#956)
- SendDividends(amount) (#1110)
- swapAndSendRC1Dividends(rc1Tokens) (#956)
- Transfer(sender,recipient,amount) (#453)
- super._transfer(from,address(this),fees) (#974)
- Transfer(sender,recipient,amount) (#453)
- super._transfer(from,to,amount) (#977)
Reentrancy in RC2._transfer(address,address,uint256) (#908-1001):
External calls:
- swapTokensForBNB(swapTokens) (#936)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- address(marketingWallet).call{value: marketingPortion}() (#938)
- swapTokensForBNB(swapTokensDev) (#942)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- address(devWallet).call{value: devPortion}() (#944)
- swapAndLiquify(liqTokens) (#947)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,deadAddress,block.timestamp) (#1025-1032)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- swapAndSendBUSDDividends(busdTokens) (#952)
- success = IERC20(token).transfer(dividendTracker,amount) (#1106)
- dividendPayingTracker.distributeDividends(amount) (#1109)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,address(this),block.timestamp) (#1081-1087)
- swapAndSendRC1Dividends(rc1Tokens) (#956)
- success = IERC20(token).transfer(dividendTracker,amount) (#1106)
- dividendPayingTracker.distributeDividends(amount) (#1109)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,address(this),block.timestamp) (#1063-1069)
- busdTokenDividendTracker.setBalance(address(from),balanceOf(from)) (#979)
- rc1DividendTracker.setBalance(address(from),balanceOf(from)) (#980)
- busdTokenDividendTracker.setBalance(address(to),balanceOf(to)) (#981)
- rc1DividendTracker.setBalance(address(to),balanceOf(to)) (#982)
- busdTokenDividendTracker.process(gas) (#987-992)
External calls sending eth:
- address(marketingWallet).call{value: marketingPortion}() (#938)
- address(devWallet).call{value: devPortion}() (#944)
- swapAndLiquify(liqTokens) (#947)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,deadAddress,block.timestamp) (#1025-1032)
Event emitted after the call(s):
- ProcessedbusdTokenDividendTracker(iterations,claims,lastProcessedIndex,true,gas,msg.sender) (#988)
Reentrancy in RC2._transfer(address,address,uint256) (#908-1001):
External calls:
- swapTokensForBNB(swapTokens) (#936)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- address(marketingWallet).call{value: marketingPortion}() (#938)
- swapTokensForBNB(swapTokensDev) (#942)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- address(devWallet).call{value: devPortion}() (#944)
- swapAndLiquify(liqTokens) (#947)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,deadAddress,block.timestamp) (#1025-1032)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- swapAndSendBUSDDividends(busdTokens) (#952)
- success = IERC20(token).transfer(dividendTracker,amount) (#1106)
- dividendPayingTracker.distributeDividends(amount) (#1109)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,address(this),block.timestamp) (#1081-1087)
- swapAndSendRC1Dividends(rc1Tokens) (#956)
- success = IERC20(token).transfer(dividendTracker,amount) (#1106)
- dividendPayingTracker.distributeDividends(amount) (#1109)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,address(this),block.timestamp) (#1063-1069)
- busdTokenDividendTracker.setBalance(address(from),balanceOf(from)) (#979)
- rc1DividendTracker.setBalance(address(from),balanceOf(from)) (#980)
- busdTokenDividendTracker.setBalance(address(to),balanceOf(to)) (#981)
- rc1DividendTracker.setBalance(address(to),balanceOf(to)) (#982)
- busdTokenDividendTracker.process(gas) (#987-992)
- rc1DividendTracker.process(gas) (#994-999)
External calls sending eth:
- address(marketingWallet).call{value: marketingPortion}() (#938)
- address(devWallet).call{value: devPortion}() (#944)
- swapAndLiquify(liqTokens) (#947)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,deadAddress,block.timestamp) (#1025-1032)
Event emitted after the call(s):
- Processedrc1DividendTracker(iterations_scope_0,claims_scope_1,lastProcessedIndex_scope_2,true,gas,msg.sender) (#995)
Reentrancy in RC2.constructor() (#585-616):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#590-591)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#596)
- busdTokenDividendTracker.excludeFromDividends(pair) (#766)
- rc1DividendTracker.excludeFromDividends(pair) (#767)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#770)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#596)
Reentrancy in RC2.constructor() (#585-616):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#590-591)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#596)
- busdTokenDividendTracker.excludeFromDividends(pair) (#766)
- rc1DividendTracker.excludeFromDividends(pair) (#767)
- excludeFromDividend(address(busdTokenDividendTracker)) (#598)
- busdTokenDividendTracker.excludeFromDividends(address(account)) (#743)
- rc1DividendTracker.excludeFromDividends(address(account)) (#744)
- excludeFromDividend(address(rc1DividendTracker)) (#599)
- busdTokenDividendTracker.excludeFromDividends(address(account)) (#743)
- rc1DividendTracker.excludeFromDividends(address(account)) (#744)
- excludeFromDividend(address(this)) (#600)
- busdTokenDividendTracker.excludeFromDividends(address(account)) (#743)
- rc1DividendTracker.excludeFromDividends(address(account)) (#744)
- excludeFromDividend(address(_uniswapV2Router)) (#601)
- busdTokenDividendTracker.excludeFromDividends(address(account)) (#743)
- rc1DividendTracker.excludeFromDividends(address(account)) (#744)
- excludeFromDividend(deadAddress) (#602)
- busdTokenDividendTracker.excludeFromDividends(address(account)) (#743)
- rc1DividendTracker.excludeFromDividends(address(account)) (#744)
Event emitted after the call(s):
- ExcludeFromFees(account,excluded) (#739)
- excludeFromFees(address(this),true) (#606)
- ExcludeFromFees(account,excluded) (#739)
- excludeFromFees(owner(),true) (#608)
- ExcludeFromFees(account,excluded) (#739)
- excludeFromFees(marketingWallet,true) (#605)
- ExcludeFromFees(account,excluded) (#739)
- excludeFromFees(deadAddress,true) (#607)
- Transfer(address(0),account,amount) (#463)
- _mint(owner(),10000000000 * (10 ** 18)) (#615)
Reentrancy in RC2.prepareForPartherOrExchangeListing(address) (#633-637):
External calls:
- busdTokenDividendTracker.excludeFromDividends(_partnerOrExchangeAddress) (#634)
- rc1DividendTracker.excludeFromDividends(_partnerOrExchangeAddress) (#635)
Event emitted after the call(s):
- ExcludeFromFees(account,excluded) (#739)
- excludeFromFees(_partnerOrExchangeAddress,true) (#636)
Reentrancy in RC1DividendTracker.processAccount(address,bool) (#1437-1447):
External calls:
- amount = _withdrawDividendOfUser(account) (#1438)
- success = IERC20(dividendToken).transfer(user,_withdrawableDividend) (#1168)
Event emitted after the call(s):
- Claim(account,amount,automatic) (#1442)
Reentrancy in BUSDDividendTracker.processAccount(address,bool) (#1652-1662):
External calls:
- amount = _withdrawDividendOfUser(account) (#1653)
- success = IERC20(dividendToken).transfer(user,_withdrawableDividend) (#1168)
Event emitted after the call(s):
- Claim(account,amount,automatic) (#1657)
Reentrancy in RC2.processDividendTracker(uint256) (#877-883):
External calls:
- (busdIterations,busdClaims,busdLastProcessedIndex) = busdTokenDividendTracker.process(gas) (#878)
Event emitted after the call(s):
- ProcessedbusdTokenDividendTracker(busdIterations,busdClaims,busdLastProcessedIndex,false,gas,msg.sender) (#879)
Reentrancy in RC2.processDividendTracker(uint256) (#877-883):
External calls:
- (busdIterations,busdClaims,busdLastProcessedIndex) = busdTokenDividendTracker.process(gas) (#878)
- (rc1Iterations,rc1Claims,rc1LastProcessedIndex) = rc1DividendTracker.process(gas) (#881)
Event emitted after the call(s):
- Processedrc1DividendTracker(rc1Iterations,rc1Claims,rc1LastProcessedIndex,false,gas,msg.sender) (#882)
Reentrancy in RC2.swapAndLiquify(uint256) (#1003-1017):
External calls:
- swapTokensForBNB(half) (#1010)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- addLiquidity(otherHalf,newBalance) (#1014)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,deadAddress,block.timestamp) (#1025-1032)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1014)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,deadAddress,block.timestamp) (#1025-1032)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#481)
- addLiquidity(otherHalf,newBalance) (#1014)
- SwapAndLiquify(half,newBalance,otherHalf) (#1016)
Reentrancy in RC2.swapAndSendBUSDDividends(uint256) (#1098-1102):
External calls:
- swapTokensForBUSD(tokens) (#1099)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,address(this),block.timestamp) (#1081-1087)
- transferDividends(address(busdTokenDividendTracker),busdTokenDividendTracker,busdtokens,BUSD) (#1101)
- success = IERC20(token).transfer(dividendTracker,amount) (#1106)
- dividendPayingTracker.distributeDividends(amount) (#1109)
Event emitted after the call(s):
- SendDividends(amount) (#1110)
- transferDividends(address(busdTokenDividendTracker),busdTokenDividendTracker,busdtokens,BUSD) (#1101)
Reentrancy in RC2.swapAndSendRC1Dividends(uint256) (#1091-1095):
External calls:
- swapTokensForRC1(tokens) (#1092)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,address(this),block.timestamp) (#1063-1069)
- transferDividends(address(rc1DividendTracker),rc1DividendTracker,rc1Tokens,RC1) (#1094)
- success = IERC20(token).transfer(dividendTracker,amount) (#1106)
- dividendPayingTracker.distributeDividends(amount) (#1109)
Event emitted after the call(s):
- SendDividends(amount) (#1110)
- transferDividends(address(rc1DividendTracker),rc1DividendTracker,rc1Tokens,RC1) (#1094)
Reentrancy in RC2.transferDividends(address,DividendPayingToken,uint256,IERC20) (#1105-1112):
External calls:
- success = IERC20(token).transfer(dividendTracker,amount) (#1106)
- dividendPayingTracker.distributeDividends(amount) (#1109)
Event emitted after the call(s):
- SendDividends(amount) (#1110)
Reentrancy in RC2.updateRc1DividendTracker(address) (#683-698):
External calls:
- newrc1DividendTracker.excludeFromDividends(address(newrc1DividendTracker)) (#690)
- newrc1DividendTracker.excludeFromDividends(address(this)) (#691)
- newrc1DividendTracker.excludeFromDividends(address(uniswapV2Router)) (#692)
- newrc1DividendTracker.excludeFromDividends(address(deadAddress)) (#693)
Event emitted after the call(s):
- Updaterc1DividendTracker(newAddress,address(rc1DividendTracker)) (#695)
Reentrancy in RC2.updatebusdTokenDividendTracker(address) (#666-681):
External calls:
- newbusdTokenDividendTracker.excludeFromDividends(address(newbusdTokenDividendTracker)) (#673)
- newbusdTokenDividendTracker.excludeFromDividends(address(this)) (#674)
- newbusdTokenDividendTracker.excludeFromDividends(address(uniswapV2Router)) (#675)
- newbusdTokenDividendTracker.excludeFromDividends(address(deadAddress)) (#676)
Event emitted after the call(s):
- UpdatebusdTokenDividendTracker(newAddress,address(busdTokenDividendTracker)) (#678)
Reentrancy in RC2.whitelistPreSale(address,address) (#622-631):
External calls:
- busdTokenDividendTracker.excludeFromDividends(_presaleAddress) (#624)
- rc1DividendTracker.excludeFromDividends(_presaleAddress) (#625)
Event emitted after the call(s):
- ExcludeFromFees(account,excluded) (#739)
- excludeFromFees(_presaleAddress,true) (#626)
Reentrancy in RC2.whitelistPreSale(address,address) (#622-631):
External calls:
- busdTokenDividendTracker.excludeFromDividends(_presaleAddress) (#624)
- rc1DividendTracker.excludeFromDividends(_presaleAddress) (#625)
- rc1DividendTracker.excludeFromDividends(_routerAddress) (#628)
- busdTokenDividendTracker.excludeFromDividends(_routerAddress) (#629)
Event emitted after the call(s):
- ExcludeFromFees(account,excluded) (#739)
- excludeFromFees(_routerAddress,true) (#630)
Apply the check-effects-interactions pattern.

Additional information: link

RC2.totalFees (#527) is set pre-construction with a non-constant function or state variable:
- busdDividendRewardsFee.add(marketingFee).add(rc1DividendRewardsFee).add(liquidityFee).add(devFee)
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

Redundant expression "this (#339)" inContext (#333-342)
Remove redundant statements if they congest code but offer no value.

Additional information: link

DividendPayingToken.lastAmount (#1123) is never used in RC1DividendTracker (#1236-1448)
DividendPayingToken.lastAmount (#1123) is never used in BUSDDividendTracker (#1450-1664)
Remove unused state variables.

Additional information: link

DividendPayingToken.lastAmount (#1123) should be constant
RC2.deadAddress (#498) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

RC2._transfer(address,address,uint256) (#908-1001) performs a multiplication on the result of a division:
-swapTokens = contractTokenBalance.div(totalFees).mul(marketingFee) (#935)
RC2._transfer(address,address,uint256) (#908-1001) performs a multiplication on the result of a division:
-fees = amount.div(100).mul(totalFees) (#970)
RC2._transfer(address,address,uint256) (#908-1001) performs a multiplication on the result of a division:
-swapTokensDev = contractTokenBalance.div(totalFees).mul(devFee) (#940)
RC2._transfer(address,address,uint256) (#908-1001) performs a multiplication on the result of a division:
-liqTokens = contractTokenBalance.div(totalFees).mul(liquidityFee) (#946)
RC2._transfer(address,address,uint256) (#908-1001) performs a multiplication on the result of a division:
-busdTokens = contractTokenBalance.div(totalFees).mul(busdDividendRewardsFee) (#951)
RC2._transfer(address,address,uint256) (#908-1001) performs a multiplication on the result of a division:
-rc1Tokens = contractTokenBalance.div(totalFees).mul(rc1DividendRewardsFee) (#955)
Consider ordering multiplication before division.

Additional information: link

Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (#1162-1180):
External calls:
- success = IERC20(dividendToken).transfer(user,_withdrawableDividend) (#1168)
State variables written after the call(s):
- withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend) (#1172)
Reentrancy in RC2.updateRc1DividendTracker(address) (#683-698):
External calls:
- newrc1DividendTracker.excludeFromDividends(address(newrc1DividendTracker)) (#690)
- newrc1DividendTracker.excludeFromDividends(address(this)) (#691)
- newrc1DividendTracker.excludeFromDividends(address(uniswapV2Router)) (#692)
- newrc1DividendTracker.excludeFromDividends(address(deadAddress)) (#693)
State variables written after the call(s):
- rc1DividendTracker = newrc1DividendTracker (#697)
Reentrancy in RC2.updatebusdTokenDividendTracker(address) (#666-681):
External calls:
- newbusdTokenDividendTracker.excludeFromDividends(address(newbusdTokenDividendTracker)) (#673)
- newbusdTokenDividendTracker.excludeFromDividends(address(this)) (#674)
- newbusdTokenDividendTracker.excludeFromDividends(address(uniswapV2Router)) (#675)
- newbusdTokenDividendTracker.excludeFromDividends(address(deadAddress)) (#676)
State variables written after the call(s):
- busdTokenDividendTracker = newbusdTokenDividendTracker (#680)
Apply the check-effects-interactions pattern.

Additional information: link

RC2._transfer(address,address,uint256).iterations (#987) is a local variable never initialized
RC2._transfer(address,address,uint256).claims (#987) is a local variable never initialized
RC2._transfer(address,address,uint256).iterations_scope_0 (#994) is a local variable never initialized
RC2._transfer(address,address,uint256).claims_scope_1 (#994) is a local variable never initialized
RC2._transfer(address,address,uint256).lastProcessedIndex (#987) is a local variable never initialized
RC2._transfer(address,address,uint256).lastProcessedIndex_scope_2 (#994) 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

RC2.claim() (#885-888) ignores return value by busdTokenDividendTracker.processAccount(address(msg.sender),false) (#886)
RC2.claim() (#885-888) ignores return value by rc1DividendTracker.processAccount(address(msg.sender),false) (#887)
RC2._transfer(address,address,uint256) (#908-1001) ignores return value by busdTokenDividendTracker.process(gas) (#987-992)
RC2._transfer(address,address,uint256) (#908-1001) ignores return value by rc1DividendTracker.process(gas) (#994-999)
RC2.addLiquidity(uint256,uint256) (#1019-1033) ignores return value by uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,deadAddress,block.timestamp) (#1025-1032)
Ensure that all the return values of the function calls are used.

Additional information: link

DividendPayingToken.constructor(string,string,address)._name (#1136) shadows:
- ERC20._name (#385) (state variable)
DividendPayingToken.constructor(string,string,address)._symbol (#1136) shadows:
- ERC20._symbol (#386) (state variable)
DividendPayingToken.dividendOf(address)._owner (#1183) shadows:
- Ownable._owner (#345) (state variable)
DividendPayingToken.withdrawableDividendOf(address)._owner (#1187) shadows:
- Ownable._owner (#345) (state variable)
DividendPayingToken.withdrawnDividendOf(address)._owner (#1191) shadows:
- Ownable._owner (#345) (state variable)
DividendPayingToken.accumulativeDividendOf(address)._owner (#1196) shadows:
- Ownable._owner (#345) (state variable)
Rename the local variables that shadow another component.

Additional information: link

RC2.setSwapTokensAtAmount(uint256) (#654-656) should emit an event for:
- swapTokensAtAmount = _swapAmount (#655)
RC2.updateBusdDividendRewardFee(uint8) (#700-704) should emit an event for:
- busdDividendRewardsFee = newFee (#701)
- totalFees = busdDividendRewardsFee.add(marketingFee).add(rc1DividendRewardsFee).add(liquidityFee).add(devFee) (#702)
RC2.updateRc1DividendRewardFee(uint8) (#706-710) should emit an event for:
- rc1DividendRewardsFee = newFee (#707)
- totalFees = busdDividendRewardsFee.add(marketingFee).add(rc1DividendRewardsFee).add(liquidityFee).add(devFee) (#708)
RC2.updateMarketingFee(uint8) (#712-716) should emit an event for:
- marketingFee = newFee (#713)
- totalFees = busdDividendRewardsFee.add(marketingFee).add(rc1DividendRewardsFee).add(liquidityFee).add(devFee) (#714)
RC2.updateLiquidityFee(uint8) (#718-722) should emit an event for:
- liquidityFee = newFee (#719)
- totalFees = busdDividendRewardsFee.add(marketingFee).add(rc1DividendRewardsFee).add(liquidityFee).add(devFee) (#720)
RC2.updateDevFee(uint8) (#724-728) should emit an event for:
- devFee = newFee (#725)
- totalFees = busdDividendRewardsFee.add(marketingFee).add(rc1DividendRewardsFee).add(liquidityFee).add(devFee) (#726)
Emit an event for critical parameter changes.

Additional information: link

RC2.whitelistPreSale(address,address)._presaleAddress (#622) lacks a zero-check on :
- presaleAddress = _presaleAddress (#623)
DividendPayingToken.constructor(string,string,address)._token (#1136) lacks a zero-check on :
- dividendToken = _token (#1137)
Check that the address is not zero.

Additional information: link

DividendPayingToken._withdrawDividendOfUser(address) (#1162-1180) has external calls inside a loop: success = IERC20(dividendToken).transfer(user,_withdrawableDividend) (#1168)
Favor pull over push strategy for external calls.

Additional information: link

RC2.constructor() (#585-616) uses literals with too many digits:
- _mint(owner(),10000000000 * (10 ** 18)) (#615)
RC2.slitherConstructorVariables() (#491-1113) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#498)
RC2.slitherConstructorVariables() (#491-1113) uses literals with too many digits:
- swapTokensAtAmount = 1000000 * 10 ** 18 (#515)
RC2.slitherConstructorVariables() (#491-1113) uses literals with too many digits:
- gasForProcessing = 600000 (#528)
RC1DividendTracker.constructor() (#1256-1259) uses literals with too many digits:
- minimumTokenBalanceForDividends = 2000000 * (10 ** 18) (#1258)
RC1DividendTracker.getAccountAtIndex(uint256) (#1346-1363) uses literals with too many digits:
- (0x0000000000000000000000000000000000000000,- 1,- 1,0,0,0,0,0) (#1357)
BUSDDividendTracker.constructor() (#1470-1473) uses literals with too many digits:
- minimumTokenBalanceForDividends = 2000000 * (10 ** 18) (#1472)
BUSDDividendTracker.getAccountAtIndex(uint256) (#1561-1578) uses literals with too many digits:
- (0x0000000000000000000000000000000000000000,- 1,- 1,0,0,0,0,0) (#1572)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Variable 'RC2._transfer(address,address,uint256).claims (#987)' in RC2._transfer(address,address,uint256) (#908-1001) potentially used before declaration: ProcessedbusdTokenDividendTracker(iterations,claims,lastProcessedIndex,true,gas,msg.sender) (#988)
Variable 'RC2._transfer(address,address,uint256).iterations (#987)' in RC2._transfer(address,address,uint256) (#908-1001) potentially used before declaration: ProcessedbusdTokenDividendTracker(iterations,claims,lastProcessedIndex,true,gas,msg.sender) (#988)
Variable 'RC2._transfer(address,address,uint256).lastProcessedIndex (#987)' in RC2._transfer(address,address,uint256) (#908-1001) potentially used before declaration: ProcessedbusdTokenDividendTracker(iterations,claims,lastProcessedIndex,true,gas,msg.sender) (#988)
Variable 'RC2._transfer(address,address,uint256).lastProcessedIndex_scope_2 (#994)' in RC2._transfer(address,address,uint256) (#908-1001) potentially used before declaration: Processedrc1DividendTracker(iterations_scope_0,claims_scope_1,lastProcessedIndex_scope_2,true,gas,msg.sender) (#995)
Variable 'RC2._transfer(address,address,uint256).claims_scope_1 (#994)' in RC2._transfer(address,address,uint256) (#908-1001) potentially used before declaration: Processedrc1DividendTracker(iterations_scope_0,claims_scope_1,lastProcessedIndex_scope_2,true,gas,msg.sender) (#995)
Variable 'RC2._transfer(address,address,uint256).iterations_scope_0 (#994)' in RC2._transfer(address,address,uint256) (#908-1001) potentially used before declaration: Processedrc1DividendTracker(iterations_scope_0,claims_scope_1,lastProcessedIndex_scope_2,true,gas,msg.sender) (#995)
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 RC2._transfer(address,address,uint256) (#908-1001):
External calls:
- swapTokensForBNB(swapTokens) (#936)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- address(marketingWallet).call{value: marketingPortion}() (#938)
- swapTokensForBNB(swapTokensDev) (#942)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
External calls sending eth:
- address(marketingWallet).call{value: marketingPortion}() (#938)
State variables written after the call(s):
- swapTokensForBNB(swapTokensDev) (#942)
- _allowances[owner][spender] = amount (#480)
Reentrancy in RC2._transfer(address,address,uint256) (#908-1001):
External calls:
- swapTokensForBNB(swapTokens) (#936)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- address(marketingWallet).call{value: marketingPortion}() (#938)
- swapTokensForBNB(swapTokensDev) (#942)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- address(devWallet).call{value: devPortion}() (#944)
- swapAndLiquify(liqTokens) (#947)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,deadAddress,block.timestamp) (#1025-1032)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
External calls sending eth:
- address(marketingWallet).call{value: marketingPortion}() (#938)
- address(devWallet).call{value: devPortion}() (#944)
- swapAndLiquify(liqTokens) (#947)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,deadAddress,block.timestamp) (#1025-1032)
State variables written after the call(s):
- swapAndLiquify(liqTokens) (#947)
- _allowances[owner][spender] = amount (#480)
Reentrancy in RC2._transfer(address,address,uint256) (#908-1001):
External calls:
- swapTokensForBNB(swapTokens) (#936)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- address(marketingWallet).call{value: marketingPortion}() (#938)
- swapTokensForBNB(swapTokensDev) (#942)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- address(devWallet).call{value: devPortion}() (#944)
- swapAndLiquify(liqTokens) (#947)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,deadAddress,block.timestamp) (#1025-1032)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- swapAndSendBUSDDividends(busdTokens) (#952)
- success = IERC20(token).transfer(dividendTracker,amount) (#1106)
- dividendPayingTracker.distributeDividends(amount) (#1109)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,address(this),block.timestamp) (#1081-1087)
External calls sending eth:
- address(marketingWallet).call{value: marketingPortion}() (#938)
- address(devWallet).call{value: devPortion}() (#944)
- swapAndLiquify(liqTokens) (#947)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,deadAddress,block.timestamp) (#1025-1032)
State variables written after the call(s):
- swapAndSendBUSDDividends(busdTokens) (#952)
- _allowances[owner][spender] = amount (#480)
Reentrancy in RC2._transfer(address,address,uint256) (#908-1001):
External calls:
- swapTokensForBNB(swapTokens) (#936)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- address(marketingWallet).call{value: marketingPortion}() (#938)
- swapTokensForBNB(swapTokensDev) (#942)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- address(devWallet).call{value: devPortion}() (#944)
- swapAndLiquify(liqTokens) (#947)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,deadAddress,block.timestamp) (#1025-1032)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- swapAndSendBUSDDividends(busdTokens) (#952)
- success = IERC20(token).transfer(dividendTracker,amount) (#1106)
- dividendPayingTracker.distributeDividends(amount) (#1109)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,address(this),block.timestamp) (#1081-1087)
- swapAndSendRC1Dividends(rc1Tokens) (#956)
- success = IERC20(token).transfer(dividendTracker,amount) (#1106)
- dividendPayingTracker.distributeDividends(amount) (#1109)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,address(this),block.timestamp) (#1063-1069)
External calls sending eth:
- address(marketingWallet).call{value: marketingPortion}() (#938)
- address(devWallet).call{value: devPortion}() (#944)
- swapAndLiquify(liqTokens) (#947)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,deadAddress,block.timestamp) (#1025-1032)
State variables written after the call(s):
- swapAndSendRC1Dividends(rc1Tokens) (#956)
- _allowances[owner][spender] = amount (#480)
Reentrancy in RC2.constructor() (#585-616):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#590-591)
State variables written after the call(s):
- uniswapV2Pair = _uniswapV2Pair (#594)
- uniswapV2Router = _uniswapV2Router (#593)
Reentrancy in RC2.constructor() (#585-616):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#590-591)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#596)
- busdTokenDividendTracker.excludeFromDividends(pair) (#766)
- rc1DividendTracker.excludeFromDividends(pair) (#767)
- excludeFromDividend(address(busdTokenDividendTracker)) (#598)
- busdTokenDividendTracker.excludeFromDividends(address(account)) (#743)
- rc1DividendTracker.excludeFromDividends(address(account)) (#744)
- excludeFromDividend(address(rc1DividendTracker)) (#599)
- busdTokenDividendTracker.excludeFromDividends(address(account)) (#743)
- rc1DividendTracker.excludeFromDividends(address(account)) (#744)
- excludeFromDividend(address(this)) (#600)
- busdTokenDividendTracker.excludeFromDividends(address(account)) (#743)
- rc1DividendTracker.excludeFromDividends(address(account)) (#744)
- excludeFromDividend(address(_uniswapV2Router)) (#601)
- busdTokenDividendTracker.excludeFromDividends(address(account)) (#743)
- rc1DividendTracker.excludeFromDividends(address(account)) (#744)
- excludeFromDividend(deadAddress) (#602)
- busdTokenDividendTracker.excludeFromDividends(address(account)) (#743)
- rc1DividendTracker.excludeFromDividends(address(account)) (#744)
State variables written after the call(s):
- _mint(owner(),10000000000 * (10 ** 18)) (#615)
- _balances[account] = _balances[account].add(amount) (#462)
- _mint(owner(),10000000000 * (10 ** 18)) (#615)
- _totalSupply = _totalSupply.add(amount) (#461)
- excludeFromFees(marketingWallet,true) (#605)
- isExcludedFromFees[account] = excluded (#737)
- excludeFromFees(address(this),true) (#606)
- isExcludedFromFees[account] = excluded (#737)
- excludeFromFees(deadAddress,true) (#607)
- isExcludedFromFees[account] = excluded (#737)
- excludeFromFees(owner(),true) (#608)
- isExcludedFromFees[account] = excluded (#737)
Reentrancy in RC2.prepareForPartherOrExchangeListing(address) (#633-637):
External calls:
- busdTokenDividendTracker.excludeFromDividends(_partnerOrExchangeAddress) (#634)
- rc1DividendTracker.excludeFromDividends(_partnerOrExchangeAddress) (#635)
State variables written after the call(s):
- excludeFromFees(_partnerOrExchangeAddress,true) (#636)
- isExcludedFromFees[account] = excluded (#737)
Reentrancy in RC1DividendTracker.processAccount(address,bool) (#1437-1447):
External calls:
- amount = _withdrawDividendOfUser(account) (#1438)
- success = IERC20(dividendToken).transfer(user,_withdrawableDividend) (#1168)
State variables written after the call(s):
- lastClaimTimes[account] = block.timestamp (#1441)
Reentrancy in BUSDDividendTracker.processAccount(address,bool) (#1652-1662):
External calls:
- amount = _withdrawDividendOfUser(account) (#1653)
- success = IERC20(dividendToken).transfer(user,_withdrawableDividend) (#1168)
State variables written after the call(s):
- lastClaimTimes[account] = block.timestamp (#1656)
Reentrancy in RC2.swapAndLiquify(uint256) (#1003-1017):
External calls:
- swapTokensForBNB(half) (#1010)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1044-1050)
- addLiquidity(otherHalf,newBalance) (#1014)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,deadAddress,block.timestamp) (#1025-1032)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1014)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,deadAddress,block.timestamp) (#1025-1032)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1014)
- _allowances[owner][spender] = amount (#480)
Reentrancy in RC2.whitelistPreSale(address,address) (#622-631):
External calls:
- busdTokenDividendTracker.excludeFromDividends(_presaleAddress) (#624)
- rc1DividendTracker.excludeFromDividends(_presaleAddress) (#625)
State variables written after the call(s):
- excludeFromFees(_presaleAddress,true) (#626)
- isExcludedFromFees[account] = excluded (#737)
Reentrancy in RC2.whitelistPreSale(address,address) (#622-631):
External calls:
- busdTokenDividendTracker.excludeFromDividends(_presaleAddress) (#624)
- rc1DividendTracker.excludeFromDividends(_presaleAddress) (#625)
- rc1DividendTracker.excludeFromDividends(_routerAddress) (#628)
- busdTokenDividendTracker.excludeFromDividends(_routerAddress) (#629)
State variables written after the call(s):
- excludeFromFees(_routerAddress,true) (#630)
- isExcludedFromFees[account] = excluded (#737)
Apply the check-effects-interactions pattern.

Additional information: link

RC1DividendTracker.getAccount(address) (#1301-1344) uses timestamp for comparisons
Dangerous comparisons:
- nextClaimTime > block.timestamp (#1341-1343)
RC1DividendTracker.canAutoClaim(uint256) (#1365-1371) uses timestamp for comparisons
Dangerous comparisons:
- lastClaimTime > block.timestamp (#1366)
- block.timestamp.sub(lastClaimTime) >= claimWait (#1370)
BUSDDividendTracker.getAccount(address) (#1516-1559) uses timestamp for comparisons
Dangerous comparisons:
- nextClaimTime > block.timestamp (#1556-1558)
BUSDDividendTracker.canAutoClaim(uint256) (#1580-1586) uses timestamp for comparisons
Dangerous comparisons:
- lastClaimTime > block.timestamp (#1581)
- block.timestamp.sub(lastClaimTime) >= claimWait (#1585)
Avoid relying on block.timestamp.

Additional information: link

Context._msgData() (#338-341) is never used and should be removed
DividendPayingToken._transfer(address,address,uint256) (#1201-1207) is never used and should be removed
ERC20._setupDecimals(uint8) (#484-486) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#276-279) is never used and should be removed
SafeMath.mod(uint256,uint256) (#266-269) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#281-284) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#212-216) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#233-236) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#238-241) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#223-231) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#218-221) is never used and should be removed
SafeMathInt.div(int256,int256) (#298-304) is never used and should be removed
SafeMathInt.mul(int256,int256) (#288-296) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in RC2._transfer(address,address,uint256) (#908-1001):
- address(marketingWallet).call{value: marketingPortion}() (#938)
- address(devWallet).call{value: devPortion}() (#944)
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() (#78) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#79) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#96) is not in mixedCase
Function IUniswapV2Router01.WETH() (#116) is not in mixedCase
Parameter RC2.whitelistPreSale(address,address)._presaleAddress (#622) is not in mixedCase
Parameter RC2.whitelistPreSale(address,address)._routerAddress (#622) is not in mixedCase
Parameter RC2.prepareForPartherOrExchangeListing(address)._partnerOrExchangeAddress (#633) is not in mixedCase
Parameter RC2.updateMarketingWallet(address)._newWallet (#641) is not in mixedCase
Parameter RC2.updateDevWallet(address)._newWallet (#648) is not in mixedCase
Parameter RC2.setSwapTokensAtAmount(uint256)._swapAmount (#654) is not in mixedCase
Parameter RC2.setSwapAndLiquifyEnabled(bool)._enabled (#660) is not in mixedCase
Parameter RC2.swapTokensForRC1(uint256)._tokenAmount (#1054) is not in mixedCase
Parameter RC2.swapTokensForBUSD(uint256)._tokenAmount (#1072) is not in mixedCase
Variable RC2.RC1 (#518) is not in mixedCase
Variable RC2.BUSD (#519) is not in mixedCase
Parameter DividendPayingToken.dividendOf(address)._owner (#1183) is not in mixedCase
Parameter DividendPayingToken.withdrawableDividendOf(address)._owner (#1187) is not in mixedCase
Parameter DividendPayingToken.withdrawnDividendOf(address)._owner (#1191) is not in mixedCase
Parameter DividendPayingToken.accumulativeDividendOf(address)._owner (#1196) is not in mixedCase
Constant DividendPayingToken.magnitude (#1120) is not in UPPER_CASE_WITH_UNDERSCORES
Parameter RC1DividendTracker.updateMinimumTokenBalanceForDividends(uint256)._newMinimumBalance (#1270) is not in mixedCase
Parameter RC1DividendTracker.getAccount(address)._account (#1301) is not in mixedCase
Parameter BUSDDividendTracker.updateMinimumTokenBalanceForDividends(uint256)._newMinimumBalance (#1485) is not in mixedCase
Parameter BUSDDividendTracker.getAccount(address)._account (#1516) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#118) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#118)
Variable DividendPayingToken._withdrawDividendOfUser(address)._withdrawableDividend (#1163) is too similar to RC1DividendTracker.getAccount(address).withdrawableDividends (#1306)
Variable DividendPayingToken._withdrawDividendOfUser(address)._withdrawableDividend (#1163) is too similar to BUSDDividendTracker.getAccount(address).withdrawableDividends (#1521)
Prevent variables from having similar names.

Additional information: link

get(IterableMapping.Map,address) should be declared external:
- IterableMapping.get(IterableMapping.Map,address) (#159-161)
getIndexOfKey(IterableMapping.Map,address) should be declared external:
- IterableMapping.getIndexOfKey(IterableMapping.Map,address) (#163-168)
getKeyAtIndex(IterableMapping.Map,uint256) should be declared external:
- IterableMapping.getKeyAtIndex(IterableMapping.Map,uint256) (#170-172)
size(IterableMapping.Map) should be declared external:
- IterableMapping.size(IterableMapping.Map) (#176-178)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#364-367)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#369-373)
name() should be declared external:
- ERC20.name() (#395-397)
symbol() should be declared external:
- ERC20.symbol() (#399-401)
decimals() should be declared external:
- ERC20.decimals() (#403-405)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#415-418)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#420-422)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#424-427)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#429-433)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#435-438)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#440-443)
setAutomatedMarketMakerPair(address,bool) should be declared external:
- RC2.setAutomatedMarketMakerPair(address,bool) (#755-759)
getIsExcludedFromFees(address) should be declared external:
- RC2.getIsExcludedFromFees(address) (#805-807)
distributeDividends(uint256) should be declared external:
- DividendPayingToken.distributeDividends(uint256) (#1142-1153)
withdrawDividend() should be declared external:
- BUSDDividendTracker.withdrawDividend() (#1479-1481)
- DividendPayingToken.withdrawDividend() (#1156-1158)
- RC1DividendTracker.withdrawDividend() (#1265-1267)
dividendOf(address) should be declared external:
- DividendPayingToken.dividendOf(address) (#1183-1185)
withdrawnDividendOf(address) should be declared external:
- DividendPayingToken.withdrawnDividendOf(address) (#1191-1193)
getAccountAtIndex(uint256) should be declared external:
- RC1DividendTracker.getAccountAtIndex(uint256) (#1346-1363)
process(uint256) should be declared external:
- RC1DividendTracker.process(uint256) (#1390-1435)
getAccountAtIndex(uint256) should be declared external:
- BUSDDividendTracker.getAccountAtIndex(uint256) (#1561-1578)
process(uint256) should be declared external:
- BUSDDividendTracker.process(uint256) (#1605-1650)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:

Contract has 16% buy tax and 16% sell tax.
Taxes are high (over 10%) but contract ownership is renounced.


Swap operations require suspiciously high gas. Contract logic is complex and may disguise some form of scam.


Average 30d PancakeSwap volume is low.


Average 30d number of PancakeSwap swaps is low.


Number of Binance Smart Chain (BSC) token holders is low.


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


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find Youtube account


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


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 scam / price dump / death


Alexa traffic rank is relatively low

Additional information: link


Young tokens have high risks of 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 RC2

News for RC2