SantaMAX is back stronger with greater rewards to holders at Christmas and New Year.
Join the Christmas revolution now.
https://t.co/JUppxc4A8M
Reentrancy in SANTAMAX._transfer(address,address,uint256) (#1003-1047):
External calls:
- swapAndLiquify(contractTokenBalance) (#1034)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1095-1102)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1081-1087)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1034)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1095-1102)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1046)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#959)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1137)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1128)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#875)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1129)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1148)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1149)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1139)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#877)
- _tokenTransfer(from,to,amount,takeFee) (#1046)
- _rTotal = _rTotal.sub(rFee) (#914)
- _tokenTransfer(from,to,amount,takeFee) (#1046)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#961)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1147)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#874)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1138)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#876)
Apply the check-effects-interactions pattern.
Additional information: link
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
SANTAMAX.addLiquidity(uint256,uint256) (#1090-1103) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1095-1102)
Ensure that all the return values of the function calls are used.
Additional information: link
SANTAMAX.allowance(address,address).owner (#791) shadows:
- Ownable.owner() (#427-429) (function)
SANTAMAX._approve(address,address,uint256).owner (#995) shadows:
- Ownable.owner() (#427-429) (function)
Rename the local variables that shadow another component.
Additional information: link
SANTAMAX.setTaxFeePercent(uint256) (#891-893) should emit an event for:
- _taxFee = taxFee (#892)
SANTAMAX.setLiquidityFeePercent(uint256) (#895-897) should emit an event for:
- _liquidityFee = liquidityFee (#896)
SANTAMAX.setMaxTxPercent(uint256) (#899-903) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#900-902)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in SANTAMAX._transfer(address,address,uint256) (#1003-1047):
External calls:
- swapAndLiquify(contractTokenBalance) (#1034)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1095-1102)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1081-1087)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1034)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1095-1102)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1046)
- _liquidityFee = _previousLiquidityFee (#988)
- _liquidityFee = 0 (#983)
- _tokenTransfer(from,to,amount,takeFee) (#1046)
- _previousLiquidityFee = _liquidityFee (#980)
- _tokenTransfer(from,to,amount,takeFee) (#1046)
- _previousTaxFee = _taxFee (#979)
- _tokenTransfer(from,to,amount,takeFee) (#1046)
- _tFeeTotal = _tFeeTotal.add(tFee) (#915)
- _tokenTransfer(from,to,amount,takeFee) (#1046)
- _taxFee = _previousTaxFee (#987)
- _taxFee = 0 (#982)
Reentrancy in SANTAMAX.constructor() (#747-763):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#752-753)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#759)
- _isExcludedFromFee[address(this)] = true (#760)
- uniswapV2Router = _uniswapV2Router (#756)
Reentrancy in SANTAMAX.swapAndLiquify(uint256) (#1049-1070):
External calls:
- swapTokensForEth(half) (#1061)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1081-1087)
- addLiquidity(otherHalf,newBalance) (#1067)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1095-1102)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1067)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1095-1102)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1067)
- _allowances[owner][spender] = amount (#999)
Reentrancy in SANTAMAX.transferFrom(address,address,uint256) (#800-804):
External calls:
- _transfer(sender,recipient,amount) (#801)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1095-1102)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1081-1087)
External calls sending eth:
- _transfer(sender,recipient,amount) (#801)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1095-1102)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#802)
- _allowances[owner][spender] = amount (#999)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in SANTAMAX._transfer(address,address,uint256) (#1003-1047):
External calls:
- swapAndLiquify(contractTokenBalance) (#1034)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1095-1102)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1081-1087)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1034)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1095-1102)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1132)
- _tokenTransfer(from,to,amount,takeFee) (#1046)
- Transfer(sender,recipient,tTransferAmount) (#1152)
- _tokenTransfer(from,to,amount,takeFee) (#1046)
- Transfer(sender,recipient,tTransferAmount) (#1142)
- _tokenTransfer(from,to,amount,takeFee) (#1046)
- Transfer(sender,recipient,tTransferAmount) (#880)
- _tokenTransfer(from,to,amount,takeFee) (#1046)
Reentrancy in SANTAMAX.constructor() (#747-763):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#752-753)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#762)
Reentrancy in SANTAMAX.swapAndLiquify(uint256) (#1049-1070):
External calls:
- swapTokensForEth(half) (#1061)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1081-1087)
- addLiquidity(otherHalf,newBalance) (#1067)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1095-1102)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1067)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1095-1102)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1000)
- addLiquidity(otherHalf,newBalance) (#1067)
- SwapAndLiquify(half,newBalance,otherHalf) (#1069)
Reentrancy in SANTAMAX.transferFrom(address,address,uint256) (#800-804):
External calls:
- _transfer(sender,recipient,amount) (#801)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1095-1102)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1081-1087)
External calls sending eth:
- _transfer(sender,recipient,amount) (#801)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1095-1102)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1000)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#802)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#474-479) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#476)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#279-288) uses assembly
- INLINE ASM (#286)
Address._functionCallWithValue(address,bytes,uint256,string) (#372-393) uses assembly
- INLINE ASM (#385-388)
Do not use evm assembly.
Additional information: link
SANTAMAX.includeInReward(address) (#860-871) has costly operations inside a loop:
- _excluded.pop() (#867)
Use a local variable to hold the loop computation result.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#372-393) is never used and should be removed
Address.functionCall(address,bytes) (#332-334) is never used and should be removed
Address.functionCall(address,bytes,string) (#342-344) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#357-359) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#367-370) is never used and should be removed
Address.isContract(address) (#279-288) is never used and should be removed
Address.sendValue(address,uint256) (#306-312) is never used and should be removed
Context._msgData() (#251-254) is never used and should be removed
SafeMath.mod(uint256,uint256) (#224-226) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#240-243) is never used and should be removed
Remove unused functions.
Additional information: link
SANTAMAX._rTotal (#711) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
SANTAMAX._previousTaxFee (#719) is set pre-construction with a non-constant function or state variable:
- _taxFee
SANTAMAX._previousLiquidityFee (#722) 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) (#306-312):
- (success) = recipient.call{value: amount}() (#310)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#372-393):
- (success,returndata) = target.call{value: weiValue}(data) (#376)
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() (#518) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#519) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#536) is not in mixedCase
Function IUniswapV2Router01.WETH() (#558) is not in mixedCase
Parameter SANTAMAX.setSwapAndLiquifyEnabled(bool)._enabled (#905) is not in mixedCase
Parameter SANTAMAX.calculateTaxFee(uint256)._amount (#964) is not in mixedCase
Parameter SANTAMAX.calculateLiquidityFee(uint256)._amount (#970) is not in mixedCase
Variable SANTAMAX._taxFee (#718) is not in mixedCase
Variable SANTAMAX._liquidityFee (#721) is not in mixedCase
Variable SANTAMAX._maxTxAmount (#730) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#252)" inContext (#246-255)
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 (#563) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#564)
Variable SANTAMAX._transferFromExcluded(address,address,uint256).rTransferAmount (#1146) is too similar to SANTAMAX._getValues(uint256).tTransferAmount (#919)
Variable SANTAMAX.reflectionFromToken(uint256,bool).rTransferAmount (#839) is too similar to SANTAMAX._getValues(uint256).tTransferAmount (#919)
Variable SANTAMAX._transferBothExcluded(address,address,uint256).rTransferAmount (#873) is too similar to SANTAMAX._transferBothExcluded(address,address,uint256).tTransferAmount (#873)
Variable SANTAMAX._transferStandard(address,address,uint256).rTransferAmount (#1127) is too similar to SANTAMAX._transferBothExcluded(address,address,uint256).tTransferAmount (#873)
Variable SANTAMAX._transferStandard(address,address,uint256).rTransferAmount (#1127) is too similar to SANTAMAX._transferStandard(address,address,uint256).tTransferAmount (#1127)
Variable SANTAMAX._transferBothExcluded(address,address,uint256).rTransferAmount (#873) is too similar to SANTAMAX._transferToExcluded(address,address,uint256).tTransferAmount (#1136)
Variable SANTAMAX._transferToExcluded(address,address,uint256).rTransferAmount (#1136) is too similar to SANTAMAX._transferToExcluded(address,address,uint256).tTransferAmount (#1136)
Variable SANTAMAX._transferStandard(address,address,uint256).rTransferAmount (#1127) is too similar to SANTAMAX._transferToExcluded(address,address,uint256).tTransferAmount (#1136)
Variable SANTAMAX._transferFromExcluded(address,address,uint256).rTransferAmount (#1146) is too similar to SANTAMAX._transferBothExcluded(address,address,uint256).tTransferAmount (#873)
Variable SANTAMAX.reflectionFromToken(uint256,bool).rTransferAmount (#839) is too similar to SANTAMAX._transferBothExcluded(address,address,uint256).tTransferAmount (#873)
Variable SANTAMAX._transferStandard(address,address,uint256).rTransferAmount (#1127) is too similar to SANTAMAX._getTValues(uint256).tTransferAmount (#927)
Variable SANTAMAX._transferBothExcluded(address,address,uint256).rTransferAmount (#873) is too similar to SANTAMAX._getValues(uint256).tTransferAmount (#919)
Variable SANTAMAX._transferFromExcluded(address,address,uint256).rTransferAmount (#1146) is too similar to SANTAMAX._transferStandard(address,address,uint256).tTransferAmount (#1127)
Variable SANTAMAX._transferFromExcluded(address,address,uint256).rTransferAmount (#1146) is too similar to SANTAMAX._transferToExcluded(address,address,uint256).tTransferAmount (#1136)
Variable SANTAMAX.reflectionFromToken(uint256,bool).rTransferAmount (#839) is too similar to SANTAMAX._transferToExcluded(address,address,uint256).tTransferAmount (#1136)
Variable SANTAMAX._transferToExcluded(address,address,uint256).rTransferAmount (#1136) is too similar to SANTAMAX._getValues(uint256).tTransferAmount (#919)
Variable SANTAMAX._transferStandard(address,address,uint256).rTransferAmount (#1127) is too similar to SANTAMAX._getValues(uint256).tTransferAmount (#919)
Variable SANTAMAX._transferFromExcluded(address,address,uint256).rTransferAmount (#1146) is too similar to SANTAMAX._transferFromExcluded(address,address,uint256).tTransferAmount (#1146)
Variable SANTAMAX._transferFromExcluded(address,address,uint256).rTransferAmount (#1146) is too similar to SANTAMAX._getTValues(uint256).tTransferAmount (#927)
Variable SANTAMAX.reflectionFromToken(uint256,bool).rTransferAmount (#839) is too similar to SANTAMAX._transferStandard(address,address,uint256).tTransferAmount (#1127)
Variable SANTAMAX._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#935) is too similar to SANTAMAX._transferStandard(address,address,uint256).tTransferAmount (#1127)
Variable SANTAMAX._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#935) is too similar to SANTAMAX._transferToExcluded(address,address,uint256).tTransferAmount (#1136)
Variable SANTAMAX._transferBothExcluded(address,address,uint256).rTransferAmount (#873) is too similar to SANTAMAX._getTValues(uint256).tTransferAmount (#927)
Variable SANTAMAX._getValues(uint256).rTransferAmount (#920) is too similar to SANTAMAX._transferBothExcluded(address,address,uint256).tTransferAmount (#873)
Variable SANTAMAX._transferBothExcluded(address,address,uint256).rTransferAmount (#873) is too similar to SANTAMAX._transferStandard(address,address,uint256).tTransferAmount (#1127)
Variable SANTAMAX._getValues(uint256).rTransferAmount (#920) is too similar to SANTAMAX._getTValues(uint256).tTransferAmount (#927)
Variable SANTAMAX._transferToExcluded(address,address,uint256).rTransferAmount (#1136) is too similar to SANTAMAX._getTValues(uint256).tTransferAmount (#927)
Variable SANTAMAX._getValues(uint256).rTransferAmount (#920) is too similar to SANTAMAX._transferStandard(address,address,uint256).tTransferAmount (#1127)
Variable SANTAMAX._transferToExcluded(address,address,uint256).rTransferAmount (#1136) is too similar to SANTAMAX._transferBothExcluded(address,address,uint256).tTransferAmount (#873)
Variable SANTAMAX._getValues(uint256).rTransferAmount (#920) is too similar to SANTAMAX._transferToExcluded(address,address,uint256).tTransferAmount (#1136)
Variable SANTAMAX._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#935) is too similar to SANTAMAX._transferFromExcluded(address,address,uint256).tTransferAmount (#1146)
Variable SANTAMAX.reflectionFromToken(uint256,bool).rTransferAmount (#839) is too similar to SANTAMAX._transferFromExcluded(address,address,uint256).tTransferAmount (#1146)
Variable SANTAMAX._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#935) is too similar to SANTAMAX._getValues(uint256).tTransferAmount (#919)
Variable SANTAMAX._transferToExcluded(address,address,uint256).rTransferAmount (#1136) is too similar to SANTAMAX._transferStandard(address,address,uint256).tTransferAmount (#1127)
Variable SANTAMAX._transferBothExcluded(address,address,uint256).rTransferAmount (#873) is too similar to SANTAMAX._transferFromExcluded(address,address,uint256).tTransferAmount (#1146)
Variable SANTAMAX._getValues(uint256).rTransferAmount (#920) is too similar to SANTAMAX._transferFromExcluded(address,address,uint256).tTransferAmount (#1146)
Variable SANTAMAX._transferStandard(address,address,uint256).rTransferAmount (#1127) is too similar to SANTAMAX._transferFromExcluded(address,address,uint256).tTransferAmount (#1146)
Variable SANTAMAX._getValues(uint256).rTransferAmount (#920) is too similar to SANTAMAX._getValues(uint256).tTransferAmount (#919)
Variable SANTAMAX._transferToExcluded(address,address,uint256).rTransferAmount (#1136) is too similar to SANTAMAX._transferFromExcluded(address,address,uint256).tTransferAmount (#1146)
Variable SANTAMAX._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#935) is too similar to SANTAMAX._getTValues(uint256).tTransferAmount (#927)
Variable SANTAMAX.reflectionFromToken(uint256,bool).rTransferAmount (#839) is too similar to SANTAMAX._getTValues(uint256).tTransferAmount (#927)
Variable SANTAMAX._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#935) is too similar to SANTAMAX._transferBothExcluded(address,address,uint256).tTransferAmount (#873)
Prevent variables from having similar names.
Additional information: link
SANTAMAX.slitherConstructorVariables() (#696-1159) uses literals with too many digits:
- _tTotal = 20000000 * 10 ** 1 * 10 ** 18 (#710)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
SANTAMAX._decimals (#716) should be constant
SANTAMAX._name (#714) should be constant
SANTAMAX._symbol (#715) should be constant
SANTAMAX._tTotal (#710) should be constant
SANTAMAX.numTokensSellToAddToLiquidity (#731) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#446-449)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#455-459)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#461-463)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#466-471)
unlock() should be declared external:
- Ownable.unlock() (#474-479)
name() should be declared external:
- SANTAMAX.name() (#765-767)
symbol() should be declared external:
- SANTAMAX.symbol() (#769-771)
decimals() should be declared external:
- SANTAMAX.decimals() (#773-775)
totalSupply() should be declared external:
- SANTAMAX.totalSupply() (#777-779)
transfer(address,uint256) should be declared external:
- SANTAMAX.transfer(address,uint256) (#786-789)
allowance(address,address) should be declared external:
- SANTAMAX.allowance(address,address) (#791-793)
approve(address,uint256) should be declared external:
- SANTAMAX.approve(address,uint256) (#795-798)
transferFrom(address,address,uint256) should be declared external:
- SANTAMAX.transferFrom(address,address,uint256) (#800-804)
increaseAllowance(address,uint256) should be declared external:
- SANTAMAX.increaseAllowance(address,uint256) (#806-809)
decreaseAllowance(address,uint256) should be declared external:
- SANTAMAX.decreaseAllowance(address,uint256) (#811-814)
isExcludedFromReward(address) should be declared external:
- SANTAMAX.isExcludedFromReward(address) (#816-818)
totalFees() should be declared external:
- SANTAMAX.totalFees() (#820-822)
deliver(uint256) should be declared external:
- SANTAMAX.deliver(uint256) (#824-831)
reflectionFromToken(uint256,bool) should be declared external:
- SANTAMAX.reflectionFromToken(uint256,bool) (#833-842)
excludeFromReward(address) should be declared external:
- SANTAMAX.excludeFromReward(address) (#850-858)
excludeFromFee(address) should be declared external:
- SANTAMAX.excludeFromFee(address) (#883-885)
includeInFee(address) should be declared external:
- SANTAMAX.includeInFee(address) (#887-889)
setSwapAndLiquifyEnabled(bool) should be declared external:
- SANTAMAX.setSwapAndLiquifyEnabled(bool) (#905-908)
isExcludedFromFee(address) should be declared external:
- SANTAMAX.isExcludedFromFee(address) (#991-993)
Use the external attribute for functions never called from the contract.
Additional information: link
Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
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.
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 find token/project description on the website or on BscScan, CoinMarketCap
Unable to find whitepaper link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Young tokens have high risks of 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
Last post in Twitter was more than 30 days ago
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account
Twitter account has few posts