Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in VeilsFinance._transfer(address,address,uint256) (#1024-1068):
External calls:
- swapAndLiquify(contractTokenBalance) (#1055)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1102-1108)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1055)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1067)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#980)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1149)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1158)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#892)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1169)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1150)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1160)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1170)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#894)
- _tokenTransfer(from,to,amount,takeFee) (#1067)
- _rTotal = _rTotal.sub(rFee) (#931)
- _tokenTransfer(from,to,amount,takeFee) (#1067)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#982)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#891)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1168)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1159)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#893)
Apply the check-effects-interactions pattern.
Additional information: link
Contract name (veils.finance) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.
VeilsFinance.addLiquidity(uint256,uint256) (#1111-1124) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
Ensure that all the return values of the function calls are used.
Additional information: link
VeilsFinance.allowance(address,address).owner (#802) shadows:
- Ownable.owner() (#454-456) (function)
VeilsFinance._approve(address,address,uint256).owner (#1016) shadows:
- Ownable.owner() (#454-456) (function)
Rename the local variables that shadow another component.
Additional information: link
VeilsFinance.setTaxFeePercent(uint256) (#908-910) should emit an event for:
- _taxFee = taxFee (#909)
VeilsFinance.setLiquidityFeePercent(uint256) (#912-914) should emit an event for:
- _liquidityFee = liquidityFee (#913)
VeilsFinance.setMaxTxPercent(uint256) (#916-920) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 9) (#917-919)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in VeilsFinance._transfer(address,address,uint256) (#1024-1068):
External calls:
- swapAndLiquify(contractTokenBalance) (#1055)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1102-1108)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1055)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1067)
- _liquidityFee = _previousLiquidityFee (#1009)
- _liquidityFee = 0 (#1004)
- _tokenTransfer(from,to,amount,takeFee) (#1067)
- _previousLiquidityFee = _liquidityFee (#1001)
- _tokenTransfer(from,to,amount,takeFee) (#1067)
- _previousTaxFee = _taxFee (#1000)
- _tokenTransfer(from,to,amount,takeFee) (#1067)
- _tFeeTotal = _tFeeTotal.add(tFee) (#932)
- _tokenTransfer(from,to,amount,takeFee) (#1067)
- _taxFee = _previousTaxFee (#1008)
- _taxFee = 0 (#1003)
Reentrancy in VeilsFinance.constructor() (#756-773):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#762-763)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#769)
- _isExcludedFromFee[address(this)] = true (#770)
- uniswapV2Router = _uniswapV2Router (#766)
Reentrancy in VeilsFinance.swapAndLiquify(uint256) (#1070-1091):
External calls:
- swapTokensForEth(half) (#1082)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1102-1108)
- addLiquidity(otherHalf,newBalance) (#1088)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1088)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1088)
- _allowances[owner][spender] = amount (#1020)
Reentrancy in VeilsFinance.transferFrom(address,address,uint256) (#811-815):
External calls:
- _transfer(sender,recipient,amount) (#812)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1102-1108)
External calls sending eth:
- _transfer(sender,recipient,amount) (#812)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#813)
- _allowances[owner][spender] = amount (#1020)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in VeilsFinance._transfer(address,address,uint256) (#1024-1068):
External calls:
- swapAndLiquify(contractTokenBalance) (#1055)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1102-1108)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1055)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1153)
- _tokenTransfer(from,to,amount,takeFee) (#1067)
- Transfer(sender,recipient,tTransferAmount) (#1163)
- _tokenTransfer(from,to,amount,takeFee) (#1067)
- Transfer(sender,recipient,tTransferAmount) (#1173)
- _tokenTransfer(from,to,amount,takeFee) (#1067)
- Transfer(sender,recipient,tTransferAmount) (#897)
- _tokenTransfer(from,to,amount,takeFee) (#1067)
Reentrancy in VeilsFinance.constructor() (#756-773):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#762-763)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_applyRValues(_tTotal)) (#772)
Reentrancy in VeilsFinance.swapAndLiquify(uint256) (#1070-1091):
External calls:
- swapTokensForEth(half) (#1082)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1102-1108)
- addLiquidity(otherHalf,newBalance) (#1088)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1088)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1021)
- addLiquidity(otherHalf,newBalance) (#1088)
- SwapAndLiquify(half,newBalance,otherHalf) (#1090)
Reentrancy in VeilsFinance.transferFrom(address,address,uint256) (#811-815):
External calls:
- _transfer(sender,recipient,amount) (#812)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1102-1108)
External calls sending eth:
- _transfer(sender,recipient,amount) (#812)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1021)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#813)
Apply the check-effects-interactions pattern.
Additional information: link
Address.isContract(address) (#307-316) uses assembly
- INLINE ASM (#314)
Address._functionCallWithValue(address,bytes,uint256,string) (#400-421) uses assembly
- INLINE ASM (#413-416)
Do not use evm assembly.
Additional information: link
VeilsFinance.includeInReward(address) (#876-887) has costly operations inside a loop:
- _excluded.pop() (#883)
Use a local variable to hold the loop computation result.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#400-421) is never used and should be removed
Address.functionCall(address,bytes) (#360-362) is never used and should be removed
Address.functionCall(address,bytes,string) (#370-372) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#385-387) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#395-398) is never used and should be removed
Address.isContract(address) (#307-316) is never used and should be removed
Address.sendValue(address,uint256) (#334-340) is never used and should be removed
Context._msgData() (#279-282) is never used and should be removed
SafeMath.mod(uint256,uint256) (#252-254) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#268-271) is never used and should be removed
Remove unused functions.
Additional information: link
VeilsFinance._rTotal (#718) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
VeilsFinance._previousTaxFee (#727) is set pre-construction with a non-constant function or state variable:
- _taxFee
VeilsFinance._previousLiquidityFee (#730) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
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
Low level call in Address.sendValue(address,uint256) (#334-340):
- (success) = recipient.call{value: amount}() (#338)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#400-421):
- (success,returndata) = target.call{value: weiValue}(data) (#404)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#525) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#526) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#543) is not in mixedCase
Function IUniswapV2Router01.WETH() (#565) is not in mixedCase
Parameter VeilsFinance.setSwapAndLiquifyEnabled(bool)._enabled (#922) is not in mixedCase
Parameter VeilsFinance.calculateTaxFee(uint256)._amount (#985) is not in mixedCase
Parameter VeilsFinance.calculateLiquidityFee(uint256)._amount (#991) is not in mixedCase
Variable VeilsFinance._taxFee (#726) is not in mixedCase
Variable VeilsFinance._liquidityFee (#729) is not in mixedCase
Variable VeilsFinance._maxTxAmount (#738) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#280)" inContext (#274-283)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#570) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#571)
Variable VeilsFinance._transferFromExcluded(address,address,uint256).rTransferAmount (#1167) is too similar to VeilsFinance._getValues(uint256).tTransferAmount (#940)
Variable VeilsFinance._transferToExcluded(address,address,uint256).rTransferAmount (#1157) is too similar to VeilsFinance._transferToExcluded(address,address,uint256).tTransferAmount (#1157)
Variable VeilsFinance._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#956) is too similar to VeilsFinance._getTValues(uint256).tTransferAmount (#948)
Variable VeilsFinance._transferStandard(address,address,uint256).rTransferAmount (#1148) is too similar to VeilsFinance._transferFromExcluded(address,address,uint256).tTransferAmount (#1167)
Variable VeilsFinance._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#956) is too similar to VeilsFinance._transferToExcluded(address,address,uint256).tTransferAmount (#1157)
Variable VeilsFinance._transferFromExcluded(address,address,uint256).rTransferAmount (#1167) is too similar to VeilsFinance._getTValues(uint256).tTransferAmount (#948)
Variable VeilsFinance._transferStandard(address,address,uint256).rTransferAmount (#1148) is too similar to VeilsFinance._getValues(uint256).tTransferAmount (#940)
Variable VeilsFinance._transferFromExcluded(address,address,uint256).rTransferAmount (#1167) is too similar to VeilsFinance._transferToExcluded(address,address,uint256).tTransferAmount (#1157)
Variable VeilsFinance._transferBothExcluded(address,address,uint256).rTransferAmount (#890) is too similar to VeilsFinance._transferFromExcluded(address,address,uint256).tTransferAmount (#1167)
Variable VeilsFinance.reflectionFromToken(uint256,bool).rTransferAmount (#850) is too similar to VeilsFinance._getValues(uint256).tTransferAmount (#940)
Variable VeilsFinance._transferBothExcluded(address,address,uint256).rTransferAmount (#890) is too similar to VeilsFinance._getValues(uint256).tTransferAmount (#940)
Variable VeilsFinance._transferStandard(address,address,uint256).rTransferAmount (#1148) is too similar to VeilsFinance._transferBothExcluded(address,address,uint256).tTransferAmount (#890)
Variable VeilsFinance._transferStandard(address,address,uint256).rTransferAmount (#1148) is too similar to VeilsFinance._getTValues(uint256).tTransferAmount (#948)
Variable VeilsFinance._transferStandard(address,address,uint256).rTransferAmount (#1148) is too similar to VeilsFinance._transferToExcluded(address,address,uint256).tTransferAmount (#1157)
Variable VeilsFinance._transferStandard(address,address,uint256).rTransferAmount (#1148) is too similar to VeilsFinance._transferStandard(address,address,uint256).tTransferAmount (#1148)
Variable VeilsFinance._getValues(uint256).rTransferAmount (#941) is too similar to VeilsFinance._getTValues(uint256).tTransferAmount (#948)
Variable VeilsFinance._transferBothExcluded(address,address,uint256).rTransferAmount (#890) is too similar to VeilsFinance._transferBothExcluded(address,address,uint256).tTransferAmount (#890)
Variable VeilsFinance.reflectionFromToken(uint256,bool).rTransferAmount (#850) is too similar to VeilsFinance._getTValues(uint256).tTransferAmount (#948)
Variable VeilsFinance._transferBothExcluded(address,address,uint256).rTransferAmount (#890) is too similar to VeilsFinance._getTValues(uint256).tTransferAmount (#948)
Variable VeilsFinance._getValues(uint256).rTransferAmount (#941) is too similar to VeilsFinance._transferToExcluded(address,address,uint256).tTransferAmount (#1157)
Variable VeilsFinance._transferBothExcluded(address,address,uint256).rTransferAmount (#890) is too similar to VeilsFinance._transferToExcluded(address,address,uint256).tTransferAmount (#1157)
Variable VeilsFinance.reflectionFromToken(uint256,bool).rTransferAmount (#850) is too similar to VeilsFinance._transferToExcluded(address,address,uint256).tTransferAmount (#1157)
Variable VeilsFinance._transferFromExcluded(address,address,uint256).rTransferAmount (#1167) is too similar to VeilsFinance._transferFromExcluded(address,address,uint256).tTransferAmount (#1167)
Variable VeilsFinance._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#956) is too similar to VeilsFinance._transferStandard(address,address,uint256).tTransferAmount (#1148)
Variable VeilsFinance._getValues(uint256).rTransferAmount (#941) is too similar to VeilsFinance._getValues(uint256).tTransferAmount (#940)
Variable VeilsFinance._getValues(uint256).rTransferAmount (#941) is too similar to VeilsFinance._transferStandard(address,address,uint256).tTransferAmount (#1148)
Variable VeilsFinance._transferFromExcluded(address,address,uint256).rTransferAmount (#1167) is too similar to VeilsFinance._transferBothExcluded(address,address,uint256).tTransferAmount (#890)
Variable VeilsFinance.reflectionFromToken(uint256,bool).rTransferAmount (#850) is too similar to VeilsFinance._transferFromExcluded(address,address,uint256).tTransferAmount (#1167)
Variable VeilsFinance._transferFromExcluded(address,address,uint256).rTransferAmount (#1167) is too similar to VeilsFinance._transferStandard(address,address,uint256).tTransferAmount (#1148)
Variable VeilsFinance.reflectionFromToken(uint256,bool).rTransferAmount (#850) is too similar to VeilsFinance._transferBothExcluded(address,address,uint256).tTransferAmount (#890)
Variable VeilsFinance._transferToExcluded(address,address,uint256).rTransferAmount (#1157) is too similar to VeilsFinance._transferFromExcluded(address,address,uint256).tTransferAmount (#1167)
Variable VeilsFinance._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#956) is too similar to VeilsFinance._transferFromExcluded(address,address,uint256).tTransferAmount (#1167)
Variable VeilsFinance.reflectionFromToken(uint256,bool).rTransferAmount (#850) is too similar to VeilsFinance._transferStandard(address,address,uint256).tTransferAmount (#1148)
Variable VeilsFinance._transferToExcluded(address,address,uint256).rTransferAmount (#1157) is too similar to VeilsFinance._transferBothExcluded(address,address,uint256).tTransferAmount (#890)
Variable VeilsFinance._transferBothExcluded(address,address,uint256).rTransferAmount (#890) is too similar to VeilsFinance._transferStandard(address,address,uint256).tTransferAmount (#1148)
Variable VeilsFinance._getValues(uint256).rTransferAmount (#941) is too similar to VeilsFinance._transferFromExcluded(address,address,uint256).tTransferAmount (#1167)
Variable VeilsFinance._transferToExcluded(address,address,uint256).rTransferAmount (#1157) is too similar to VeilsFinance._getTValues(uint256).tTransferAmount (#948)
Variable VeilsFinance._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#956) is too similar to VeilsFinance._transferBothExcluded(address,address,uint256).tTransferAmount (#890)
Variable VeilsFinance._transferToExcluded(address,address,uint256).rTransferAmount (#1157) is too similar to VeilsFinance._getValues(uint256).tTransferAmount (#940)
Variable VeilsFinance._transferToExcluded(address,address,uint256).rTransferAmount (#1157) is too similar to VeilsFinance._transferStandard(address,address,uint256).tTransferAmount (#1148)
Variable VeilsFinance._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#956) is too similar to VeilsFinance._getValues(uint256).tTransferAmount (#940)
Variable VeilsFinance._getValues(uint256).rTransferAmount (#941) is too similar to VeilsFinance._transferBothExcluded(address,address,uint256).tTransferAmount (#890)
Prevent variables from having similar names.
Additional information: link
VeilsFinance.slitherConstructorVariables() (#703-1178) uses literals with too many digits:
- _tTotal = 1000000 * 10 ** 12 * 10 ** 9 (#717)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Ownable._previousOwner (#438) is never used in VeilsFinance (#703-1178)
Remove unused state variables.
Additional information: link
Ownable._previousOwner (#438) should be constant
VeilsFinance._decimals (#724) should be constant
VeilsFinance._name (#722) should be constant
VeilsFinance._symbol (#723) should be constant
VeilsFinance._tTotal (#717) should be constant
VeilsFinance.numTokensSellToAddToLiquidity (#739) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#473-476)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#482-486)
name() should be declared external:
- VeilsFinance.name() (#775-777)
symbol() should be declared external:
- VeilsFinance.symbol() (#779-781)
decimals() should be declared external:
- VeilsFinance.decimals() (#783-785)
totalSupply() should be declared external:
- VeilsFinance.totalSupply() (#787-789)
transfer(address,uint256) should be declared external:
- VeilsFinance.transfer(address,uint256) (#797-800)
allowance(address,address) should be declared external:
- VeilsFinance.allowance(address,address) (#802-804)
approve(address,uint256) should be declared external:
- VeilsFinance.approve(address,uint256) (#806-809)
transferFrom(address,address,uint256) should be declared external:
- VeilsFinance.transferFrom(address,address,uint256) (#811-815)
increaseAllowance(address,uint256) should be declared external:
- VeilsFinance.increaseAllowance(address,uint256) (#817-820)
decreaseAllowance(address,uint256) should be declared external:
- VeilsFinance.decreaseAllowance(address,uint256) (#822-825)
isExcludedFromReward(address) should be declared external:
- VeilsFinance.isExcludedFromReward(address) (#827-829)
totalFees() should be declared external:
- VeilsFinance.totalFees() (#831-833)
deliver(uint256) should be declared external:
- VeilsFinance.deliver(uint256) (#835-842)
reflectionFromToken(uint256,bool) should be declared external:
- VeilsFinance.reflectionFromToken(uint256,bool) (#844-853)
excludeFromReward(address) should be declared external:
- VeilsFinance.excludeFromReward(address) (#861-869)
setReflectionRate(uint256) should be declared external:
- VeilsFinance.setReflectionRate(uint256) (#871-874)
excludeFromFee(address) should be declared external:
- VeilsFinance.excludeFromFee(address) (#900-902)
includeInFee(address) should be declared external:
- VeilsFinance.includeInFee(address) (#904-906)
setSwapAndLiquifyEnabled(bool) should be declared external:
- VeilsFinance.setSwapAndLiquifyEnabled(bool) (#922-925)
isExcludedFromFee(address) should be declared external:
- VeilsFinance.isExcludedFromFee(address) (#1012-1014)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find website, listings and other project-related information
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts