Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in SantaLottery._transfer(address,address,uint256) (#621-651):
External calls:
- swapAndLiquify(contractTokenBalance) (#644)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#666-672)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#644)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#650)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#572)
- _rOwned[_SantaLotteryMarketing] = _rOwned[_SantaLotteryMarketing].add(rSantaLottery) (#579)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#713)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#704)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#517)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#724)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#705)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#725)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#715)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#519)
- _tokenTransfer(from,to,amount,takeFee) (#650)
- _rTotalSupply = _rTotalSupply.sub(rFee) (#531)
- _tokenTransfer(from,to,amount,takeFee) (#650)
- _tOwned[_SantaLotteryMarketing] = _tOwned[_SantaLotteryMarketing].add(tSantaLottery) (#581)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#574)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#516)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#723)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#714)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#518)
Apply the check-effects-interactions pattern.
Additional information: link
Contract ticker ($SANTAL) 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.
SantaLottery.addLiquidity(uint256,uint256) (#674-684) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
Ensure that all the return values of the function calls are used.
Additional information: link
SantaLottery.allowance(address,address).owner (#445) shadows:
- Ownable.owner() (#173-175) (function)
SantaLottery._approve(address,address,uint256).owner (#615) shadows:
- Ownable.owner() (#173-175) (function)
Rename the local variables that shadow another component.
Additional information: link
Reentrancy in SantaLottery._transfer(address,address,uint256) (#621-651):
External calls:
- swapAndLiquify(contractTokenBalance) (#644)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#666-672)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#644)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#650)
- _BurnedliquidityFee = _previousBurnedLiquidityFee (#610)
- _BurnedliquidityFee = 0 (#605)
- _tokenTransfer(from,to,amount,takeFee) (#650)
- _Reflections = _previousReflections (#608)
- _Reflections = 0 (#603)
- _tokenTransfer(from,to,amount,takeFee) (#650)
- _SantaLotteryFee = _previousSantaLotteryFee (#609)
- _SantaLotteryFee = 0 (#604)
- _tokenTransfer(from,to,amount,takeFee) (#650)
- _previousBurnedLiquidityFee = _BurnedliquidityFee (#602)
- _tokenTransfer(from,to,amount,takeFee) (#650)
- _previousReflections = _Reflections (#600)
- _tokenTransfer(from,to,amount,takeFee) (#650)
- _previousSantaLotteryFee = _SantaLotteryFee (#601)
- _tokenTransfer(from,to,amount,takeFee) (#650)
- _tFeeTotal = _tFeeTotal.add(tFee) (#532)
Reentrancy in SantaLottery.constructor() (#415-424):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#418-419)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#421)
- _isExcludedFromFee[address(this)] = true (#422)
- uniswapV2Router = _uniswapV2Router (#420)
Reentrancy in SantaLottery.swapAndLiquify(uint256) (#652-660):
External calls:
- swapTokensForEth(half) (#656)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#666-672)
- addLiquidity(otherHalf,newBalance) (#658)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#658)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#658)
- _allowances[owner][spender] = amount (#618)
Reentrancy in SantaLottery.transferFrom(address,address,uint256) (#452-456):
External calls:
- _transfer(sender,recipient,amount) (#453)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#666-672)
External calls sending eth:
- _transfer(sender,recipient,amount) (#453)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#454)
- _allowances[owner][spender] = amount (#618)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in SantaLottery._transfer(address,address,uint256) (#621-651):
External calls:
- swapAndLiquify(contractTokenBalance) (#644)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#666-672)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#644)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#709)
- _tokenTransfer(from,to,amount,takeFee) (#650)
- Transfer(sender,recipient,tTransferAmount) (#719)
- _tokenTransfer(from,to,amount,takeFee) (#650)
- Transfer(sender,recipient,tTransferAmount) (#729)
- _tokenTransfer(from,to,amount,takeFee) (#650)
- Transfer(sender,recipient,tTransferAmount) (#523)
- _tokenTransfer(from,to,amount,takeFee) (#650)
Reentrancy in SantaLottery.constructor() (#415-424):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#418-419)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotalSupply) (#423)
Reentrancy in SantaLottery.swapAndLiquify(uint256) (#652-660):
External calls:
- swapTokensForEth(half) (#656)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#666-672)
- addLiquidity(otherHalf,newBalance) (#658)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#658)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#619)
- addLiquidity(otherHalf,newBalance) (#658)
- SwapAndLiquify(half,newBalance,otherHalf) (#659)
Reentrancy in SantaLottery.transferFrom(address,address,uint256) (#452-456):
External calls:
- _transfer(sender,recipient,amount) (#453)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#666-672)
External calls sending eth:
- _transfer(sender,recipient,amount) (#453)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#619)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#454)
Apply the check-effects-interactions pattern.
Additional information: link
Address.isContract(address) (#109-113) uses assembly
- INLINE ASM (#111)
Address._verifyCallResult(bool,bytes,string) (#150-163) uses assembly
- INLINE ASM (#155-158)
Do not use evm assembly.
Additional information: link
SantaLottery.includeInReward(address) (#502-513) has costly operations inside a loop:
- _excluded.pop() (#509)
Use a local variable to hold the loop computation result.
Additional information: link
Address._verifyCallResult(bool,bytes,string) (#150-163) is never used and should be removed
Address.functionCall(address,bytes) (#119-121) is never used and should be removed
Address.functionCall(address,bytes,string) (#122-124) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#125-127) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#128-133) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#142-144) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#145-149) is never used and should be removed
Address.functionStaticCall(address,bytes) (#134-136) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#137-141) is never used and should be removed
Address.isContract(address) (#109-113) is never used and should be removed
Address.sendValue(address,uint256) (#114-118) is never used and should be removed
Context._msgData() (#102-105) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#84-89) is never used and should be removed
SafeMath.mod(uint256,uint256) (#75-77) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#90-95) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#30-36) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#51-56) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#57-62) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#43-50) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#37-42) is never used and should be removed
Remove unused functions.
Additional information: link
SantaLottery._rTotalSupply (#385) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotalSupply))
SantaLottery._previousReflections (#391) is set pre-construction with a non-constant function or state variable:
- _Reflections
SantaLottery._previousSantaLotteryFee (#393) is set pre-construction with a non-constant function or state variable:
- _SantaLotteryFee
SantaLottery._previousBurnedLiquidityFee (#395) is set pre-construction with a non-constant function or state variable:
- _BurnedliquidityFee
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) (#114-118):
- (success) = recipient.call{value: amount}() (#116)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#128-133):
- (success,returndata) = target.call{value: value}(data) (#131)
Low level call in Address.functionStaticCall(address,bytes,string) (#137-141):
- (success,returndata) = target.staticcall(data) (#139)
Low level call in Address.functionDelegateCall(address,bytes,string) (#145-149):
- (success,returndata) = target.delegatecall(data) (#147)
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() (#210) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#211) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#225) is not in mixedCase
Function IUniswapV2Router01.WETH() (#243) is not in mixedCase
Parameter SantaLottery.setSwapAndLiquifyEnabled(bool)._enabled (#525) is not in mixedCase
Parameter SantaLottery.calculateReflections(uint256)._amount (#583) is not in mixedCase
Parameter SantaLottery.calculateSantaLotteryFee(uint256)._amount (#588) is not in mixedCase
Parameter SantaLottery.calculateBurnedLiquidityFee(uint256)._amount (#593) is not in mixedCase
Variable SantaLottery._SantaLotteryMarketing (#382) is not in mixedCase
Variable SantaLottery._Reflections (#390) is not in mixedCase
Variable SantaLottery._SantaLotteryFee (#392) is not in mixedCase
Variable SantaLottery._BurnedliquidityFee (#394) is not in mixedCase
Variable SantaLottery._maxTxAmount (#396) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#103)" inContext (#98-106)
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 (#247) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#248)
Variable SantaLottery._rTotalSupply (#385) is too similar to SantaLottery._tTotalSupply (#384)
Variable SantaLottery._takeSantaLottery(uint256).rSantaLottery (#578) is too similar to SantaLottery._getTValues(uint256).tSantaLottery (#542)
Variable SantaLottery._transferToExcluded(address,address,uint256).rTransferAmount (#712) is too similar to SantaLottery._getTValues(uint256).tTransferAmount (#543)
Variable SantaLottery._getValues(uint256).rTransferAmount (#536) is too similar to SantaLottery._transferStandard(address,address,uint256).tTransferAmount (#703)
Variable SantaLottery._transferStandard(address,address,uint256).rTransferAmount (#703) is too similar to SantaLottery._getTValues(uint256).tTransferAmount (#543)
Variable SantaLottery._transferFromExcluded(address,address,uint256).rTransferAmount (#722) is too similar to SantaLottery._transferStandard(address,address,uint256).tTransferAmount (#703)
Variable SantaLottery._getValues(uint256).rTransferAmount (#536) is too similar to SantaLottery._transferFromExcluded(address,address,uint256).tTransferAmount (#722)
Variable SantaLottery._transferFromExcluded(address,address,uint256).rTransferAmount (#722) is too similar to SantaLottery._transferFromExcluded(address,address,uint256).tTransferAmount (#722)
Variable SantaLottery._transferToExcluded(address,address,uint256).rTransferAmount (#712) is too similar to SantaLottery._transferStandard(address,address,uint256).tTransferAmount (#703)
Variable SantaLottery._transferStandard(address,address,uint256).rTransferAmount (#703) is too similar to SantaLottery._transferStandard(address,address,uint256).tTransferAmount (#703)
Variable SantaLottery._transferToExcluded(address,address,uint256).rTransferAmount (#712) is too similar to SantaLottery._transferFromExcluded(address,address,uint256).tTransferAmount (#722)
Variable SantaLottery._transferStandard(address,address,uint256).rTransferAmount (#703) is too similar to SantaLottery._transferFromExcluded(address,address,uint256).tTransferAmount (#722)
Variable SantaLottery._transferBothExcluded(address,address,uint256).rTransferAmount (#515) is too similar to SantaLottery._getTValues(uint256).tTransferAmount (#543)
Variable SantaLottery._getValues(uint256).rTransferAmount (#536) is too similar to SantaLottery._transferToExcluded(address,address,uint256).tTransferAmount (#712)
Variable SantaLottery._transferFromExcluded(address,address,uint256).rTransferAmount (#722) is too similar to SantaLottery._transferToExcluded(address,address,uint256).tTransferAmount (#712)
Variable SantaLottery._getValues(uint256).rTransferAmount (#536) is too similar to SantaLottery._getTValues(uint256).tTransferAmount (#543)
Variable SantaLottery._transferFromExcluded(address,address,uint256).rTransferAmount (#722) is too similar to SantaLottery._getTValues(uint256).tTransferAmount (#543)
Variable SantaLottery._transferToExcluded(address,address,uint256).rTransferAmount (#712) is too similar to SantaLottery._transferToExcluded(address,address,uint256).tTransferAmount (#712)
Variable SantaLottery._getRValues(uint256,uint256,uint256,uint256,uint256).rSantaLottery (#550) is too similar to SantaLottery._getValues(uint256).tSantaLottery (#535)
Variable SantaLottery._takeSantaLottery(uint256).rSantaLottery (#578) is too similar to SantaLottery._transferFromExcluded(address,address,uint256).tSantaLottery (#722)
Variable SantaLottery._takeSantaLottery(uint256).rSantaLottery (#578) is too similar to SantaLottery._transferBothExcluded(address,address,uint256).tSantaLottery (#515)
Variable SantaLottery._takeSantaLottery(uint256).rSantaLottery (#578) is too similar to SantaLottery._transferToExcluded(address,address,uint256).tSantaLottery (#712)
Variable SantaLottery._takeSantaLottery(uint256).rSantaLottery (#578) is too similar to SantaLottery._transferStandard(address,address,uint256).tSantaLottery (#703)
Variable SantaLottery._getRValues(uint256,uint256,uint256,uint256,uint256).rSantaLottery (#550) is too similar to SantaLottery._transferFromExcluded(address,address,uint256).tSantaLottery (#722)
Variable SantaLottery._getRValues(uint256,uint256,uint256,uint256,uint256).rSantaLottery (#550) is too similar to SantaLottery._transferBothExcluded(address,address,uint256).tSantaLottery (#515)
Variable SantaLottery._takeSantaLottery(uint256).rSantaLottery (#578) is too similar to SantaLottery._getRValues(uint256,uint256,uint256,uint256,uint256).tSantaLottery (#546)
Variable SantaLottery._getRValues(uint256,uint256,uint256,uint256,uint256).rSantaLottery (#550) is too similar to SantaLottery._transferToExcluded(address,address,uint256).tSantaLottery (#712)
Variable SantaLottery._getRValues(uint256,uint256,uint256,uint256,uint256).rSantaLottery (#550) is too similar to SantaLottery._transferStandard(address,address,uint256).tSantaLottery (#703)
Variable SantaLottery._takeSantaLottery(uint256).rSantaLottery (#578) is too similar to SantaLottery._takeSantaLottery(uint256).tSantaLottery (#576)
Variable SantaLottery._takeSantaLottery(uint256).rSantaLottery (#578) is too similar to SantaLottery._getValues(uint256).tSantaLottery (#535)
Variable SantaLottery._getRValues(uint256,uint256,uint256,uint256,uint256).rSantaLottery (#550) is too similar to SantaLottery._getRValues(uint256,uint256,uint256,uint256,uint256).tSantaLottery (#546)
Variable SantaLottery._getRValues(uint256,uint256,uint256,uint256,uint256).rSantaLottery (#550) is too similar to SantaLottery._takeSantaLottery(uint256).tSantaLottery (#576)
Variable SantaLottery._getRValues(uint256,uint256,uint256,uint256,uint256).rSantaLottery (#550) is too similar to SantaLottery._getTValues(uint256).tSantaLottery (#542)
Variable SantaLottery._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#551) is too similar to SantaLottery._transferToExcluded(address,address,uint256).tTransferAmount (#712)
Variable SantaLottery.reflectionFromToken(uint256,bool).rTransferAmount (#485) is too similar to SantaLottery._getValues(uint256).tTransferAmount (#535)
Variable SantaLottery._transferToExcluded(address,address,uint256).rTransferAmount (#712) is too similar to SantaLottery._transferBothExcluded(address,address,uint256).tTransferAmount (#515)
Variable SantaLottery._transferStandard(address,address,uint256).rTransferAmount (#703) is too similar to SantaLottery._getValues(uint256).tTransferAmount (#535)
Variable SantaLottery._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#551) is too similar to SantaLottery._transferStandard(address,address,uint256).tTransferAmount (#703)
Variable SantaLottery._getValues(uint256).rTransferAmount (#536) is too similar to SantaLottery._transferBothExcluded(address,address,uint256).tTransferAmount (#515)
Variable SantaLottery._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#551) is too similar to SantaLottery._getTValues(uint256).tTransferAmount (#543)
Variable SantaLottery._transferFromExcluded(address,address,uint256).rTransferAmount (#722) is too similar to SantaLottery._getValues(uint256).tTransferAmount (#535)
Variable SantaLottery._transferBothExcluded(address,address,uint256).rTransferAmount (#515) is too similar to SantaLottery._getValues(uint256).tTransferAmount (#535)
Variable SantaLottery.reflectionFromToken(uint256,bool).rTransferAmount (#485) is too similar to SantaLottery._transferBothExcluded(address,address,uint256).tTransferAmount (#515)
Variable SantaLottery.reflectionFromToken(uint256,bool).rTransferAmount (#485) is too similar to SantaLottery._transferFromExcluded(address,address,uint256).tTransferAmount (#722)
Variable SantaLottery._transferStandard(address,address,uint256).rTransferAmount (#703) is too similar to SantaLottery._transferBothExcluded(address,address,uint256).tTransferAmount (#515)
Variable SantaLottery.reflectionFromToken(uint256,bool).rTransferAmount (#485) is too similar to SantaLottery._transferToExcluded(address,address,uint256).tTransferAmount (#712)
Variable SantaLottery.reflectionFromToken(uint256,bool).rTransferAmount (#485) is too similar to SantaLottery._transferStandard(address,address,uint256).tTransferAmount (#703)
Variable SantaLottery._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#551) is too similar to SantaLottery._getValues(uint256).tTransferAmount (#535)
Variable SantaLottery._transferBothExcluded(address,address,uint256).rTransferAmount (#515) is too similar to SantaLottery._transferFromExcluded(address,address,uint256).tTransferAmount (#722)
Variable SantaLottery._transferStandard(address,address,uint256).rTransferAmount (#703) is too similar to SantaLottery._transferToExcluded(address,address,uint256).tTransferAmount (#712)
Variable SantaLottery._transferFromExcluded(address,address,uint256).rTransferAmount (#722) is too similar to SantaLottery._transferBothExcluded(address,address,uint256).tTransferAmount (#515)
Variable SantaLottery._transferBothExcluded(address,address,uint256).rTransferAmount (#515) is too similar to SantaLottery._transferBothExcluded(address,address,uint256).tTransferAmount (#515)
Variable SantaLottery.reflectionFromToken(uint256,bool).rTransferAmount (#485) is too similar to SantaLottery._getTValues(uint256).tTransferAmount (#543)
Variable SantaLottery._transferToExcluded(address,address,uint256).rTransferAmount (#712) is too similar to SantaLottery._getValues(uint256).tTransferAmount (#535)
Variable SantaLottery._transferBothExcluded(address,address,uint256).rTransferAmount (#515) is too similar to SantaLottery._transferToExcluded(address,address,uint256).tTransferAmount (#712)
Variable SantaLottery._getValues(uint256).rTransferAmount (#536) is too similar to SantaLottery._getValues(uint256).tTransferAmount (#535)
Variable SantaLottery._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#551) is too similar to SantaLottery._transferFromExcluded(address,address,uint256).tTransferAmount (#722)
Variable SantaLottery._transferBothExcluded(address,address,uint256).rTransferAmount (#515) is too similar to SantaLottery._transferStandard(address,address,uint256).tTransferAmount (#703)
Variable SantaLottery._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#551) is too similar to SantaLottery._transferBothExcluded(address,address,uint256).tTransferAmount (#515)
Prevent variables from having similar names.
Additional information: link
SantaLottery.slitherConstructorVariables() (#373-732) uses literals with too many digits:
- _tTotalSupply = 1000000000 * 10 ** 18 (#384)
SantaLottery.slitherConstructorVariables() (#373-732) uses literals with too many digits:
- _maxTxAmount = 50000000 * 10 ** 18 (#396)
SantaLottery.slitherConstructorVariables() (#373-732) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 100000 * 10 ** 18 (#402)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
SantaLottery._SantaLotteryMarketing (#382) should be constant
SantaLottery._decimals (#389) should be constant
SantaLottery._maxTxAmount (#396) should be constant
SantaLottery._tTotalSupply (#384) should be constant
SantaLottery._tokenname (#387) should be constant
SantaLottery._tokensymbol (#388) should be constant
SantaLottery.numTokensSellToAddToLiquidity (#402) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#180-183)
name() should be declared external:
- SantaLottery.name() (#425-427)
symbol() should be declared external:
- SantaLottery.symbol() (#428-430)
decimals() should be declared external:
- SantaLottery.decimals() (#431-433)
totalSupply() should be declared external:
- SantaLottery.totalSupply() (#434-436)
transfer(address,uint256) should be declared external:
- SantaLottery.transfer(address,uint256) (#441-444)
allowance(address,address) should be declared external:
- SantaLottery.allowance(address,address) (#445-447)
approve(address,uint256) should be declared external:
- SantaLottery.approve(address,uint256) (#448-451)
transferFrom(address,address,uint256) should be declared external:
- SantaLottery.transferFrom(address,address,uint256) (#452-456)
increaseAllowance(address,uint256) should be declared external:
- SantaLottery.increaseAllowance(address,uint256) (#457-460)
decreaseAllowance(address,uint256) should be declared external:
- SantaLottery.decreaseAllowance(address,uint256) (#461-464)
isExcludedFromReward(address) should be declared external:
- SantaLottery.isExcludedFromReward(address) (#465-467)
totalFees() should be declared external:
- SantaLottery.totalFees() (#468-470)
deliver(uint256) should be declared external:
- SantaLottery.deliver(uint256) (#471-478)
reflectionFromToken(uint256,bool) should be declared external:
- SantaLottery.reflectionFromToken(uint256,bool) (#479-488)
excludeFromReward(address) should be declared external:
- SantaLottery.excludeFromReward(address) (#494-501)
setSwapAndLiquifyEnabled(bool) should be declared external:
- SantaLottery.setSwapAndLiquifyEnabled(bool) (#525-528)
isExcludedFromFee(address) should be declared external:
- SantaLottery.isExcludedFromFee(address) (#612-614)
Use the external attribute for functions never called from the contract.
Additional information: link
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Number of Binance Smart Chain (BSC) token holders is low.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find PancakeSwap trading pair to compute liquidity.
Unable to find PancakeSwap trading pair to compute volume.
Unable to find PancakeSwap trading pair to compute number of swaps.
Unable to find website, listings and other project-related information
Young tokens have high risks of price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts