Voilà is building a massive NFT ecosystem that will benefit both content creators and investors, by leveraging NFT mobile apps and its innovative metaverse Huge marketing budget, experienced team, mobile app already available on IOS and Android
VOILA._decimals (#1550) shadows:
- ExtendedReflections._decimals (#469)
VOILA._minTokensBeforeSwap (#1552) shadows:
- ExtendedReflections._minTokensBeforeSwap (#487)
Remove the state variable shadowing.
Additional information: link
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
Contract ownership is not renounced (belongs to a wallet)
Contract locking ether found:
Contract VOILA (#1541-1576) has payable functions:
- ExtendedReflections.receive() (#579)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.
Additional information: link
Reentrancy in ExtendedReflections._beforeTokenTransfer(address) (#906-924):
External calls:
- sendFeeToAddress(marketingAddress,contractBalance * (taxMarketing + additionalSellTax) / (_taxAdmin + additionalSellTax)) (#918)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
- sendFeeToAddress(buyBackAddress,contractBalance * taxBuyBack / (_taxAdmin + additionalSellTax)) (#919)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#848)
- sendFeeToAddress(buyBackAddress,contractBalance * taxBuyBack / (_taxAdmin + additionalSellTax)) (#919)
Reentrancy in ExtendedReflections._beforeTokenTransfer(address) (#906-924):
External calls:
- sendFeeToAddress(marketingAddress,contractBalance * (taxMarketing + additionalSellTax) / (_taxAdmin + additionalSellTax)) (#918)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
- sendFeeToAddress(buyBackAddress,contractBalance * taxBuyBack / (_taxAdmin + additionalSellTax)) (#919)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
- sendFeeToAddress(rewardAddress,contractBalance * taxRewardWallet / (_taxAdmin + additionalSellTax)) (#920)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#848)
- sendFeeToAddress(rewardAddress,contractBalance * taxRewardWallet / (_taxAdmin + additionalSellTax)) (#920)
Reentrancy in ExtendedReflections._beforeTokenTransfer(address) (#906-924):
External calls:
- sendFeeToAddress(marketingAddress,contractBalance * (taxMarketing + additionalSellTax) / (_taxAdmin + additionalSellTax)) (#918)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
- sendFeeToAddress(buyBackAddress,contractBalance * taxBuyBack / (_taxAdmin + additionalSellTax)) (#919)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
- sendFeeToAddress(rewardAddress,contractBalance * taxRewardWallet / (_taxAdmin + additionalSellTax)) (#920)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
- sendFeeToAddress(devAddress,contractBalance * taxDev / (_taxAdmin + additionalSellTax)) (#921)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#848)
- sendFeeToAddress(devAddress,contractBalance * taxDev / (_taxAdmin + additionalSellTax)) (#921)
Reentrancy in ExtendedReflections._transfer(address,address,uint256) (#865-904):
External calls:
- _beforeTokenTransfer(sender) (#871)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#848)
- _afterTokenTransfer(values) (#902)
- Burn(account,amount) (#826)
- _afterTokenTransfer(values) (#902)
- Transfer(account,burnAccount,amount) (#827)
- _afterTokenTransfer(values) (#902)
- Transfer(sender,recipient,values.tTransferAmount) (#899)
Reentrancy in ExtendedReflections.initSwap(address) (#1318-1336):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#1325-1326)
Event emitted after the call(s):
- AMMPairUpdated(pair,value) (#1487)
- _setAMMPair(_uniswapV2Pair,true) (#1331)
- ExcludeAccountFromFee(account) (#1071)
- excludeAccountFromFee(address(uniswapV2Router)) (#1335)
- ExcludeAccountFromFee(account) (#1071)
- _setAMMPair(_uniswapV2Pair,true) (#1331)
- ExcludeAccountFromReward(account) (#1031)
- excludeAccountFromReward(address(uniswapV2Router)) (#1334)
- ExcludeAccountFromReward(account) (#1031)
- _setAMMPair(_uniswapV2Pair,true) (#1331)
Reentrancy in ExtendedReflections.transferFrom(address,address,uint256) (#748-753):
External calls:
- _transfer(sender,recipient,amount) (#749)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#848)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#751)
Apply the check-effects-interactions pattern.
Additional information: link
Different versions of Solidity is used:
- Version used: ['>=0.5.0', '>=0.6.2', '^0.8.0', '^0.8.2']
- ^0.8.0 (#8)
- ^0.8.0 (#34)
- ^0.8.0 (#110)
- >=0.5.0 (#193)
- >=0.5.0 (#214)
- >=0.6.2 (#270)
- >=0.6.2 (#369)
- ^0.8.2 (#415)
Use one Solidity version.
Additional information: link
ExtendedReflections.includeAccountInReward(address) (#1043-1057) has costly operations inside a loop:
- _excludedFromReward.pop() (#1051)
Use a local variable to hold the loop computation result.
Additional information: link
Context._msgData() (#25-27) is never used and should be removed
ExtendedReflections.reflectionFromToken(uint256,bool) (#1116-1120) is never used and should be removed
Remove unused functions.
Additional information: link
VOILA._minTokensBeforeSwap (#1552) is set pre-construction with a non-constant function or state variable:
- 200_000 * (10 ** _decimals)
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.8.0 (#8) allows old versions
Pragma version^0.8.0 (#34) allows old versions
Pragma version^0.8.0 (#110) allows old versions
Pragma version>=0.5.0 (#193) allows old versions
Pragma version>=0.5.0 (#214) allows old versions
Pragma version>=0.6.2 (#270) allows old versions
Pragma version>=0.6.2 (#369) allows old versions
Pragma version^0.8.2 (#415) 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
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#231) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#232) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#249) is not in mixedCase
Function IUniswapV2Router01.WETH() (#274) is not in mixedCase
Parameter ExtendedReflections.enableAdminTaxes(uint32,uint32,uint32,uint32,uint256)._taxMarketing (#1338) is not in mixedCase
Parameter ExtendedReflections.enableAdminTaxes(uint32,uint32,uint32,uint32,uint256)._taxBuyBack (#1338) is not in mixedCase
Parameter ExtendedReflections.enableAdminTaxes(uint32,uint32,uint32,uint32,uint256)._taxRewardWallet (#1338) is not in mixedCase
Parameter ExtendedReflections.enableAdminTaxes(uint32,uint32,uint32,uint32,uint256)._taxDev (#1338) is not in mixedCase
Parameter ExtendedReflections.sendFeeToAddress(address,uint256)._addr (#1431) is not in mixedCase
Parameter ExtendedReflections.sendFeeToAddress(address,uint256)._tAmount (#1431) is not in mixedCase
Parameter ExtendedReflections.setAdminAddresses(address,address,address,address)._marketingAddress (#1490) is not in mixedCase
Parameter ExtendedReflections.setAdminAddresses(address,address,address,address)._buyBackAddress (#1490) is not in mixedCase
Parameter ExtendedReflections.setAdminAddresses(address,address,address,address)._rewardAddress (#1490) is not in mixedCase
Parameter ExtendedReflections.setAdminAddresses(address,address,address,address)._devAddress (#1490) is not in mixedCase
Parameter ExtendedReflections.setAdminTaxes(uint32,uint32,uint32,uint32)._taxMarketing (#1517) is not in mixedCase
Parameter ExtendedReflections.setAdminTaxes(uint32,uint32,uint32,uint32)._taxBuyBack (#1517) is not in mixedCase
Parameter ExtendedReflections.setAdminTaxes(uint32,uint32,uint32,uint32)._taxRewardWallet (#1517) is not in mixedCase
Parameter ExtendedReflections.setAdminTaxes(uint32,uint32,uint32,uint32)._taxDev (#1517) is not in mixedCase
Parameter ExtendedReflections.setAdditionalSellTax(uint32)._tax (#1527) is not in mixedCase
Parameter ExtendedReflections.excludePresale(address)._presaleAddress (#1533) is not in mixedCase
Variable ExtendedReflections._uniswapV2Router (#448) is not in mixedCase
Variable ExtendedReflections._uniswapV2Pair (#451) is not in mixedCase
Constant ExtendedReflections.burnAccount (#454) is not in UPPER_CASE_WITH_UNDERSCORES
Variable ExtendedReflections.AMMPairs (#1469) is not in mixedCase
Variable VOILA._routerAddress (#1567) is not in mixedCase
Variable VOILA._busd (#1568) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Reentrancy in ExtendedReflections._beforeTokenTransfer(address) (#906-924):
External calls:
- sendFeeToAddress(marketingAddress,contractBalance * (taxMarketing + additionalSellTax) / (_taxAdmin + additionalSellTax)) (#918)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
- sendFeeToAddress(buyBackAddress,contractBalance * taxBuyBack / (_taxAdmin + additionalSellTax)) (#919)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
State variables written after the call(s):
- sendFeeToAddress(buyBackAddress,contractBalance * taxBuyBack / (_taxAdmin + additionalSellTax)) (#919)
- _inSwapAndLiquify = true (#504)
- _inSwapAndLiquify = false (#506)
Reentrancy in ExtendedReflections._beforeTokenTransfer(address) (#906-924):
External calls:
- sendFeeToAddress(marketingAddress,contractBalance * (taxMarketing + additionalSellTax) / (_taxAdmin + additionalSellTax)) (#918)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
- sendFeeToAddress(buyBackAddress,contractBalance * taxBuyBack / (_taxAdmin + additionalSellTax)) (#919)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
- sendFeeToAddress(rewardAddress,contractBalance * taxRewardWallet / (_taxAdmin + additionalSellTax)) (#920)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
State variables written after the call(s):
- sendFeeToAddress(rewardAddress,contractBalance * taxRewardWallet / (_taxAdmin + additionalSellTax)) (#920)
- _inSwapAndLiquify = true (#504)
- _inSwapAndLiquify = false (#506)
Reentrancy in ExtendedReflections._beforeTokenTransfer(address) (#906-924):
External calls:
- sendFeeToAddress(marketingAddress,contractBalance * (taxMarketing + additionalSellTax) / (_taxAdmin + additionalSellTax)) (#918)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
- sendFeeToAddress(buyBackAddress,contractBalance * taxBuyBack / (_taxAdmin + additionalSellTax)) (#919)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
- sendFeeToAddress(rewardAddress,contractBalance * taxRewardWallet / (_taxAdmin + additionalSellTax)) (#920)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
- sendFeeToAddress(devAddress,contractBalance * taxDev / (_taxAdmin + additionalSellTax)) (#921)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
State variables written after the call(s):
- sendFeeToAddress(devAddress,contractBalance * taxDev / (_taxAdmin + additionalSellTax)) (#921)
- _inSwapAndLiquify = true (#504)
- _inSwapAndLiquify = false (#506)
Reentrancy in ExtendedReflections._transfer(address,address,uint256) (#865-904):
External calls:
- _beforeTokenTransfer(sender) (#871)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
State variables written after the call(s):
- _transferFromExcluded(sender,recipient,values) (#888)
- _reflectionBalances[sender] = _reflectionBalances[sender] - values.rAmount (#974)
- _reflectionBalances[recipient] = _reflectionBalances[recipient] + values.rTransferAmount (#975)
- _transferToExcluded(sender,recipient,values) (#890)
- _reflectionBalances[sender] = _reflectionBalances[sender] - values.rAmount (#963)
- _reflectionBalances[recipient] = _reflectionBalances[recipient] + values.rTransferAmount (#965)
- _transferStandard(sender,recipient,values) (#892)
- _reflectionBalances[sender] = _reflectionBalances[sender] - values.rAmount (#954)
- _reflectionBalances[recipient] = _reflectionBalances[recipient] + values.rTransferAmount (#955)
- _transferBothExcluded(sender,recipient,values) (#894)
- _reflectionBalances[sender] = _reflectionBalances[sender] - values.rAmount (#983)
- _reflectionBalances[recipient] = _reflectionBalances[recipient] + values.rTransferAmount (#985)
- _transferStandard(sender,recipient,values) (#896)
- _reflectionBalances[sender] = _reflectionBalances[sender] - values.rAmount (#954)
- _reflectionBalances[recipient] = _reflectionBalances[recipient] + values.rTransferAmount (#955)
- _afterTokenTransfer(values) (#902)
- _reflectionBalances[address(this)] += values.rBurnFee (#933)
- _reflectionBalances[account] -= rAmount (#817)
- _reflectionBalances[address(this)] += values.rMarketingFee + values.rBuyBackFee + values.rRewardWalletFee + values.rDevFee (#941)
- _reflectionBalances[burnAccount] += rAmount (#820)
- _afterTokenTransfer(values) (#902)
- _reflectionTotal = _reflectionTotal - rRewardFee (#1139)
- _transferFromExcluded(sender,recipient,values) (#888)
- _tokenBalances[sender] = _tokenBalances[sender] - values.amount (#973)
- _transferToExcluded(sender,recipient,values) (#890)
- _tokenBalances[recipient] = _tokenBalances[recipient] + values.tTransferAmount (#964)
- _transferBothExcluded(sender,recipient,values) (#894)
- _tokenBalances[sender] = _tokenBalances[sender] - values.amount (#982)
- _tokenBalances[recipient] = _tokenBalances[recipient] + values.tTransferAmount (#984)
- _afterTokenTransfer(values) (#902)
- _tokenBalances[address(this)] += values.tBurnFee (#932)
- _tokenBalances[account] -= amount (#815)
- _tokenBalances[address(this)] += values.tMarketingFee + values.tBuyBackFee + values.tRewardWalletFee + values.tDevFee (#940)
- _tokenBalances[burnAccount] += amount (#819)
Reentrancy in ExtendedReflections.transferFrom(address,address,uint256) (#748-753):
External calls:
- _transfer(sender,recipient,amount) (#749)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#751)
- _allowances[owner][spender] = amount (#847)
Apply the check-effects-interactions pattern.
Additional information: link
ExtendedReflections._getValues(uint256,bool,bool).values (#1150) 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
ExtendedReflections.allowance(address,address).owner (#719) shadows:
- Ownable.owner() (#63-65) (function)
ExtendedReflections._approve(address,address,uint256).owner (#843) shadows:
- Ownable.owner() (#63-65) (function)
Rename the local variables that shadow another component.
Additional information: link
ExtendedReflections.constructor(string,string,uint32,uint256,address)._busd (#552) lacks a zero-check on :
- busd = _busd (#561)
Check that the address is not zero.
Additional information: link
Reentrancy in ExtendedReflections._beforeTokenTransfer(address) (#906-924):
External calls:
- sendFeeToAddress(marketingAddress,contractBalance * (taxMarketing + additionalSellTax) / (_taxAdmin + additionalSellTax)) (#918)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
- sendFeeToAddress(buyBackAddress,contractBalance * taxBuyBack / (_taxAdmin + additionalSellTax)) (#919)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
State variables written after the call(s):
- sendFeeToAddress(buyBackAddress,contractBalance * taxBuyBack / (_taxAdmin + additionalSellTax)) (#919)
- _allowances[owner][spender] = amount (#847)
Reentrancy in ExtendedReflections._beforeTokenTransfer(address) (#906-924):
External calls:
- sendFeeToAddress(marketingAddress,contractBalance * (taxMarketing + additionalSellTax) / (_taxAdmin + additionalSellTax)) (#918)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
- sendFeeToAddress(buyBackAddress,contractBalance * taxBuyBack / (_taxAdmin + additionalSellTax)) (#919)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
- sendFeeToAddress(rewardAddress,contractBalance * taxRewardWallet / (_taxAdmin + additionalSellTax)) (#920)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
State variables written after the call(s):
- sendFeeToAddress(rewardAddress,contractBalance * taxRewardWallet / (_taxAdmin + additionalSellTax)) (#920)
- _allowances[owner][spender] = amount (#847)
Reentrancy in ExtendedReflections._beforeTokenTransfer(address) (#906-924):
External calls:
- sendFeeToAddress(marketingAddress,contractBalance * (taxMarketing + additionalSellTax) / (_taxAdmin + additionalSellTax)) (#918)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
- sendFeeToAddress(buyBackAddress,contractBalance * taxBuyBack / (_taxAdmin + additionalSellTax)) (#919)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
- sendFeeToAddress(rewardAddress,contractBalance * taxRewardWallet / (_taxAdmin + additionalSellTax)) (#920)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
- sendFeeToAddress(devAddress,contractBalance * taxDev / (_taxAdmin + additionalSellTax)) (#921)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
State variables written after the call(s):
- sendFeeToAddress(devAddress,contractBalance * taxDev / (_taxAdmin + additionalSellTax)) (#921)
- _allowances[owner][spender] = amount (#847)
Reentrancy in ExtendedReflections._transfer(address,address,uint256) (#865-904):
External calls:
- _beforeTokenTransfer(sender) (#871)
- _uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1444-1450)
State variables written after the call(s):
- _afterTokenTransfer(values) (#902)
- _allowances[owner][spender] = amount (#847)
- _afterTokenTransfer(values) (#902)
- _currentSupply -= amount (#822)
- _afterTokenTransfer(values) (#902)
- _totalBurnt += amount (#824)
- _afterTokenTransfer(values) (#902)
- _totalRewarded += tRewardFee (#1140)
Reentrancy in ExtendedReflections.initSwap(address) (#1318-1336):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#1325-1326)
State variables written after the call(s):
- _setAMMPair(_uniswapV2Pair,true) (#1331)
- AMMPairs[pair] = value (#1478)
- _setAMMPair(_uniswapV2Pair,true) (#1331)
- _excludedFromReward.push(account) (#1029)
- excludeAccountFromReward(address(uniswapV2Router)) (#1334)
- _excludedFromReward.push(account) (#1029)
- _setAMMPair(_uniswapV2Pair,true) (#1331)
- _isExcludedFromFee[account] = true (#1069)
- excludeAccountFromFee(address(uniswapV2Router)) (#1335)
- _isExcludedFromFee[account] = true (#1069)
- _setAMMPair(_uniswapV2Pair,true) (#1331)
- _isExcludedFromReward[account] = true (#1028)
- excludeAccountFromReward(address(uniswapV2Router)) (#1334)
- _isExcludedFromReward[account] = true (#1028)
- _setAMMPair(_uniswapV2Pair,true) (#1331)
- _tokenBalances[account] = tokenFromReflection(_reflectionBalances[account]) (#1026)
- excludeAccountFromReward(address(uniswapV2Router)) (#1334)
- _tokenBalances[account] = tokenFromReflection(_reflectionBalances[account]) (#1026)
- _uniswapV2Router = uniswapV2Router (#1329)
Apply the check-effects-interactions pattern.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#279) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#280)
Variable ExtendedReflections._minTokensBeforeSwap (#487) is too similar to ExtendedReflections.setMinTokensBeforeSwap(uint256).minTokensBeforeSwap_ (#1263)
Variable ExtendedReflections._minTokensBeforeSwap (#487) is too similar to ExtendedReflections.enableAdminTaxes(uint32,uint32,uint32,uint32,uint256).minTokensBeforeSwap_ (#1338)
Variable VOILA._minTokensBeforeSwap (#1552) is too similar to ExtendedReflections.enableAdminTaxes(uint32,uint32,uint32,uint32,uint256).minTokensBeforeSwap_ (#1338)
Variable VOILA._minTokensBeforeSwap (#1552) is too similar to ExtendedReflections.setMinTokensBeforeSwap(uint256).minTokensBeforeSwap_ (#1263)
Variable VOILA._tokenSupply (#1543) is too similar to ExtendedReflections.constructor(string,string,uint32,uint256,address).tokenSupply_ (#552)
Prevent variables from having similar names.
Additional information: link
VOILA.slitherConstructorConstantVariables() (#1541-1576) uses literals with too many digits:
- burnAccount = 0x000000000000000000000000000000000000dEaD (#454)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
ExtendedReflections.adminAddress (#456) should be constant
VOILA._busd (#1568) should be constant
VOILA._decimals (#1550) should be constant
VOILA._routerAddress (#1567) should be constant
VOILA._taxBuyBack (#1546) should be constant
VOILA._taxDev (#1548) should be constant
VOILA._taxMarketing (#1545) should be constant
VOILA._taxRewardWallet (#1547) should be constant
VOILA._tokenSupply (#1543) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#82-84)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#90-93)
name() should be declared external:
- ExtendedReflections.name() (#584-586)
symbol() should be declared external:
- ExtendedReflections.symbol() (#592-594)
decimals() should be declared external:
- ExtendedReflections.decimals() (#605-607)
uniswapV2Pair() should be declared external:
- ExtendedReflections.uniswapV2Pair() (#612-614)
taxBurn() should be declared external:
- ExtendedReflections.taxBurn() (#619-621)
taxReward() should be declared external:
- ExtendedReflections.taxReward() (#626-628)
taxAdmin() should be declared external:
- ExtendedReflections.taxAdmin() (#630-632)
autoBurnEnabled() should be declared external:
- ExtendedReflections.autoBurnEnabled() (#644-646)
rewardEnabled() should be declared external:
- ExtendedReflections.rewardEnabled() (#651-653)
adminRewardEnabled() should be declared external:
- ExtendedReflections.adminRewardEnabled() (#655-657)
transfer(address,uint256) should be declared external:
- ExtendedReflections.transfer(address,uint256) (#711-714)
approve(address,uint256) should be declared external:
- ExtendedReflections.approve(address,uint256) (#730-733)
transferFrom(address,address,uint256) should be declared external:
- ExtendedReflections.transferFrom(address,address,uint256) (#748-753)
increaseAllowance(address,uint256) should be declared external:
- ExtendedReflections.increaseAllowance(address,uint256) (#767-770)
decreaseAllowance(address,uint256) should be declared external:
- ExtendedReflections.decreaseAllowance(address,uint256) (#786-791)
burn(uint256) should be declared external:
- ExtendedReflections.burn(uint256) (#992-994)
includeAccountInReward(address) should be declared external:
- ExtendedReflections.includeAccountInReward(address) (#1043-1057)
includeAccountInFee(address) should be declared external:
- ExtendedReflections.includeAccountInFee(address) (#1083-1089)
airdrop(uint256) should be declared external:
- ExtendedReflections.airdrop(uint256) (#1096-1109)
enableAutoBurn(uint32) should be declared external:
- ExtendedReflections.enableAutoBurn(uint32) (#1285-1293)
enableReward(uint32) should be declared external:
- ExtendedReflections.enableReward(uint32) (#1308-1316)
disableAutoBurn() should be declared external:
- ExtendedReflections.disableAutoBurn() (#1358-1365)
disableReward() should be declared external:
- ExtendedReflections.disableReward() (#1376-1383)
disableAdminTaxes() should be declared external:
- ExtendedReflections.disableAdminTaxes() (#1386-1393)
setAMMPair(address,bool) should be declared external:
- ExtendedReflections.setAMMPair(address,bool) (#1471-1475)
setAdditionalSellTax(uint32) should be declared external:
- ExtendedReflections.setAdditionalSellTax(uint32) (#1527-1531)
Use the external attribute for functions never called from the contract.
Additional information: link
Contract has 12% buy tax and 12% sell tax.
Taxes are suspiciously high (over 10%) and contract ownership is not renounced. Token has a high risk of becoming a honeypot.
Swap operations require suspiciously high gas. Contract logic is complex and may disguise some form of scam.
Average 30d PancakeSwap liquidity is low.
Number of Binance Smart Chain (BSC) token holders is low.
Token is deployed only at one blockchain
Token has only one trading pair
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Unable to verify that token and website are owned by the same team (no listings + unable to find contract on website)
Unable to verify token contract address on the website
Unable to find Twitter link on the website
Unable to find token on CoinHunt
Additional information: link
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Twitter account has relatively few followers
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account