Verify – Bringing transparency and accountability to the cryptocurrency sector via our cloud-based platform, Verify Lens
Verify Token is the native currency of the Verify platform, that says its goals is to ‘make cryptocurrency safe and accessible to all by collating data for greater transparency’.
The Verify project revolves around the vision to ‘be the pioneer of digital identity and provide innovative value-added solutions in data storage and financial security’.
The team behind the Verify platform say that there are critical use cases for the data and technology, which aims to prevent the incidence and prevalence of investment scams and frauds.
Verify Lens is an all-in-one investor data analysis tool, where areas including contract security, transaction history, wallet tracking, and social media analytics are accumulated.
By aggregating data across multiple sources and platforms, Verify Lens aims to spread greater cryptocurrency investing knowledge for informed decision-making. It also aims to provide clinical evidence of any warning signs or triggers in order to ensure the security of investors’ portfolios.
By using both off-chain and on-chain data metrics, Verify Lens will utilise a comprehensive analytics algorithm in order to provide a “Verify’d” rating: an objective rating to guide users on the Verify platform on the safety of investment for tracked crypto-tokens and projects.
Given ongoing concerns related to security, transparency and integrity within the blockchain space, Verify (VRFY) combines investment security, blockchain education and philanthropy into a single project.
VRFY.swapAndLiquify(uint256) (#1700-1758) sends eth to arbitrary user
Dangerous calls:
- (sent) = RD.call{value: RDFeeBalance}() (#1745)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1752)
VRFY.swapAndSendDividends(uint256) (#1760-1780) sends eth to arbitrary user
Dangerous calls:
- (sent) = diviTracker.call{value: newBalance}() (#1773)
VRFY.swapEthForTokens(uint256,address,address) (#1781-1794) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1788-1793)
VRFY.addLiquidity(uint256,uint256) (#1833-1848) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1839-1846)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Reentrancy in VRFY._transfer(address,address,uint256) (#1850-2004):
External calls:
- swapAndLiquify(swapTokensAtAmount) (#1942)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1839-1846)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1788-1793)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1804-1810)
- (sent) = RD.call{value: RDFeeBalance}() (#1745)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1752)
- swapAndSendDividends(sellTokens) (#1944)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1804-1810)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1824-1830)
- success = IERC20(DividendToken).transfer(address(dividendTracker),dividends) (#1767)
- (sent) = diviTracker.call{value: newBalance}() (#1773)
- dividendTracker.distributeTokenDividends(dividends) (#1777)
External calls sending eth:
- swapAndLiquify(swapTokensAtAmount) (#1942)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1839-1846)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1788-1793)
- (sent) = RD.call{value: RDFeeBalance}() (#1745)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1752)
- swapAndSendDividends(sellTokens) (#1944)
- (sent) = diviTracker.call{value: newBalance}() (#1773)
State variables written after the call(s):
- restoreFees() (#1986)
- RDFee = previousRDFee (#1460)
- super._transfer(from,address(this),feeAmount) (#1967)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#782)
- _balances[recipient] = _balances[recipient].add(amount) (#783)
- super._transfer(from,RD,RDAmount) (#1968)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#782)
- _balances[recipient] = _balances[recipient].add(amount) (#783)
- super._transfer(from,charityAddress,charityAmount) (#1969)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#782)
- _balances[recipient] = _balances[recipient].add(amount) (#783)
- super._transfer(from,burnAddress,burnAmount) (#1970)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#782)
- _balances[recipient] = _balances[recipient].add(amount) (#783)
- super._transfer(from,burnAddress,burnAmount_scope_0) (#1978)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#782)
- _balances[recipient] = _balances[recipient].add(amount) (#783)
- super._transfer(from,to,amount) (#1983)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#782)
- _balances[recipient] = _balances[recipient].add(amount) (#783)
- restoreFees() (#1986)
- burnFee = previousBurnFee (#1464)
- restoreFees() (#1986)
- charityFee = previousCharityFee (#1461)
- restoreFees() (#1986)
- liquidityFee = previousLiquidityFee (#1463)
- swapping = false (#1946)
- restoreFees() (#1986)
- tokenRewardsFee = previousTokenRewardsFee (#1462)
- restoreFees() (#1986)
- totalFees = previousTotalFees (#1465)
Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (#1190-1214):
External calls:
- (sent) = user.call{value: _withdrawableDividend}() (#1197)
- success = IERC20(DividendToken).transfer(user,_withdrawableDividend) (#1201)
External calls sending eth:
- (sent) = user.call{value: _withdrawableDividend}() (#1197)
State variables written after the call(s):
- withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend) (#1206)
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.
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
Contract ownership is not renounced (belongs to a wallet)
DividendPayingToken._withdrawDividendOfUser(address) (#1190-1214) has external calls inside a loop: (sent) = user.call{value: _withdrawableDividend}() (#1197)
DividendPayingToken._withdrawDividendOfUser(address) (#1190-1214) has external calls inside a loop: success = IERC20(DividendToken).transfer(user,_withdrawableDividend) (#1201)
Favor pull over push strategy for external calls.
Additional information: link
Reentrancy in VRFY.updateDividendTracker(address) (#1548-1562):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (#1555)
- newDividendTracker.excludeFromDividends(address(this)) (#1556)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (#1557)
State variables written after the call(s):
- dividendTracker = newDividendTracker (#1561)
Apply the check-effects-interactions pattern.
Additional information: link
VRFY._transfer(address,address,uint256).claims (#1997) is a local variable never initialized
VRFY._transfer(address,address,uint256).lastProcessedIndex (#1997) is a local variable never initialized
VRFY.swapAndLiquify(uint256).RDFeeBalance (#1728) is a local variable never initialized
VRFY.swapAndLiquify(uint256).charityFeeBalance (#1729) is a local variable never initialized
VRFY.swapAndLiquify(uint256).RDFeeFull (#1701) is a local variable never initialized
VRFY._transfer(address,address,uint256).iterations (#1997) is a local variable never initialized
VRFY.swapAndLiquify(uint256).charityFeeFull (#1702) 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
VRFY.claim() (#1684-1686) ignores return value by dividendTracker.processAccount(msg.sender,false) (#1685)
VRFY.addLiquidity(uint256,uint256) (#1833-1848) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1839-1846)
VRFY._transfer(address,address,uint256) (#1850-2004) ignores return value by dividendTracker.process(gas) (#1997-2002)
Ensure that all the return values of the function calls are used.
Additional information: link
DividendPayingToken.constructor(string,string)._name (#1130) shadows:
- ERC20._name (#610) (state variable)
DividendPayingToken.constructor(string,string)._symbol (#1130) shadows:
- ERC20._symbol (#611) (state variable)
Rename the local variables that shadow another component.
Additional information: link
DividendPayingToken.updateMasterContract(address) (#1152-1154) should emit an event for:
- masterContract = newAddress (#1153)
Emit an event for critical parameter changes.
Additional information: link
VRFY.updateSwapAtAmount(uint256) (#1468-1470) should emit an event for:
- swapTokensAtAmount = newAmountNoDecimials * (10 ** decimals()) (#1469)
VRFY.updatedividendTime(uint256) (#1472-1474) should emit an event for:
- dividendTime = _dividendTime (#1473)
VRFY.updateTradingEnabledTime(uint256) (#1481-1483) should emit an event for:
- tradingEnabledTimestamp = newTimeInEpoch (#1482)
VRFY.updateFees(uint256,uint256,uint256,uint256,uint256) (#1504-1517) should emit an event for:
- tokenRewardsFee = _tokenRewardsFee (#1505)
- liquidityFee = _liquidityFee (#1506)
- RDFee = _RDFee (#1507)
- charityFee = _charityFee (#1508)
- burnFee = _burnFee (#1509)
- totalFees = _tokenRewardsFee.add(_liquidityFee).add(_RDFee).add(_charityFee).add(_burnFee) (#1510)
- previousRDFee = _RDFee (#1511)
- previousCharityFee = _charityFee (#1512)
- previousTokenRewardsFee = _tokenRewardsFee (#1513)
- previousLiquidityFee = _liquidityFee (#1514)
- previousBurnFee = _burnFee (#1515)
- previousTotalFees = _tokenRewardsFee.add(_liquidityFee).add(_RDFee).add(_charityFee).add(_burnFee) (#1516)
VRFY.updateBuyFees(uint256,uint256,uint256,uint256,uint256) (#1519-1526) should emit an event for:
- buyTokenRewardsFee = _tokenRewardsFee (#1520)
- buyLiquidityFee = _liquidityFee (#1521)
- buyRDFee = _RDFee (#1522)
- buyCharityFee = _charityFee (#1523)
- buyBurnFee = _burnFee (#1524)
- buyTotalFees = _tokenRewardsFee.add(_liquidityFee).add(_RDFee).add(_charityFee).add(_burnFee) (#1525)
VRFY.updateSellFees(uint256,uint256,uint256,uint256,uint256) (#1528-1535) should emit an event for:
- sellTokenRewardsFee = _tokenRewardsFee (#1529)
- sellLiquidityFee = _liquidityFee (#1530)
- sellRDFee = _RDFee (#1531)
- sellCharityFee = _charityFee (#1532)
- sellBurnFee = _burnFee (#1533)
- sellTotalFees = _tokenRewardsFee.add(_liquidityFee).add(_RDFee).add(_charityFee).add(_burnFee) (#1534)
Emit an event for critical parameter changes.
Additional information: link
VRFY.updateRDAddress(address).newAddress (#1485) lacks a zero-check on :
- RD = newAddress (#1487)
VRFY.updateCharityAddress(address).newAddress (#1492) lacks a zero-check on :
- charityAddress = newAddress (#1494)
VRFY.whitelistDxSale(address,address)._presaleAddress (#1537) lacks a zero-check on :
- presaleAddress = _presaleAddress (#1538)
DividendPayingToken.updateMasterContract(address).newAddress (#1152) lacks a zero-check on :
- masterContract = newAddress (#1153)
Check that the address is not zero.
Additional information: link
Variable 'VRFY.swapAndLiquify(uint256).sent (#1745)' in VRFY.swapAndLiquify(uint256) (#1700-1758) potentially used before declaration: (sent) = charityAddress.call{value: charityFeeBalance}() (#1752)
Variable 'VRFY._transfer(address,address,uint256).iterations (#1997)' in VRFY._transfer(address,address,uint256) (#1850-2004) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1998)
Variable 'VRFY._transfer(address,address,uint256).lastProcessedIndex (#1997)' in VRFY._transfer(address,address,uint256) (#1850-2004) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1998)
Variable 'VRFY._transfer(address,address,uint256).claims (#1997)' in VRFY._transfer(address,address,uint256) (#1850-2004) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1998)
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
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#115) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#116)
Variable DividendPayingToken._withdrawDividendOfUser(address)._withdrawableDividend (#1191) is too similar to VRFYDividendTracker.getAccount(address).withdrawableDividends (#2078)
Prevent variables from having similar names.
Additional information: link
VRFY.constructor() (#1410-1446) uses literals with too many digits:
- _mint(owner(),50000000000000 * (10 ** decimals())) (#1445)
VRFY.updateGasForProcessing(uint256) (#1621-1626) uses literals with too many digits:
- require(bool,string)(newValue >= 200000 && newValue <= 500000,VRFY: gasForProcessing must be between 200,000 and 500,000) (#1622)
VRFY.slitherConstructorVariables() (#1297-2006) uses literals with too many digits:
- maxBuyTransactionAmount = 50000000000000 * (10 ** 18) (#1311)
VRFY.slitherConstructorVariables() (#1297-2006) uses literals with too many digits:
- maxSellTransactionAmount = 50000000000000 * (10 ** 18) (#1312)
VRFY.slitherConstructorVariables() (#1297-2006) uses literals with too many digits:
- swapTokensAtAmount = 15000000 * (10 ** 18) (#1313)
VRFY.slitherConstructorVariables() (#1297-2006) uses literals with too many digits:
- _maxWalletToken = 50000000000000 * (10 ** 18) (#1314)
VRFY.slitherConstructorVariables() (#1297-2006) uses literals with too many digits:
- gasForProcessing = 300000 (#1359)
VRFYDividendTracker.getAccountAtIndex(uint256) (#2118-2135) uses literals with too many digits:
- (0x0000000000000000000000000000000000000000,- 1,- 1,0,0,0,0,0) (#2129)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
DividendPayingToken.lastAmount (#1105) is never used in VRFYDividendTracker (#2008-2222)
Remove unused state variables.
Additional information: link
DividendPayingToken.DividendToken (#1107) should be constant
DividendPayingToken.lastAmount (#1105) should be constant
VRFY.DividendToken (#1303) should be constant
VRFY._maxWalletToken (#1314) should be constant
VRFY.maxBuyTransactionAmount (#1311) should be constant
VRFY.maxSellTransactionAmount (#1312) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
get(IterableMapping.Map,address) should be declared external:
- IterableMapping.get(IterableMapping.Map,address) (#331-333)
getIndexOfKey(IterableMapping.Map,address) should be declared external:
- IterableMapping.getIndexOfKey(IterableMapping.Map,address) (#335-340)
getKeyAtIndex(IterableMapping.Map,uint256) should be declared external:
- IterableMapping.getKeyAtIndex(IterableMapping.Map,uint256) (#342-344)
size(IterableMapping.Map) should be declared external:
- IterableMapping.size(IterableMapping.Map) (#346-348)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#434-437)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#443-447)
name() should be declared external:
- ERC20.name() (#632-634)
symbol() should be declared external:
- ERC20.symbol() (#640-642)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#683-686)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#691-693)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#702-705)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#720-724)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#738-741)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#757-760)
updateMasterContract(address) should be declared external:
- DividendPayingToken.updateMasterContract(address) (#1152-1154)
distributeDividends() should be declared external:
- DividendPayingToken.distributeDividends() (#1155-1166)
distributeTokenDividends(uint256) should be declared external:
- DividendPayingToken.distributeTokenDividends(uint256) (#1168-1179)
withdrawDividend() should be declared external:
- DividendPayingToken.withdrawDividend() (#1183-1185)
- VRFYDividendTracker.withdrawDividend() (#2038-2040)
dividendOf(address) should be declared external:
- DividendPayingToken.dividendOf(address) (#1219-1221)
withdrawnDividendOf(address) should be declared external:
- DividendPayingToken.withdrawnDividendOf(address) (#1233-1235)
excludeFromDividends(address) should be declared external:
- VRFY.excludeFromDividends(address) (#1584-1588)
enableDividends(address) should be declared external:
- VRFY.enableDividends(address) (#1590-1594)
updateGasForProcessing(uint256) should be declared external:
- VRFY.updateGasForProcessing(uint256) (#1621-1626)
isExcludedFromFees(address) should be declared external:
- VRFY.isExcludedFromFees(address) (#1640-1642)
withdrawableDividendOf(address) should be declared external:
- VRFY.withdrawableDividendOf(address) (#1645-1647)
dividendTokenBalanceOf(address) should be declared external:
- VRFY.dividendTokenBalanceOf(address) (#1649-1651)
getAccountAtIndex(uint256) should be declared external:
- VRFYDividendTracker.getAccountAtIndex(uint256) (#2118-2135)
process(uint256) should be declared external:
- VRFYDividendTracker.process(uint256) (#2162-2207)
Use the external attribute for functions never called from the contract.
Additional information: link
Reentrancy in VRFY._transfer(address,address,uint256) (#1850-2004):
External calls:
- swapAndLiquify(swapTokensAtAmount) (#1942)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1839-1846)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1788-1793)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1804-1810)
- (sent) = RD.call{value: RDFeeBalance}() (#1745)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1752)
- swapAndSendDividends(sellTokens) (#1944)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1804-1810)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1824-1830)
- success = IERC20(DividendToken).transfer(address(dividendTracker),dividends) (#1767)
- (sent) = diviTracker.call{value: newBalance}() (#1773)
- dividendTracker.distributeTokenDividends(dividends) (#1777)
External calls sending eth:
- swapAndLiquify(swapTokensAtAmount) (#1942)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1839-1846)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1788-1793)
- (sent) = RD.call{value: RDFeeBalance}() (#1745)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1752)
- swapAndSendDividends(sellTokens) (#1944)
- (sent) = diviTracker.call{value: newBalance}() (#1773)
State variables written after the call(s):
- swapAndSendDividends(sellTokens) (#1944)
- _allowances[owner][spender] = amount (#844)
Reentrancy in VRFY._transfer(address,address,uint256) (#1850-2004):
External calls:
- swapAndLiquify(swapTokensAtAmount) (#1942)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1839-1846)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1788-1793)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1804-1810)
- (sent) = RD.call{value: RDFeeBalance}() (#1745)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1752)
- swapAndSendDividends(sellTokens) (#1944)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1804-1810)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1824-1830)
- success = IERC20(DividendToken).transfer(address(dividendTracker),dividends) (#1767)
- (sent) = diviTracker.call{value: newBalance}() (#1773)
- dividendTracker.distributeTokenDividends(dividends) (#1777)
- dividendTracker.setBalance(address(from),balanceOf(from)) (#1989)
- dividendTracker.setBalance(address(to),balanceOf(to)) (#1990)
External calls sending eth:
- swapAndLiquify(swapTokensAtAmount) (#1942)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1839-1846)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1788-1793)
- (sent) = RD.call{value: RDFeeBalance}() (#1745)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1752)
- swapAndSendDividends(sellTokens) (#1944)
- (sent) = diviTracker.call{value: newBalance}() (#1773)
State variables written after the call(s):
- processDividendTime += dividendTime (#1996)
Reentrancy in VRFY.constructor() (#1410-1446):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1420-1421)
State variables written after the call(s):
- uniswapV2Pair = _uniswapV2Pair (#1424)
- uniswapV2Router = _uniswapV2Router (#1423)
Reentrancy in VRFY.constructor() (#1410-1446):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1420-1421)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1426)
- dividendTracker.excludeFromDividends(pair) (#1615)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1429)
- dividendTracker.excludeFromDividends(address(this)) (#1430)
- dividendTracker.excludeFromDividends(address(_uniswapV2Router)) (#1431)
- dividendTracker.excludeFromDividends(owner()) (#1432)
State variables written after the call(s):
- _mint(owner(),50000000000000 * (10 ** decimals())) (#1445)
- _balances[account] = _balances[account].add(amount) (#802)
- excludeFromFees(burnAddress,true) (#1435)
- _isExcludedFromFees[account] = excluded (#1579)
- excludeFromFees(address(this),true) (#1436)
- _isExcludedFromFees[account] = excluded (#1579)
- excludeFromFees(owner(),true) (#1437)
- _isExcludedFromFees[account] = excluded (#1579)
- _mint(owner(),50000000000000 * (10 ** decimals())) (#1445)
- _totalSupply = _totalSupply.add(amount) (#801)
- canTransferBeforeTradingIsEnabled[owner()] = true (#1440)
Reentrancy in VRFYDividendTracker.processAccount(address,bool) (#2209-2219):
External calls:
- amount = _withdrawDividendOfUser(account) (#2210)
- (sent) = user.call{value: _withdrawableDividend}() (#1197)
- success = IERC20(DividendToken).transfer(user,_withdrawableDividend) (#1201)
External calls sending eth:
- amount = _withdrawDividendOfUser(account) (#2210)
- (sent) = user.call{value: _withdrawableDividend}() (#1197)
State variables written after the call(s):
- lastClaimTimes[account] = block.timestamp (#2213)
Reentrancy in VRFY.swapAndLiquify(uint256) (#1700-1758):
External calls:
- swapTokensForEth(initHalf) (#1724)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1804-1810)
- swapEthForTokens(RDFeeBalance,RDTokenAddressForFee,RD) (#1743)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1788-1793)
- (sent) = RD.call{value: RDFeeBalance}() (#1745)
- swapEthForTokens(charityFeeBalance,charityTokenAddressForFee,charityAddress) (#1750)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1788-1793)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1752)
- addLiquidity(finalHalf,finalBalance) (#1756)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1839-1846)
External calls sending eth:
- swapEthForTokens(RDFeeBalance,RDTokenAddressForFee,RD) (#1743)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1788-1793)
- (sent) = RD.call{value: RDFeeBalance}() (#1745)
- swapEthForTokens(charityFeeBalance,charityTokenAddressForFee,charityAddress) (#1750)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1788-1793)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1752)
- addLiquidity(finalHalf,finalBalance) (#1756)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1839-1846)
State variables written after the call(s):
- addLiquidity(finalHalf,finalBalance) (#1756)
- _allowances[owner][spender] = amount (#844)
Reentrancy in VRFY.whitelistDxSale(address,address) (#1537-1546):
External calls:
- dividendTracker.excludeFromDividends(_presaleAddress) (#1540)
State variables written after the call(s):
- excludeFromFees(_presaleAddress,true) (#1541)
- _isExcludedFromFees[account] = excluded (#1579)
- canTransferBeforeTradingIsEnabled[_routerAddress] = true (#1543)
Reentrancy in VRFY.whitelistDxSale(address,address) (#1537-1546):
External calls:
- dividendTracker.excludeFromDividends(_presaleAddress) (#1540)
- dividendTracker.excludeFromDividends(_routerAddress) (#1544)
State variables written after the call(s):
- excludeFromFees(_routerAddress,true) (#1545)
- _isExcludedFromFees[account] = excluded (#1579)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in VRFY._setAutomatedMarketMakerPair(address,bool) (#1610-1619):
External calls:
- dividendTracker.excludeFromDividends(pair) (#1615)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#1618)
Reentrancy in VRFY._transfer(address,address,uint256) (#1850-2004):
External calls:
- swapAndLiquify(swapTokensAtAmount) (#1942)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1839-1846)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1788-1793)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1804-1810)
- (sent) = RD.call{value: RDFeeBalance}() (#1745)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1752)
- swapAndSendDividends(sellTokens) (#1944)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1804-1810)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1824-1830)
- success = IERC20(DividendToken).transfer(address(dividendTracker),dividends) (#1767)
- (sent) = diviTracker.call{value: newBalance}() (#1773)
- dividendTracker.distributeTokenDividends(dividends) (#1777)
External calls sending eth:
- swapAndLiquify(swapTokensAtAmount) (#1942)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1839-1846)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1788-1793)
- (sent) = RD.call{value: RDFeeBalance}() (#1745)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1752)
- swapAndSendDividends(sellTokens) (#1944)
- (sent) = diviTracker.call{value: newBalance}() (#1773)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#845)
- swapAndSendDividends(sellTokens) (#1944)
- SendDividends(tokens,dividends) (#1778)
- swapAndSendDividends(sellTokens) (#1944)
- Transfer(sender,recipient,amount) (#784)
- super._transfer(from,burnAddress,burnAmount) (#1970)
- Transfer(sender,recipient,amount) (#784)
- super._transfer(from,burnAddress,burnAmount_scope_0) (#1978)
- Transfer(sender,recipient,amount) (#784)
- super._transfer(from,RD,RDAmount) (#1968)
- Transfer(sender,recipient,amount) (#784)
- super._transfer(from,address(this),feeAmount) (#1967)
- Transfer(sender,recipient,amount) (#784)
- super._transfer(from,to,amount) (#1983)
- Transfer(sender,recipient,amount) (#784)
- super._transfer(from,charityAddress,charityAmount) (#1969)
Reentrancy in VRFY._transfer(address,address,uint256) (#1850-2004):
External calls:
- swapAndLiquify(swapTokensAtAmount) (#1942)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1839-1846)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1788-1793)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1804-1810)
- (sent) = RD.call{value: RDFeeBalance}() (#1745)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1752)
- swapAndSendDividends(sellTokens) (#1944)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1804-1810)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1824-1830)
- success = IERC20(DividendToken).transfer(address(dividendTracker),dividends) (#1767)
- (sent) = diviTracker.call{value: newBalance}() (#1773)
- dividendTracker.distributeTokenDividends(dividends) (#1777)
- dividendTracker.setBalance(address(from),balanceOf(from)) (#1989)
- dividendTracker.setBalance(address(to),balanceOf(to)) (#1990)
- dividendTracker.process(gas) (#1997-2002)
External calls sending eth:
- swapAndLiquify(swapTokensAtAmount) (#1942)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1839-1846)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1788-1793)
- (sent) = RD.call{value: RDFeeBalance}() (#1745)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1752)
- swapAndSendDividends(sellTokens) (#1944)
- (sent) = diviTracker.call{value: newBalance}() (#1773)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1998)
Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (#1190-1214):
External calls:
- (sent) = user.call{value: _withdrawableDividend}() (#1197)
Event emitted after the call(s):
- DividendWithdrawn(user,_withdrawableDividend,DividendToken) (#1199)
Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (#1190-1214):
External calls:
- success = IERC20(DividendToken).transfer(user,_withdrawableDividend) (#1201)
Event emitted after the call(s):
- DividendWithdrawn(user,_withdrawableDividend,DividendToken) (#1202)
Reentrancy in VRFY.constructor() (#1410-1446):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1420-1421)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1426)
- dividendTracker.excludeFromDividends(pair) (#1615)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#1618)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1426)
Reentrancy in VRFY.constructor() (#1410-1446):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1420-1421)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1426)
- dividendTracker.excludeFromDividends(pair) (#1615)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1429)
- dividendTracker.excludeFromDividends(address(this)) (#1430)
- dividendTracker.excludeFromDividends(address(_uniswapV2Router)) (#1431)
- dividendTracker.excludeFromDividends(owner()) (#1432)
Event emitted after the call(s):
- Transfer(address(0),account,amount) (#803)
- _mint(owner(),50000000000000 * (10 ** decimals())) (#1445)
Reentrancy in VRFYDividendTracker.processAccount(address,bool) (#2209-2219):
External calls:
- amount = _withdrawDividendOfUser(account) (#2210)
- (sent) = user.call{value: _withdrawableDividend}() (#1197)
- success = IERC20(DividendToken).transfer(user,_withdrawableDividend) (#1201)
External calls sending eth:
- amount = _withdrawDividendOfUser(account) (#2210)
- (sent) = user.call{value: _withdrawableDividend}() (#1197)
Event emitted after the call(s):
- Claim(account,amount,automatic) (#2214)
Reentrancy in VRFY.processDividendTracker(uint256) (#1679-1682):
External calls:
- (iterations,claims,lastProcessedIndex) = dividendTracker.process(gas) (#1680)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,false,gas,tx.origin) (#1681)
Reentrancy in VRFY.swapAndLiquify(uint256) (#1700-1758):
External calls:
- swapTokensForEth(initHalf) (#1724)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1804-1810)
- swapEthForTokens(RDFeeBalance,RDTokenAddressForFee,RD) (#1743)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1788-1793)
- (sent) = RD.call{value: RDFeeBalance}() (#1745)
- swapEthForTokens(charityFeeBalance,charityTokenAddressForFee,charityAddress) (#1750)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1788-1793)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1752)
- addLiquidity(finalHalf,finalBalance) (#1756)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1839-1846)
External calls sending eth:
- swapEthForTokens(RDFeeBalance,RDTokenAddressForFee,RD) (#1743)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1788-1793)
- (sent) = RD.call{value: RDFeeBalance}() (#1745)
- swapEthForTokens(charityFeeBalance,charityTokenAddressForFee,charityAddress) (#1750)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1788-1793)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1752)
- addLiquidity(finalHalf,finalBalance) (#1756)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1839-1846)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#845)
- addLiquidity(finalHalf,finalBalance) (#1756)
- SwapAndLiquify(half,finalBalance,otherHalf) (#1757)
Reentrancy in VRFY.swapAndSendDividends(uint256) (#1760-1780):
External calls:
- swapTokensForTokens(tokens,address(this)) (#1765)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1824-1830)
- success = IERC20(DividendToken).transfer(address(dividendTracker),dividends) (#1767)
- swapTokensForEth(tokens) (#1770)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1804-1810)
- (sent) = diviTracker.call{value: newBalance}() (#1773)
- dividendTracker.distributeTokenDividends(dividends) (#1777)
External calls sending eth:
- (sent) = diviTracker.call{value: newBalance}() (#1773)
Event emitted after the call(s):
- SendDividends(tokens,dividends) (#1778)
Reentrancy in VRFY.updateDividendTracker(address) (#1548-1562):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (#1555)
- newDividendTracker.excludeFromDividends(address(this)) (#1556)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (#1557)
Event emitted after the call(s):
- UpdateDividendTracker(newAddress,address(dividendTracker)) (#1559)
Apply the check-effects-interactions pattern.
Additional information: link
VRFY.getTradingIsEnabled() (#1696-1698) uses timestamp for comparisons
Dangerous comparisons:
- block.timestamp >= tradingEnabledTimestamp (#1697)
VRFY._transfer(address,address,uint256) (#1850-2004) uses timestamp for comparisons
Dangerous comparisons:
- from != owner() && ! swapping && tradingIsEnabled && automatedMarketMakerPairs[to] && from != address(uniswapV2Router) && ! _isExcludedFromFees[to] (#1902-1907)
- tradingIsEnabled && canSwap && ! swapping && ! automatedMarketMakerPairs[from] && from != burnAddress && to != burnAddress (#1931-1936)
- takeFee = tradingIsEnabled && ! swapping (#1950)
- takeFee || buyOrSell (#1957)
- canDividend = block.timestamp >= processDividendTime (#1992)
- ! swapping && canDividend (#1994)
VRFYDividendTracker.getAccount(address) (#2073-2116) uses timestamp for comparisons
Dangerous comparisons:
- nextClaimTime > block.timestamp (#2113-2115)
VRFYDividendTracker.canAutoClaim(uint256) (#2137-2143) uses timestamp for comparisons
Dangerous comparisons:
- lastClaimTime > block.timestamp (#2138)
- block.timestamp.sub(lastClaimTime) >= claimWait (#2142)
Avoid relying on block.timestamp.
Additional information: link
Different versions of Solidity is used:
- Version used: ['>=0.5.0', '>=0.6.0<0.8.0', '>=0.6.2', '^0.7.6']
- ^0.7.6 (#3)
- >=0.6.0<0.8.0 (#81)
- >=0.6.2 (#106)
- >=0.6.2 (#203)
- >=0.5.0 (#247)
- >=0.5.0 (#266)
- ^0.7.6 (#320)
- ^0.7.6 (#384)
- ^0.7.6 (#451)
- ^0.7.6 (#475)
- ^0.7.6 (#516)
- ^0.7.6 (#562)
- ^0.7.6 (#576)
- ^0.7.6 (#876)
- ^0.7.6 (#1088)
- ^0.7.6 (#1296)
Use one Solidity version.
Additional information: link
Context._msgData() (#98-101) is never used and should be removed
DividendPayingToken._transfer(address,address,uint256) (#1253-1259) is never used and should be removed
ERC20._setupDecimals(uint8) (#855-857) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#1062-1065) is never used and should be removed
SafeMath.mod(uint256,uint256) (#1024-1027) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#1082-1085) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#896-900) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#932-935) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#942-945) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#917-925) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#907-910) is never used and should be removed
SafeMathInt.div(int256,int256) (#535-541) is never used and should be removed
SafeMathInt.mul(int256,int256) (#525-533) is never used and should be removed
Remove unused functions.
Additional information: link
VRFY.totalFees (#1330) is set pre-construction with a non-constant function or state variable:
- tokenRewardsFee.add(liquidityFee).add(RDFee).add(charityFee).add(burnFee)
VRFY.buyTotalFees (#1337) is set pre-construction with a non-constant function or state variable:
- buyTokenRewardsFee.add(buyLiquidityFee).add(buyRDFee).add(buyCharityFee).add(buyBurnFee)
VRFY.sellTotalFees (#1344) is set pre-construction with a non-constant function or state variable:
- sellTokenRewardsFee.add(sellLiquidityFee).add(sellRDFee).add(sellCharityFee).add(sellBurnFee)
VRFY.previousRDFee (#1346) is set pre-construction with a non-constant function or state variable:
- RDFee
VRFY.previousCharityFee (#1347) is set pre-construction with a non-constant function or state variable:
- charityFee
VRFY.previousTokenRewardsFee (#1348) is set pre-construction with a non-constant function or state variable:
- tokenRewardsFee
VRFY.previousLiquidityFee (#1349) is set pre-construction with a non-constant function or state variable:
- liquidityFee
VRFY.previousBurnFee (#1350) is set pre-construction with a non-constant function or state variable:
- burnFee
VRFY.previousTotalFees (#1351) is set pre-construction with a non-constant function or state variable:
- totalFees
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.
Additional information: link
Pragma version>=0.6.0<0.8.0 (#81) is too complex
Pragma version>=0.6.2 (#106) allows old versions
Pragma version>=0.6.2 (#203) allows old versions
Pragma version>=0.5.0 (#247) allows old versions
Pragma version>=0.5.0 (#266) allows old versions
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.
Additional information: link
Low level call in DividendPayingToken._withdrawDividendOfUser(address) (#1190-1214):
- (sent) = user.call{value: _withdrawableDividend}() (#1197)
Low level call in VRFY.swapAndLiquify(uint256) (#1700-1758):
- (sent) = RD.call{value: RDFeeBalance}() (#1745)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1752)
Low level call in VRFY.swapAndSendDividends(uint256) (#1760-1780):
- (sent) = diviTracker.call{value: newBalance}() (#1773)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Function IUniswapV2Router01.WETH() (#110) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#283) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#284) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#301) is not in mixedCase
Parameter DividendPayingToken.dividendOf(address)._owner (#1219) is not in mixedCase
Parameter DividendPayingToken.withdrawableDividendOf(address)._owner (#1226) is not in mixedCase
Parameter DividendPayingToken.withdrawnDividendOf(address)._owner (#1233) is not in mixedCase
Parameter DividendPayingToken.accumulativeDividendOf(address)._owner (#1243) is not in mixedCase
Constant DividendPayingToken.magnitude (#1102) is not in UPPER_CASE_WITH_UNDERSCORES
Variable DividendPayingToken.DividendToken (#1107) is not in mixedCase
Parameter VRFY.swapAndLiquifyOwner(uint256)._tokens (#1452) is not in mixedCase
Parameter VRFY.swapAndSendDividendsOwner(uint256)._tokens (#1456) is not in mixedCase
Parameter VRFY.updatedividendTime(uint256)._dividendTime (#1472) is not in mixedCase
Parameter VRFY.updateisTransferDisabled(bool)._isTransferDisabled (#1477) is not in mixedCase
Parameter VRFY.updateFees(uint256,uint256,uint256,uint256,uint256)._tokenRewardsFee (#1504) is not in mixedCase
Parameter VRFY.updateFees(uint256,uint256,uint256,uint256,uint256)._liquidityFee (#1504) is not in mixedCase
Parameter VRFY.updateFees(uint256,uint256,uint256,uint256,uint256)._RDFee (#1504) is not in mixedCase
Parameter VRFY.updateFees(uint256,uint256,uint256,uint256,uint256)._charityFee (#1504) is not in mixedCase
Parameter VRFY.updateFees(uint256,uint256,uint256,uint256,uint256)._burnFee (#1504) is not in mixedCase
Parameter VRFY.updateBuyFees(uint256,uint256,uint256,uint256,uint256)._tokenRewardsFee (#1519) is not in mixedCase
Parameter VRFY.updateBuyFees(uint256,uint256,uint256,uint256,uint256)._liquidityFee (#1519) is not in mixedCase
Parameter VRFY.updateBuyFees(uint256,uint256,uint256,uint256,uint256)._RDFee (#1519) is not in mixedCase
Parameter VRFY.updateBuyFees(uint256,uint256,uint256,uint256,uint256)._charityFee (#1519) is not in mixedCase
Parameter VRFY.updateBuyFees(uint256,uint256,uint256,uint256,uint256)._burnFee (#1519) is not in mixedCase
Parameter VRFY.updateSellFees(uint256,uint256,uint256,uint256,uint256)._tokenRewardsFee (#1528) is not in mixedCase
Parameter VRFY.updateSellFees(uint256,uint256,uint256,uint256,uint256)._liquidityFee (#1528) is not in mixedCase
Parameter VRFY.updateSellFees(uint256,uint256,uint256,uint256,uint256)._RDFee (#1528) is not in mixedCase
Parameter VRFY.updateSellFees(uint256,uint256,uint256,uint256,uint256)._charityFee (#1528) is not in mixedCase
Parameter VRFY.updateSellFees(uint256,uint256,uint256,uint256,uint256)._burnFee (#1528) is not in mixedCase
Parameter VRFY.whitelistDxSale(address,address)._presaleAddress (#1537) is not in mixedCase
Parameter VRFY.whitelistDxSale(address,address)._routerAddress (#1537) is not in mixedCase
Variable VRFY.DividendToken (#1303) is not in mixedCase
Variable VRFY._maxWalletToken (#1314) is not in mixedCase
Variable VRFY.RD (#1320) is not in mixedCase
Variable VRFY.RDTokenAddressForFee (#1322) is not in mixedCase
Variable VRFY.RDFee (#1325) is not in mixedCase
Parameter VRFYDividendTracker.getAccount(address)._account (#2073) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#99)" inContext (#93-102)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Unable to find audit link on the website
Unable to find code repository for the project
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
Young tokens have high risks of price dump / death
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