GRCC Token Logo

GRCC Token

About GRCC

Listings

Token 2 years
CoinGecko 2 years
white paper

Invested by Softbank Group (USA), Friends of the Earth (HK) and World Wide Fund for Nature, $GRCC aims to build a green and environmentally friendly parallel metaverse world.

Project Greenstar (GRCC) is currently pancakeswap and poocoin is also a welcome gaming token. It is a game based on returning to the days again and again with the climate green crisis. You can benefit from the tree on renting or buying land. You can rent the lands you can benefit from and earn a profit.

Social

Laser Scorebeta Last Audit: 6 May 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...)

GRCC._swapAndSendBNBToFee(uint256) (GRCC.sol#473-497) sends eth to arbitrary user
Dangerous calls:
- (s2) = address(daoWallet).call{gas: transferGasLimit,value: newBalance.mul(daoFee).div(multiFees)}() (GRCC.sol#487-490)
- (s3) = address(cbnWallet).call{gas: transferGasLimit,value: newBalance.mul(cbnFee).div(multiFees)}() (GRCC.sol#491-494)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in GRCC._transfer(address,address,uint256) (GRCC.sol#256-453):
External calls:
- _swapAndSendBNBToFee(marketingTokens) (GRCC.sol#319)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokens,0,path,address(this),block.timestamp) (GRCC.sol#464-470)
- (s1) = address(marketingWallet).call{gas: transferGasLimit,value: newBalance.mul(marketingFee).div(multiFees)}() (GRCC.sol#483-486)
- (s2) = address(daoWallet).call{gas: transferGasLimit,value: newBalance.mul(daoFee).div(multiFees)}() (GRCC.sol#487-490)
- (s3) = address(cbnWallet).call{gas: transferGasLimit,value: newBalance.mul(cbnFee).div(multiFees)}() (GRCC.sol#491-494)
- _swapAndSendBNBDividends(sellTokens) (GRCC.sol#325)
- (success) = address(dividendTracker).call{value: dividends}() (GRCC.sol#502)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokens,0,path,address(this),block.timestamp) (GRCC.sol#464-470)
External calls sending eth:
- _swapAndSendBNBToFee(marketingTokens) (GRCC.sol#319)
- (s1) = address(marketingWallet).call{gas: transferGasLimit,value: newBalance.mul(marketingFee).div(multiFees)}() (GRCC.sol#483-486)
- (s2) = address(daoWallet).call{gas: transferGasLimit,value: newBalance.mul(daoFee).div(multiFees)}() (GRCC.sol#487-490)
- (s3) = address(cbnWallet).call{gas: transferGasLimit,value: newBalance.mul(cbnFee).div(multiFees)}() (GRCC.sol#491-494)
- _swapAndSendBNBDividends(sellTokens) (GRCC.sol#325)
- (success) = address(dividendTracker).call{value: dividends}() (GRCC.sol#502)
State variables written after the call(s):
- super._transfer(from,address(this),fees) (GRCC.sol#374)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (ERC20.sol#214)
- _balances[recipient] = _balances[recipient].add(amount) (ERC20.sol#215)
- _sendRecommend(to,fees.mul(inviterFee).div(swapTotalFees)) (GRCC.sol#379-382)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (ERC20.sol#214)
- _balances[recipient] = _balances[recipient].add(amount) (ERC20.sol#215)
- super._transfer(from,HOLE,fees_scope_0) (GRCC.sol#410)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (ERC20.sol#214)
- _balances[recipient] = _balances[recipient].add(amount) (ERC20.sol#215)
- swapping = false (GRCC.sol#327)
- swapping = true (GRCC.sol#385)
Reentrancy in GRCC._transfer(address,address,uint256) (GRCC.sol#256-453):
External calls:
- _swapAndSendBNBToFee(marketingTokens) (GRCC.sol#319)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokens,0,path,address(this),block.timestamp) (GRCC.sol#464-470)
- (s1) = address(marketingWallet).call{gas: transferGasLimit,value: newBalance.mul(marketingFee).div(multiFees)}() (GRCC.sol#483-486)
- (s2) = address(daoWallet).call{gas: transferGasLimit,value: newBalance.mul(daoFee).div(multiFees)}() (GRCC.sol#487-490)
- (s3) = address(cbnWallet).call{gas: transferGasLimit,value: newBalance.mul(cbnFee).div(multiFees)}() (GRCC.sol#491-494)
- _swapAndSendBNBDividends(sellTokens) (GRCC.sol#325)
- (success) = address(dividendTracker).call{value: dividends}() (GRCC.sol#502)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokens,0,path,address(this),block.timestamp) (GRCC.sol#464-470)
- _swapAndSendBNBRecommend(from,fees.mul(inviterFee).div(swapTotalFees)) (GRCC.sol#386-389)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokens,0,path,address(this),block.timestamp) (GRCC.sol#464-470)
- (success) = address(index).call{gas: transferGasLimit,value: reward}() (GRCC.sol#543-546)
- (success) = address(root).call{gas: transferGasLimit,value: tmp}() (GRCC.sol#559-562)
External calls sending eth:
- _swapAndSendBNBToFee(marketingTokens) (GRCC.sol#319)
- (s1) = address(marketingWallet).call{gas: transferGasLimit,value: newBalance.mul(marketingFee).div(multiFees)}() (GRCC.sol#483-486)
- (s2) = address(daoWallet).call{gas: transferGasLimit,value: newBalance.mul(daoFee).div(multiFees)}() (GRCC.sol#487-490)
- (s3) = address(cbnWallet).call{gas: transferGasLimit,value: newBalance.mul(cbnFee).div(multiFees)}() (GRCC.sol#491-494)
- _swapAndSendBNBDividends(sellTokens) (GRCC.sol#325)
- (success) = address(dividendTracker).call{value: dividends}() (GRCC.sol#502)
- _swapAndSendBNBRecommend(from,fees.mul(inviterFee).div(swapTotalFees)) (GRCC.sol#386-389)
- (success) = address(index).call{gas: transferGasLimit,value: reward}() (GRCC.sol#543-546)
- (success) = address(root).call{gas: transferGasLimit,value: tmp}() (GRCC.sol#559-562)
State variables written after the call(s):
- super._transfer(address(this),HOLE,fees.mul(destoryFee).div(swapTotalFees)) (GRCC.sol#395-399)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (ERC20.sol#214)
- _balances[recipient] = _balances[recipient].add(amount) (ERC20.sol#215)
- super._transfer(from,to,amount) (GRCC.sol#414)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (ERC20.sol#214)
- _balances[recipient] = _balances[recipient].add(amount) (ERC20.sol#215)
- swapping = false (GRCC.sol#390)
Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (DividendPayingToken.sol#75-98):
External calls:
- (success) = address(user).call{value: _withdrawableDividend}() (DividendPayingToken.sol#85-87)
State variables written after the call(s):
- withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend) (DividendPayingToken.sol#91-93)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)


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

DividendPayingToken.constructor(string,string)._name (DividendPayingToken.sol#45) shadows:
- ERC20._name (ERC20.sol#42) (state variable)
DividendPayingToken.constructor(string,string)._symbol (DividendPayingToken.sol#45) shadows:
- ERC20._symbol (ERC20.sol#43) (state variable)
DividendPayingToken.dividendOf(address)._owner (DividendPayingToken.sol#103) shadows:
- Ownable._owner (Ownable.sol#19) (state variable)
DividendPayingToken.withdrawableDividendOf(address)._owner (DividendPayingToken.sol#110) shadows:
- Ownable._owner (Ownable.sol#19) (state variable)
DividendPayingToken.withdrawnDividendOf(address)._owner (DividendPayingToken.sol#122) shadows:
- Ownable._owner (Ownable.sol#19) (state variable)
DividendPayingToken.accumulativeDividendOf(address)._owner (DividendPayingToken.sol#136) shadows:
- Ownable._owner (Ownable.sol#19) (state variable)
Rename the local variables that shadow another component.

Additional information: link

Clones.clone(address) (Clones.sol#23-32) uses literals with too many digits:
- mstore(uint256,uint256)(ptr_clone_asm_0,0x3d602d80600a3d3981f3363d3d373d3d3d363d73000000000000000000000000) (Clones.sol#26)
Clones.clone(address) (Clones.sol#23-32) uses literals with too many digits:
- mstore(uint256,uint256)(ptr_clone_asm_0 + 0x28,0x5af43d82803e903d91602b57fd5bf30000000000000000000000000000000000) (Clones.sol#28)
Clones.cloneDeterministic(address,bytes32) (Clones.sol#41-50) uses literals with too many digits:
- mstore(uint256,uint256)(ptr_cloneDeterministic_asm_0,0x3d602d80600a3d3981f3363d3d373d3d3d363d73000000000000000000000000) (Clones.sol#44)
Clones.cloneDeterministic(address,bytes32) (Clones.sol#41-50) uses literals with too many digits:
- mstore(uint256,uint256)(ptr_cloneDeterministic_asm_0 + 0x28,0x5af43d82803e903d91602b57fd5bf30000000000000000000000000000000000) (Clones.sol#46)
Clones.predictDeterministicAddress(address,bytes32,address) (Clones.sol#55-70) uses literals with too many digits:
- mstore(uint256,uint256)(ptr_predictDeterministicAddress_asm_0,0x3d602d80600a3d3981f3363d3d373d3d3d363d73000000000000000000000000) (Clones.sol#62)
Clones.predictDeterministicAddress(address,bytes32,address) (Clones.sol#55-70) uses literals with too many digits:
- mstore(uint256,uint256)(ptr_predictDeterministicAddress_asm_0 + 0x28,0x5af43d82803e903d91602b57fd5bf3ff00000000000000000000000000000000) (Clones.sol#64)
GRCC.constructor(address[5],uint256[7],uint256,uint256,uint256,uint256) (GRCC.sol#145-217) uses literals with too many digits:
- gasForProcessing = 300000 (GRCC.sol#188)
GRCC.updateGasForProcessing(uint256) (GRCC.sol#693-704) uses literals with too many digits:
- require(bool,string)(newValue >= 200000 && newValue <= 500000,CCC: gasForProcessing must be between 200,000 and 500,000) (GRCC.sol#694-697)
GRCC.slitherConstructorConstantVariables() (GRCC.sol#14-920) uses literals with too many digits:
- ISSUE = 600000000 (GRCC.sol#21)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

GRCC._transfer(address,address,uint256) (GRCC.sol#256-453) performs a multiplication on the result of a division:
-fees = amount.mul(swapTotalFees).div(PRECISION) (GRCC.sol#372)
-_sendRecommend(to,fees.mul(inviterFee).div(swapTotalFees)) (GRCC.sol#379-382)
GRCC._transfer(address,address,uint256) (GRCC.sol#256-453) performs a multiplication on the result of a division:
-fees = amount.mul(swapTotalFees).div(PRECISION) (GRCC.sol#372)
-_swapAndSendBNBRecommend(from,fees.mul(inviterFee).div(swapTotalFees)) (GRCC.sol#386-389)
GRCC._transfer(address,address,uint256) (GRCC.sol#256-453) performs a multiplication on the result of a division:
-fees = amount.mul(swapTotalFees).div(PRECISION) (GRCC.sol#372)
-super._transfer(address(this),HOLE,fees.mul(destoryFee).div(swapTotalFees)) (GRCC.sol#395-399)
Consider ordering multiplication before division.

Additional information: link

Reentrancy in GRCC.updateDividendTracker(address) (GRCC.sol#625-649):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (GRCC.sol#640)
- newDividendTracker.excludeFromDividends(address(this)) (GRCC.sol#641)
- newDividendTracker.excludeFromDividends(owner()) (GRCC.sol#642)
- dividendTracker.excludeFromDividends(address(HOLE)) (GRCC.sol#643)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (GRCC.sol#644)
State variables written after the call(s):
- dividendTracker = newDividendTracker (GRCC.sol#648)
Apply the check-effects-interactions pattern.

Additional information: link

GRCC._transfer(address,address,uint256).iterations (GRCC.sol#439) is a local variable never initialized
GRCC._transfer(address,address,uint256).claims (GRCC.sol#440) is a local variable never initialized
GRCC._transfer(address,address,uint256).lastProcessedIndex (GRCC.sol#441) is a local variable never initialized
GRCC._swapAndSendBNBRecommend(address,uint256).success_scope_0 (GRCC.sol#559) 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

GRCC._transfer(address,address,uint256) (GRCC.sol#256-453) ignores return value by dividendTracker.process(gas) (GRCC.sol#438-451)
GRCC.claim() (GRCC.sol#811-813) ignores return value by dividendTracker.processAccount(address(msg.sender),false) (GRCC.sol#812)
Ensure that all the return values of the function calls are used.

Additional information: link

SafeMathInt.MAX_INT256 (SafeMathInt.sol#10) is never used in SafeMathInt (SafeMathInt.sol#8-66)
Remove unused state variables.

Additional information: link

GRCC.setSwapTokensAtAmount(uint256) (GRCC.sol#621-623) should emit an event for:
- swapTokensAtAmount = amount (GRCC.sol#622)
GRCC.setTokenRewardsFee(uint256) (GRCC.sol#827-830) should emit an event for:
- tokenRewardsFee = value (GRCC.sol#828)
GRCC.setMarketingFee(uint256) (GRCC.sol#832-835) should emit an event for:
- marketingFee = value (GRCC.sol#833)
GRCC.setInviterFee(uint256) (GRCC.sol#837-840) should emit an event for:
- inviterFee = value (GRCC.sol#838)
GRCC.setDestoryFee(uint256) (GRCC.sol#842-845) should emit an event for:
- destoryFee = value (GRCC.sol#843)
GRCC.setDaoFee(uint256) (GRCC.sol#847-850) should emit an event for:
- daoFee = value (GRCC.sol#848)
GRCC.setCbnFee(uint256) (GRCC.sol#852-855) should emit an event for:
- cbnFee = value (GRCC.sol#853)
GRCC.setTransferDestoryFee(uint256) (GRCC.sol#857-859) should emit an event for:
- transferDestoryFee = value (GRCC.sol#858)
GRCC.setRecommendRequire(uint256) (GRCC.sol#865-867) should emit an event for:
- recommendRequire = value (GRCC.sol#866)
GRCC.setSellRateLimit(uint256) (GRCC.sol#869-871) should emit an event for:
- sellRateLimit = value (GRCC.sol#870)
GRCC.setInviterRequireLockTime(uint256) (GRCC.sol#898-900) should emit an event for:
- inviterRequireLockTime = value (GRCC.sol#899)
GRCC.setTransferGasLimit(uint256) (GRCC.sol#917-919) should emit an event for:
- transferGasLimit = value (GRCC.sol#918)
Emit an event for critical parameter changes.

Additional information: link

GRCC.constructor(address[5],uint256[7],uint256,uint256,uint256,uint256)._uniswapV2Pair (GRCC.sol#192-193) lacks a zero-check on :
- uniswapV2Pair = _uniswapV2Pair (GRCC.sol#195)
GRCC.updateUniswapV2Router(address)._uniswapV2Pair (GRCC.sol#658-659) lacks a zero-check on :
- uniswapV2Pair = _uniswapV2Pair (GRCC.sol#660)
GRCC.setMarketingWallet(address).wallet (GRCC.sol#823) lacks a zero-check on :
- marketingWallet = wallet (GRCC.sol#824)
GRCC.setRoot(address).addr (GRCC.sol#873) lacks a zero-check on :
- root = addr (GRCC.sol#874)
GRCC.setDaoWallet(address).addr (GRCC.sol#877) lacks a zero-check on :
- daoWallet = addr (GRCC.sol#878)
GRCC.setCbnWallet(address).addr (GRCC.sol#881) lacks a zero-check on :
- cbnWallet = addr (GRCC.sol#882)
Check that the address is not zero.

Additional information: link

DividendPayingToken._withdrawDividendOfUser(address) (DividendPayingToken.sol#75-98) has external calls inside a loop: (success) = address(user).call{value: _withdrawableDividend}() (DividendPayingToken.sol#85-87)
Favor pull over push strategy for external calls.

Additional information: link

Variable 'GRCC._transfer(address,address,uint256).iterations (GRCC.sol#439)' in GRCC._transfer(address,address,uint256) (GRCC.sol#256-453) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (GRCC.sol#443-450)
Variable 'GRCC._transfer(address,address,uint256).lastProcessedIndex (GRCC.sol#441)' in GRCC._transfer(address,address,uint256) (GRCC.sol#256-453) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (GRCC.sol#443-450)
Variable 'GRCC._transfer(address,address,uint256).claims (GRCC.sol#440)' in GRCC._transfer(address,address,uint256) (GRCC.sol#256-453) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (GRCC.sol#443-450)
Variable 'GRCC._swapAndSendBNBRecommend(address,uint256).success (GRCC.sol#543)' in GRCC._swapAndSendBNBRecommend(address,uint256) (GRCC.sol#510-567) potentially used before declaration: (success) = address(root).call{gas: transferGasLimit,value: tmp}() (GRCC.sol#559-562)
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 GRCC._transfer(address,address,uint256) (GRCC.sol#256-453):
External calls:
- _swapAndSendBNBToFee(marketingTokens) (GRCC.sol#319)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokens,0,path,address(this),block.timestamp) (GRCC.sol#464-470)
- (s1) = address(marketingWallet).call{gas: transferGasLimit,value: newBalance.mul(marketingFee).div(multiFees)}() (GRCC.sol#483-486)
- (s2) = address(daoWallet).call{gas: transferGasLimit,value: newBalance.mul(daoFee).div(multiFees)}() (GRCC.sol#487-490)
- (s3) = address(cbnWallet).call{gas: transferGasLimit,value: newBalance.mul(cbnFee).div(multiFees)}() (GRCC.sol#491-494)
- _swapAndSendBNBDividends(sellTokens) (GRCC.sol#325)
- (success) = address(dividendTracker).call{value: dividends}() (GRCC.sol#502)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokens,0,path,address(this),block.timestamp) (GRCC.sol#464-470)
External calls sending eth:
- _swapAndSendBNBToFee(marketingTokens) (GRCC.sol#319)
- (s1) = address(marketingWallet).call{gas: transferGasLimit,value: newBalance.mul(marketingFee).div(multiFees)}() (GRCC.sol#483-486)
- (s2) = address(daoWallet).call{gas: transferGasLimit,value: newBalance.mul(daoFee).div(multiFees)}() (GRCC.sol#487-490)
- (s3) = address(cbnWallet).call{gas: transferGasLimit,value: newBalance.mul(cbnFee).div(multiFees)}() (GRCC.sol#491-494)
- _swapAndSendBNBDividends(sellTokens) (GRCC.sol#325)
- (success) = address(dividendTracker).call{value: dividends}() (GRCC.sol#502)
State variables written after the call(s):
- _swapAndSendBNBDividends(sellTokens) (GRCC.sol#325)
- _allowances[owner][spender] = amount (ERC20.sol#276)
- inviter[to] = from (GRCC.sol#337)
- inviter[user] = root (GRCC.sol#353)
- inviter[user] = root (GRCC.sol#363)
- inviterLockTime[to] = block.timestamp (GRCC.sol#338)
- inviterLockTime[user] = block.timestamp (GRCC.sol#354)
- inviterLockTime[user] = block.timestamp (GRCC.sol#364)
Reentrancy in GRCC._transfer(address,address,uint256) (GRCC.sol#256-453):
External calls:
- _swapAndSendBNBToFee(marketingTokens) (GRCC.sol#319)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokens,0,path,address(this),block.timestamp) (GRCC.sol#464-470)
- (s1) = address(marketingWallet).call{gas: transferGasLimit,value: newBalance.mul(marketingFee).div(multiFees)}() (GRCC.sol#483-486)
- (s2) = address(daoWallet).call{gas: transferGasLimit,value: newBalance.mul(daoFee).div(multiFees)}() (GRCC.sol#487-490)
- (s3) = address(cbnWallet).call{gas: transferGasLimit,value: newBalance.mul(cbnFee).div(multiFees)}() (GRCC.sol#491-494)
- _swapAndSendBNBDividends(sellTokens) (GRCC.sol#325)
- (success) = address(dividendTracker).call{value: dividends}() (GRCC.sol#502)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokens,0,path,address(this),block.timestamp) (GRCC.sol#464-470)
- _swapAndSendBNBRecommend(from,fees.mul(inviterFee).div(swapTotalFees)) (GRCC.sol#386-389)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokens,0,path,address(this),block.timestamp) (GRCC.sol#464-470)
- (success) = address(index).call{gas: transferGasLimit,value: reward}() (GRCC.sol#543-546)
- (success) = address(root).call{gas: transferGasLimit,value: tmp}() (GRCC.sol#559-562)
External calls sending eth:
- _swapAndSendBNBToFee(marketingTokens) (GRCC.sol#319)
- (s1) = address(marketingWallet).call{gas: transferGasLimit,value: newBalance.mul(marketingFee).div(multiFees)}() (GRCC.sol#483-486)
- (s2) = address(daoWallet).call{gas: transferGasLimit,value: newBalance.mul(daoFee).div(multiFees)}() (GRCC.sol#487-490)
- (s3) = address(cbnWallet).call{gas: transferGasLimit,value: newBalance.mul(cbnFee).div(multiFees)}() (GRCC.sol#491-494)
- _swapAndSendBNBDividends(sellTokens) (GRCC.sol#325)
- (success) = address(dividendTracker).call{value: dividends}() (GRCC.sol#502)
- _swapAndSendBNBRecommend(from,fees.mul(inviterFee).div(swapTotalFees)) (GRCC.sol#386-389)
- (success) = address(index).call{gas: transferGasLimit,value: reward}() (GRCC.sol#543-546)
- (success) = address(root).call{gas: transferGasLimit,value: tmp}() (GRCC.sol#559-562)
State variables written after the call(s):
- _swapAndSendBNBRecommend(from,fees.mul(inviterFee).div(swapTotalFees)) (GRCC.sol#386-389)
- _allowances[owner][spender] = amount (ERC20.sol#276)
Reentrancy in GRCC.constructor(address[5],uint256[7],uint256,uint256,uint256,uint256) (GRCC.sol#145-217):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (GRCC.sol#192-193)
State variables written after the call(s):
- uniswapV2Pair = _uniswapV2Pair (GRCC.sol#195)
- uniswapV2Router = _uniswapV2Router (GRCC.sol#194)
Reentrancy in GRCC.constructor(address[5],uint256[7],uint256,uint256,uint256,uint256) (GRCC.sol#145-217):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (GRCC.sol#192-193)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (GRCC.sol#196)
- dividendTracker.excludeFromDividends(pair) (GRCC.sol#235)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (GRCC.sol#199)
- dividendTracker.excludeFromDividends(address(this)) (GRCC.sol#200)
- dividendTracker.excludeFromDividends(owner()) (GRCC.sol#201)
- dividendTracker.excludeFromDividends(address(HOLE)) (GRCC.sol#202)
- dividendTracker.excludeFromDividends(address(_uniswapV2Router)) (GRCC.sol#203)
State variables written after the call(s):
- _mint(owner(),totalSupply_) (GRCC.sol#213)
- _balances[account] = _balances[account].add(amount) (ERC20.sol#234)
- _mint(owner(),totalSupply_) (GRCC.sol#213)
- _totalSupply = _totalSupply.add(amount) (ERC20.sol#233)
- _excludeFromFees(owner(),true) (GRCC.sol#206)
- isExcludedFromFees[account] = excluded (GRCC.sol#224)
- _excludeFromFees(marketingWallet,true) (GRCC.sol#207)
- isExcludedFromFees[account] = excluded (GRCC.sol#224)
- _excludeFromFees(cbnWallet,true) (GRCC.sol#208)
- isExcludedFromFees[account] = excluded (GRCC.sol#224)
- _excludeFromFees(daoWallet,true) (GRCC.sol#209)
- isExcludedFromFees[account] = excluded (GRCC.sol#224)
- _excludeFromFees(address(this),true) (GRCC.sol#210)
- isExcludedFromFees[account] = excluded (GRCC.sol#224)
- _setWhiteContractTransferTo(address(uniswapV2Router),true) (GRCC.sol#215)
- whiteContractTransferTo[ct] = value (GRCC.sol#220)
- _setWhiteContractTransferTo(address(uniswapV2Pair),true) (GRCC.sol#216)
- whiteContractTransferTo[ct] = value (GRCC.sol#220)
Reentrancy in DividendTracker.processAccount(address,bool) (DividendTracker.sol#176-190):
External calls:
- amount = _withdrawDividendOfUser(account) (DividendTracker.sol#181)
- (success) = address(user).call{value: _withdrawableDividend}() (DividendPayingToken.sol#85-87)
State variables written after the call(s):
- lastClaimTimes[account] = block.timestamp (DividendTracker.sol#184)
Reentrancy in GRCC.updateUniswapV2Router(address) (GRCC.sol#651-661):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (GRCC.sol#658-659)
State variables written after the call(s):
- uniswapV2Pair = _uniswapV2Pair (GRCC.sol#660)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in GRCC._setAutomatedMarketMakerPair(address,bool) (GRCC.sol#227-239):
External calls:
- dividendTracker.excludeFromDividends(pair) (GRCC.sol#235)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (GRCC.sol#238)
Reentrancy in GRCC._swapAndSendBNBDividends(uint256) (GRCC.sol#499-508):
External calls:
- _swapTokensForBNB(tokens) (GRCC.sol#500)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokens,0,path,address(this),block.timestamp) (GRCC.sol#464-470)
- (success) = address(dividendTracker).call{value: dividends}() (GRCC.sol#502)
External calls sending eth:
- (success) = address(dividendTracker).call{value: dividends}() (GRCC.sol#502)
Event emitted after the call(s):
- SendDividends(tokens,dividends) (GRCC.sol#504)
Reentrancy in GRCC._transfer(address,address,uint256) (GRCC.sol#256-453):
External calls:
- _swapAndSendBNBToFee(marketingTokens) (GRCC.sol#319)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokens,0,path,address(this),block.timestamp) (GRCC.sol#464-470)
- (s1) = address(marketingWallet).call{gas: transferGasLimit,value: newBalance.mul(marketingFee).div(multiFees)}() (GRCC.sol#483-486)
- (s2) = address(daoWallet).call{gas: transferGasLimit,value: newBalance.mul(daoFee).div(multiFees)}() (GRCC.sol#487-490)
- (s3) = address(cbnWallet).call{gas: transferGasLimit,value: newBalance.mul(cbnFee).div(multiFees)}() (GRCC.sol#491-494)
- _swapAndSendBNBDividends(sellTokens) (GRCC.sol#325)
- (success) = address(dividendTracker).call{value: dividends}() (GRCC.sol#502)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokens,0,path,address(this),block.timestamp) (GRCC.sol#464-470)
External calls sending eth:
- _swapAndSendBNBToFee(marketingTokens) (GRCC.sol#319)
- (s1) = address(marketingWallet).call{gas: transferGasLimit,value: newBalance.mul(marketingFee).div(multiFees)}() (GRCC.sol#483-486)
- (s2) = address(daoWallet).call{gas: transferGasLimit,value: newBalance.mul(daoFee).div(multiFees)}() (GRCC.sol#487-490)
- (s3) = address(cbnWallet).call{gas: transferGasLimit,value: newBalance.mul(cbnFee).div(multiFees)}() (GRCC.sol#491-494)
- _swapAndSendBNBDividends(sellTokens) (GRCC.sol#325)
- (success) = address(dividendTracker).call{value: dividends}() (GRCC.sol#502)
Event emitted after the call(s):
- Approval(owner,spender,amount) (ERC20.sol#277)
- _swapAndSendBNBDividends(sellTokens) (GRCC.sol#325)
- SendDividends(tokens,dividends) (GRCC.sol#504)
- _swapAndSendBNBDividends(sellTokens) (GRCC.sol#325)
- SetInviter(to,from,block.timestamp,false) (GRCC.sol#339)
- SetInviter(user,root,block.timestamp,true) (GRCC.sol#355)
- SetInviter(user,root,block.timestamp,true) (GRCC.sol#365)
- Transfer(sender,recipient,amount) (ERC20.sol#216)
- super._transfer(from,address(this),fees) (GRCC.sol#374)
- Transfer(sender,recipient,amount) (ERC20.sol#216)
- _sendRecommend(to,fees.mul(inviterFee).div(swapTotalFees)) (GRCC.sol#379-382)
- Transfer(sender,recipient,amount) (ERC20.sol#216)
- super._transfer(from,HOLE,fees_scope_0) (GRCC.sol#410)
Reentrancy in GRCC._transfer(address,address,uint256) (GRCC.sol#256-453):
External calls:
- _swapAndSendBNBToFee(marketingTokens) (GRCC.sol#319)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokens,0,path,address(this),block.timestamp) (GRCC.sol#464-470)
- (s1) = address(marketingWallet).call{gas: transferGasLimit,value: newBalance.mul(marketingFee).div(multiFees)}() (GRCC.sol#483-486)
- (s2) = address(daoWallet).call{gas: transferGasLimit,value: newBalance.mul(daoFee).div(multiFees)}() (GRCC.sol#487-490)
- (s3) = address(cbnWallet).call{gas: transferGasLimit,value: newBalance.mul(cbnFee).div(multiFees)}() (GRCC.sol#491-494)
- _swapAndSendBNBDividends(sellTokens) (GRCC.sol#325)
- (success) = address(dividendTracker).call{value: dividends}() (GRCC.sol#502)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokens,0,path,address(this),block.timestamp) (GRCC.sol#464-470)
- _swapAndSendBNBRecommend(from,fees.mul(inviterFee).div(swapTotalFees)) (GRCC.sol#386-389)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokens,0,path,address(this),block.timestamp) (GRCC.sol#464-470)
- (success) = address(index).call{gas: transferGasLimit,value: reward}() (GRCC.sol#543-546)
- (success) = address(root).call{gas: transferGasLimit,value: tmp}() (GRCC.sol#559-562)
External calls sending eth:
- _swapAndSendBNBToFee(marketingTokens) (GRCC.sol#319)
- (s1) = address(marketingWallet).call{gas: transferGasLimit,value: newBalance.mul(marketingFee).div(multiFees)}() (GRCC.sol#483-486)
- (s2) = address(daoWallet).call{gas: transferGasLimit,value: newBalance.mul(daoFee).div(multiFees)}() (GRCC.sol#487-490)
- (s3) = address(cbnWallet).call{gas: transferGasLimit,value: newBalance.mul(cbnFee).div(multiFees)}() (GRCC.sol#491-494)
- _swapAndSendBNBDividends(sellTokens) (GRCC.sol#325)
- (success) = address(dividendTracker).call{value: dividends}() (GRCC.sol#502)
- _swapAndSendBNBRecommend(from,fees.mul(inviterFee).div(swapTotalFees)) (GRCC.sol#386-389)
- (success) = address(index).call{gas: transferGasLimit,value: reward}() (GRCC.sol#543-546)
- (success) = address(root).call{gas: transferGasLimit,value: tmp}() (GRCC.sol#559-562)
Event emitted after the call(s):
- Approval(owner,spender,amount) (ERC20.sol#277)
- _swapAndSendBNBRecommend(from,fees.mul(inviterFee).div(swapTotalFees)) (GRCC.sol#386-389)
- Transfer(sender,recipient,amount) (ERC20.sol#216)
- super._transfer(address(this),HOLE,fees.mul(destoryFee).div(swapTotalFees)) (GRCC.sol#395-399)
- Transfer(sender,recipient,amount) (ERC20.sol#216)
- super._transfer(from,to,amount) (GRCC.sol#414)
Reentrancy in GRCC._transfer(address,address,uint256) (GRCC.sol#256-453):
External calls:
- _swapAndSendBNBToFee(marketingTokens) (GRCC.sol#319)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokens,0,path,address(this),block.timestamp) (GRCC.sol#464-470)
- (s1) = address(marketingWallet).call{gas: transferGasLimit,value: newBalance.mul(marketingFee).div(multiFees)}() (GRCC.sol#483-486)
- (s2) = address(daoWallet).call{gas: transferGasLimit,value: newBalance.mul(daoFee).div(multiFees)}() (GRCC.sol#487-490)
- (s3) = address(cbnWallet).call{gas: transferGasLimit,value: newBalance.mul(cbnFee).div(multiFees)}() (GRCC.sol#491-494)
- _swapAndSendBNBDividends(sellTokens) (GRCC.sol#325)
- (success) = address(dividendTracker).call{value: dividends}() (GRCC.sol#502)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokens,0,path,address(this),block.timestamp) (GRCC.sol#464-470)
- _swapAndSendBNBRecommend(from,fees.mul(inviterFee).div(swapTotalFees)) (GRCC.sol#386-389)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokens,0,path,address(this),block.timestamp) (GRCC.sol#464-470)
- (success) = address(index).call{gas: transferGasLimit,value: reward}() (GRCC.sol#543-546)
- (success) = address(root).call{gas: transferGasLimit,value: tmp}() (GRCC.sol#559-562)
- dividendTracker.excludeFromDividends(from) (GRCC.sol#420)
- dividendTracker.excludeFromDividends(to) (GRCC.sol#424)
- dividendTracker.setBalance(address(from),balanceOf(from)) (GRCC.sol#429-431)
- dividendTracker.setBalance(address(to),balanceOf(to)) (GRCC.sol#433)
- dividendTracker.process(gas) (GRCC.sol#438-451)
External calls sending eth:
- _swapAndSendBNBToFee(marketingTokens) (GRCC.sol#319)
- (s1) = address(marketingWallet).call{gas: transferGasLimit,value: newBalance.mul(marketingFee).div(multiFees)}() (GRCC.sol#483-486)
- (s2) = address(daoWallet).call{gas: transferGasLimit,value: newBalance.mul(daoFee).div(multiFees)}() (GRCC.sol#487-490)
- (s3) = address(cbnWallet).call{gas: transferGasLimit,value: newBalance.mul(cbnFee).div(multiFees)}() (GRCC.sol#491-494)
- _swapAndSendBNBDividends(sellTokens) (GRCC.sol#325)
- (success) = address(dividendTracker).call{value: dividends}() (GRCC.sol#502)
- _swapAndSendBNBRecommend(from,fees.mul(inviterFee).div(swapTotalFees)) (GRCC.sol#386-389)
- (success) = address(index).call{gas: transferGasLimit,value: reward}() (GRCC.sol#543-546)
- (success) = address(root).call{gas: transferGasLimit,value: tmp}() (GRCC.sol#559-562)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (GRCC.sol#443-450)
Reentrancy in GRCC.constructor(address[5],uint256[7],uint256,uint256,uint256,uint256) (GRCC.sol#145-217):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (GRCC.sol#192-193)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (GRCC.sol#196)
- dividendTracker.excludeFromDividends(pair) (GRCC.sol#235)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (GRCC.sol#238)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (GRCC.sol#196)
Reentrancy in GRCC.constructor(address[5],uint256[7],uint256,uint256,uint256,uint256) (GRCC.sol#145-217):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (GRCC.sol#192-193)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (GRCC.sol#196)
- dividendTracker.excludeFromDividends(pair) (GRCC.sol#235)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (GRCC.sol#199)
- dividendTracker.excludeFromDividends(address(this)) (GRCC.sol#200)
- dividendTracker.excludeFromDividends(owner()) (GRCC.sol#201)
- dividendTracker.excludeFromDividends(address(HOLE)) (GRCC.sol#202)
- dividendTracker.excludeFromDividends(address(_uniswapV2Router)) (GRCC.sol#203)
Event emitted after the call(s):
- Transfer(address(0),account,amount) (ERC20.sol#235)
- _mint(owner(),totalSupply_) (GRCC.sol#213)
Reentrancy in DividendTracker.processAccount(address,bool) (DividendTracker.sol#176-190):
External calls:
- amount = _withdrawDividendOfUser(account) (DividendTracker.sol#181)
- (success) = address(user).call{value: _withdrawableDividend}() (DividendPayingToken.sol#85-87)
Event emitted after the call(s):
- Claim(account,amount,automatic) (DividendTracker.sol#185)
Reentrancy in GRCC.processDividendTracker(uint256) (GRCC.sol#795-809):
External calls:
- (iterations,claims,lastProcessedIndex) = dividendTracker.process(gas) (GRCC.sol#796-800)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,false,gas,tx.origin) (GRCC.sol#801-808)
Reentrancy in GRCC.updateDividendTracker(address) (GRCC.sol#625-649):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (GRCC.sol#640)
- newDividendTracker.excludeFromDividends(address(this)) (GRCC.sol#641)
- newDividendTracker.excludeFromDividends(owner()) (GRCC.sol#642)
- dividendTracker.excludeFromDividends(address(HOLE)) (GRCC.sol#643)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (GRCC.sol#644)
Event emitted after the call(s):
- UpdateDividendTracker(newAddress,address(dividendTracker)) (GRCC.sol#646)
Apply the check-effects-interactions pattern.

Additional information: link

Variable DividendPayingToken._withdrawDividendOfUser(address)._withdrawableDividend (DividendPayingToken.sol#79) is too similar to DividendTracker.getAccount(address).withdrawableDividends (DividendTracker.sol#199)
Variable ERC20._totalSupply (ERC20.sol#40) is too similar to GRCC.constructor(address[5],uint256[7],uint256,uint256,uint256,uint256).totalSupply_ (GRCC.sol#184)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (IUniswapV2Router01.sol#12) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (IUniswapV2Router01.sol#13)
Prevent variables from having similar names.

Additional information: link

DividendTracker.canAutoClaim(uint256) (DividendTracker.sol#108-114) uses timestamp for comparisons
Dangerous comparisons:
- lastClaimTime > block.timestamp (DividendTracker.sol#109)
- block.timestamp.sub(lastClaimTime) >= claimWait (DividendTracker.sol#113)
DividendTracker.getAccount(address) (DividendTracker.sol#192-234) uses timestamp for comparisons
Dangerous comparisons:
- nextClaimTime > block.timestamp (DividendTracker.sol#231-233)
GRCC._transfer(address,address,uint256) (GRCC.sol#256-453) uses timestamp for comparisons
Dangerous comparisons:
- inviterLockTime[user] > block.timestamp - inviterRequireLockTime && inviter[user] != root (GRCC.sol#358-360)
Ownable.unlock() (Ownable.sol#84-89) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Ownable: can not unlock now) (Ownable.sol#86)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (Address.sol#26-35) uses assembly
- INLINE ASM (Address.sol#33)
Address._verifyCallResult(bool,bytes,string) (Address.sol#171-188) uses assembly
- INLINE ASM (Address.sol#180-183)
Clones.clone(address) (Clones.sol#23-32) uses assembly
- INLINE ASM (Clones.sol#24-30)
Clones.cloneDeterministic(address,bytes32) (Clones.sol#41-50) uses assembly
- INLINE ASM (Clones.sol#42-48)
Clones.predictDeterministicAddress(address,bytes32,address) (Clones.sol#55-70) uses assembly
- INLINE ASM (Clones.sol#60-69)
Do not use evm assembly.

Additional information: link

Different versions of Solidity is used:
- Version used: ['>=0.6.0<0.8.0', '>=0.6.2<0.8.0', '^0.6.2']
- >=0.6.2<0.8.0 (Address.sol#3)
- >=0.6.0<0.8.0 (Clones.sol#2)
- >=0.6.0<0.8.0 (Context.sol#3)
- ^0.6.2 (DividendPayingToken.sol#2)
- >=0.6.0<0.8.0 (DividendPayingTokenInterface.sol#2)
- >=0.6.0<0.8.0 (DividendPayingTokenOptionalInterface.sol#2)
- >=0.6.0<0.8.0 (DividendTracker.sol#2)
- >=0.6.0<0.8.0 (ERC20.sol#3)
- >=0.6.0<0.8.0 (GRCC.sol#2)
- >=0.6.0<0.8.0 (GRCCLock.sol#2)
- >=0.6.0<0.8.0 (IERC20.sol#2)
- >=0.6.0<0.8.0 (IERC20Metadata.sol#2)
- >=0.6.0<0.8.0 (IUniswapV2Factory.sol#2)
- >=0.6.0<0.8.0 (IUniswapV2Pair.sol#2)
- >=0.6.0<0.8.0 (IUniswapV2Router01.sol#2)
- >=0.6.0<0.8.0 (IUniswapV2Router02.sol#2)
- >=0.6.0<0.8.0 (IterableMapping.sol#2)
- >=0.6.0<0.8.0 (Ownable.sol#2)
- >=0.6.0<0.8.0 (SafeERC20.sol#3)
- >=0.6.0<0.8.0 (SafeMath.sol#3)
- >=0.6.0<0.8.0 (SafeMathInt.sol#2)
- >=0.6.0<0.8.0 (SafeMathUint.sol#2)
Use one Solidity version.

Additional information: link

Address.functionCall(address,bytes) (Address.sol#79-81) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (Address.sol#104-106) is never used and should be removed
Address.functionDelegateCall(address,bytes) (Address.sol#153-155) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (Address.sol#163-169) is never used and should be removed
Address.functionStaticCall(address,bytes) (Address.sol#129-131) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (Address.sol#139-145) is never used and should be removed
Address.sendValue(address,uint256) (Address.sol#53-59) is never used and should be removed
Clones.clone(address) (Clones.sol#23-32) is never used and should be removed
Clones.cloneDeterministic(address,bytes32) (Clones.sol#41-50) is never used and should be removed
Clones.predictDeterministicAddress(address,bytes32) (Clones.sol#75-81) is never used and should be removed
Clones.predictDeterministicAddress(address,bytes32,address) (Clones.sol#55-70) is never used and should be removed
Context._msgData() (Context.sol#20-23) is never used and should be removed
DividendPayingToken._transfer(address,address,uint256) (DividendPayingToken.sol#155-170) is never used and should be removed
ERC20._setupDecimals(uint8) (ERC20.sol#287-289) is never used and should be removed
SafeERC20.safeApprove(IERC20,address,uint256) (SafeERC20.sol#37-46) is never used and should be removed
SafeERC20.safeDecreaseAllowance(IERC20,address,uint256) (SafeERC20.sol#53-56) is never used and should be removed
SafeERC20.safeIncreaseAllowance(IERC20,address,uint256) (SafeERC20.sol#48-51) is never used and should be removed
SafeERC20.safeTransferFrom(IERC20,address,address,uint256) (SafeERC20.sol#26-28) is never used and should be removed
SafeMath.div(uint256,uint256,string) (SafeMath.sol#190-193) is never used and should be removed
SafeMath.mod(uint256,uint256) (SafeMath.sol#152-155) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (SafeMath.sol#210-213) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (SafeMath.sol#24-28) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (SafeMath.sol#60-63) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (SafeMath.sol#70-73) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (SafeMath.sol#45-53) is never used and should be removed
SafeMath.trySub(uint256,uint256) (SafeMath.sol#35-38) is never used and should be removed
SafeMathInt.abs(int256) (SafeMathInt.sol#56-59) is never used and should be removed
SafeMathInt.div(int256,int256) (SafeMathInt.sol#27-33) is never used and should be removed
SafeMathInt.mul(int256,int256) (SafeMathInt.sol#15-22) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version>=0.6.2<0.8.0 (Address.sol#3) is too complex
Pragma version>=0.6.0<0.8.0 (Clones.sol#2) is too complex
Pragma version>=0.6.0<0.8.0 (Context.sol#3) is too complex
Pragma version^0.6.2 (DividendPayingToken.sol#2) allows old versions
Pragma version>=0.6.0<0.8.0 (DividendPayingTokenInterface.sol#2) is too complex
Pragma version>=0.6.0<0.8.0 (DividendPayingTokenOptionalInterface.sol#2) is too complex
Pragma version>=0.6.0<0.8.0 (DividendTracker.sol#2) is too complex
Pragma version>=0.6.0<0.8.0 (ERC20.sol#3) is too complex
Pragma version>=0.6.0<0.8.0 (GRCC.sol#2) is too complex
Pragma version>=0.6.0<0.8.0 (GRCCLock.sol#2) is too complex
Pragma version>=0.6.0<0.8.0 (IERC20.sol#2) is too complex
Pragma version>=0.6.0<0.8.0 (IERC20Metadata.sol#2) is too complex
Pragma version>=0.6.0<0.8.0 (IUniswapV2Factory.sol#2) is too complex
Pragma version>=0.6.0<0.8.0 (IUniswapV2Pair.sol#2) is too complex
Pragma version>=0.6.0<0.8.0 (IUniswapV2Router01.sol#2) is too complex
Pragma version>=0.6.0<0.8.0 (IUniswapV2Router02.sol#2) is too complex
Pragma version>=0.6.0<0.8.0 (IterableMapping.sol#2) is too complex
Pragma version>=0.6.0<0.8.0 (Ownable.sol#2) is too complex
Pragma version>=0.6.0<0.8.0 (SafeERC20.sol#3) is too complex
Pragma version>=0.6.0<0.8.0 (SafeMath.sol#3) is too complex
Pragma version>=0.6.0<0.8.0 (SafeMathInt.sol#2) is too complex
Pragma version>=0.6.0<0.8.0 (SafeMathUint.sol#2) is too complex
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.

Additional information: link

Low level call in Address.sendValue(address,uint256) (Address.sol#53-59):
- (success) = recipient.call{value: amount}() (Address.sol#57)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (Address.sol#114-121):
- (success,returndata) = target.call{value: value}(data) (Address.sol#119)
Low level call in Address.functionStaticCall(address,bytes,string) (Address.sol#139-145):
- (success,returndata) = target.staticcall(data) (Address.sol#143)
Low level call in Address.functionDelegateCall(address,bytes,string) (Address.sol#163-169):
- (success,returndata) = target.delegatecall(data) (Address.sol#167)
Low level call in DividendPayingToken._withdrawDividendOfUser(address) (DividendPayingToken.sol#75-98):
- (success) = address(user).call{value: _withdrawableDividend}() (DividendPayingToken.sol#85-87)
Low level call in GRCC._swapAndSendBNBToFee(uint256) (GRCC.sol#473-497):
- (s1) = address(marketingWallet).call{gas: transferGasLimit,value: newBalance.mul(marketingFee).div(multiFees)}() (GRCC.sol#483-486)
- (s2) = address(daoWallet).call{gas: transferGasLimit,value: newBalance.mul(daoFee).div(multiFees)}() (GRCC.sol#487-490)
- (s3) = address(cbnWallet).call{gas: transferGasLimit,value: newBalance.mul(cbnFee).div(multiFees)}() (GRCC.sol#491-494)
Low level call in GRCC._swapAndSendBNBDividends(uint256) (GRCC.sol#499-508):
- (success) = address(dividendTracker).call{value: dividends}() (GRCC.sol#502)
Low level call in GRCC._swapAndSendBNBRecommend(address,uint256) (GRCC.sol#510-567):
- (success) = address(index).call{gas: transferGasLimit,value: reward}() (GRCC.sol#543-546)
- (success) = address(root).call{gas: transferGasLimit,value: tmp}() (GRCC.sol#559-562)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter DividendPayingToken.dividendOf(address)._owner (DividendPayingToken.sol#103) is not in mixedCase
Parameter DividendPayingToken.withdrawableDividendOf(address)._owner (DividendPayingToken.sol#110) is not in mixedCase
Parameter DividendPayingToken.withdrawnDividendOf(address)._owner (DividendPayingToken.sol#122) is not in mixedCase
Parameter DividendPayingToken.accumulativeDividendOf(address)._owner (DividendPayingToken.sol#136) is not in mixedCase
Constant DividendPayingToken.magnitude (DividendPayingToken.sol#25) is not in UPPER_CASE_WITH_UNDERSCORES
Parameter DividendTracker.getAccount(address)._account (DividendTracker.sol#192) is not in mixedCase
Parameter GRCC.strConcat(string,string)._a (GRCC.sol#613) is not in mixedCase
Parameter GRCC.strConcat(string,string)._b (GRCC.sol#613) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (IUniswapV2Pair.sol#19) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (IUniswapV2Pair.sol#20) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (IUniswapV2Pair.sol#37) is not in mixedCase
Function IUniswapV2Router01.WETH() (IUniswapV2Router01.sol#7) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (Context.sol#21)" inContext (Context.sol#15-24)
Remove redundant statements if they congest code but offer no value.

Additional information: link

withdrawDividend() should be declared external:
- DividendPayingToken.withdrawDividend() (DividendPayingToken.sol#69-71)
- DividendTracker.withdrawDividend() (DividendTracker.sol#53-58)
dividendOf(address) should be declared external:
- DividendPayingToken.dividendOf(address) (DividendPayingToken.sol#103-105)
withdrawnDividendOf(address) should be declared external:
- DividendPayingToken.withdrawnDividendOf(address) (DividendPayingToken.sol#122-129)
isExcludedFromDividends(address) should be declared external:
- DividendTracker.isExcludedFromDividends(address) (DividendTracker.sol#72-78)
process(uint256) should be declared external:
- DividendTracker.process(uint256) (DividendTracker.sol#133-174)
getAccountAtIndex(uint256) should be declared external:
- DividendTracker.getAccountAtIndex(uint256) (DividendTracker.sol#236-255)
name() should be declared external:
- ERC20.name() (ERC20.sol#64-66)
symbol() should be declared external:
- ERC20.symbol() (ERC20.sol#72-74)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (ERC20.sol#115-118)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (ERC20.sol#123-125)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (ERC20.sol#134-137)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (ERC20.sol#152-156)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (ERC20.sol#170-173)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (ERC20.sol#189-192)
unlock(address) should be declared external:
- GRCCLock.unlock(address) (GRCCLock.sol#11-14)
get(IterableMapping.Map,address) should be declared external:
- IterableMapping.get(IterableMapping.Map,address) (IterableMapping.sol#13-15)
getIndexOfKey(IterableMapping.Map,address) should be declared external:
- IterableMapping.getIndexOfKey(IterableMapping.Map,address) (IterableMapping.sol#17-26)
getKeyAtIndex(IterableMapping.Map,uint256) should be declared external:
- IterableMapping.getKeyAtIndex(IterableMapping.Map,uint256) (IterableMapping.sol#28-34)
size(IterableMapping.Map) should be declared external:
- IterableMapping.size(IterableMapping.Map) (IterableMapping.sol#36-38)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (Ownable.sol#56-59)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (Ownable.sol#65-69)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (Ownable.sol#71-73)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (Ownable.sol#76-81)
unlock() should be declared external:
- Ownable.unlock() (Ownable.sol#84-89)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:

Contract has 10% buy tax and 10% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Token is deployed only at one blockchain


Telegram account has relatively few subscribers


Unable to find Blog account (Reddit or Medium)


Unable to find Discord account


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

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to find token contract audit


Unable to verify token contract address on the website


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


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


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


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank

Price for GRCC

News for GRCC