Meta Nature Token Logo

MTN [Meta Nature] Token

About MTN

Listings

Token 2 years
white paper

Meta Nature Token is a token generated on the bep20 network. While its primary purpose is to green our world with income from taxes, holders in metaverse worlds
Our own NFT market and our own farm game are currently under development. It will be ready by the end of this year. Stakes on our website We will add and distribute high-rate stakes to our first holders, while airdropping the token we will issue for our game. Also on our website.We will add and let our holders guide our project.

Social

Laser Scorebeta Last Audit: 18 June 2022

report
Token has too many issues. Scam probability is high.

Anti-Scam

Links


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

SSIDToken.swapAndLiquify(uint256) (#748-755) ignores return value by IERC20(address(this)).transfer(_donationAddress,contractTokenBalance) (#752)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

SSIDToken.allowance(address,address).owner (#613) shadows:
- Ownable.owner() (#156-158) (function)
SSIDToken._approve(address,address,uint256).owner (#705) shadows:
- Ownable.owner() (#156-158) (function)
Rename the local variables that shadow another component.

Additional information: link

Ownable.unlock() (#197-202) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (#199)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#86-95) uses assembly
- INLINE ASM (#93)
Address._functionCallWithValue(address,bytes,uint256,string) (#123-140) uses assembly
- INLINE ASM (#132-135)
Do not use evm assembly.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#97-103):
- (success) = recipient.call{value: amount}() (#101)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#123-140):
- (success,returndata) = target.call{value: weiValue}(data) (#126)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Redundant expression "this (#10)" inContext (#4-13)
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 (#284) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#285)
Variable SSIDToken.reflectionFromToken(uint256,bool).rTransferAmount (#671) is too similar to SSIDToken._transferFromExcluded(address,address,uint256).tTransferAmount (#842)
Variable SSIDToken._transferBothExcluded(address,address,uint256).rTransferAmount (#854) is too similar to SSIDToken._transferToExcluded(address,address,uint256).tTransferAmount (#830)
Variable SSIDToken._getValues(uint256).rTransferAmount (#874) is too similar to SSIDToken._getTValues(uint256).tTransferAmount (#882)
Variable SSIDToken._transferBothExcluded(address,address,uint256).rTransferAmount (#854) is too similar to SSIDToken._transferStandard(address,address,uint256).tTransferAmount (#819)
Variable SSIDToken._transferFromExcluded(address,address,uint256).rTransferAmount (#842) is too similar to SSIDToken._getTValues(uint256).tTransferAmount (#882)
Variable SSIDToken._transferBothExcluded(address,address,uint256).rTransferAmount (#854) is too similar to SSIDToken._transferBothExcluded(address,address,uint256).tTransferAmount (#854)
Variable SSIDToken.reflectionFromToken(uint256,bool).rTransferAmount (#671) is too similar to SSIDToken._getValues(uint256).tTransferAmount (#873)
Variable SSIDToken._transferStandard(address,address,uint256).rTransferAmount (#819) is too similar to SSIDToken._transferToExcluded(address,address,uint256).tTransferAmount (#830)
Variable SSIDToken._transferStandard(address,address,uint256).rTransferAmount (#819) is too similar to SSIDToken._transferBothExcluded(address,address,uint256).tTransferAmount (#854)
Variable SSIDToken._transferStandard(address,address,uint256).rTransferAmount (#819) is too similar to SSIDToken._transferStandard(address,address,uint256).tTransferAmount (#819)
Variable SSIDToken.reflectionFromToken(uint256,bool).rTransferAmount (#671) is too similar to SSIDToken._getTValues(uint256).tTransferAmount (#882)
Variable SSIDToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#891) is too similar to SSIDToken._getValues(uint256).tTransferAmount (#873)
Variable SSIDToken._transferToExcluded(address,address,uint256).rTransferAmount (#830) is too similar to SSIDToken._transferToExcluded(address,address,uint256).tTransferAmount (#830)
Variable SSIDToken._getValues(uint256).rTransferAmount (#874) is too similar to SSIDToken._transferToExcluded(address,address,uint256).tTransferAmount (#830)
Variable SSIDToken._transferFromExcluded(address,address,uint256).rTransferAmount (#842) is too similar to SSIDToken._transferToExcluded(address,address,uint256).tTransferAmount (#830)
Variable SSIDToken._transferBothExcluded(address,address,uint256).rTransferAmount (#854) is too similar to SSIDToken._transferFromExcluded(address,address,uint256).tTransferAmount (#842)
Variable SSIDToken._getValues(uint256).rTransferAmount (#874) is too similar to SSIDToken._transferBothExcluded(address,address,uint256).tTransferAmount (#854)
Variable SSIDToken._getValues(uint256).rTransferAmount (#874) is too similar to SSIDToken._transferStandard(address,address,uint256).tTransferAmount (#819)
Variable SSIDToken._transferStandard(address,address,uint256).rTransferAmount (#819) is too similar to SSIDToken._transferFromExcluded(address,address,uint256).tTransferAmount (#842)
Variable SSIDToken._transferBothExcluded(address,address,uint256).rTransferAmount (#854) is too similar to SSIDToken._getValues(uint256).tTransferAmount (#873)
Variable SSIDToken.reflectionFromToken(uint256,bool).rTransferAmount (#671) is too similar to SSIDToken._transferToExcluded(address,address,uint256).tTransferAmount (#830)
Variable SSIDToken._transferStandard(address,address,uint256).rTransferAmount (#819) is too similar to SSIDToken._getValues(uint256).tTransferAmount (#873)
Variable SSIDToken._transferBothExcluded(address,address,uint256).rTransferAmount (#854) is too similar to SSIDToken._getTValues(uint256).tTransferAmount (#882)
Variable SSIDToken._getValues(uint256).rTransferAmount (#874) is too similar to SSIDToken._transferFromExcluded(address,address,uint256).tTransferAmount (#842)
Variable SSIDToken._transferFromExcluded(address,address,uint256).rTransferAmount (#842) is too similar to SSIDToken._transferFromExcluded(address,address,uint256).tTransferAmount (#842)
Variable SSIDToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#891) is too similar to SSIDToken._transferToExcluded(address,address,uint256).tTransferAmount (#830)
Variable SSIDToken._transferStandard(address,address,uint256).rTransferAmount (#819) is too similar to SSIDToken._getTValues(uint256).tTransferAmount (#882)
Variable SSIDToken._transferFromExcluded(address,address,uint256).rTransferAmount (#842) is too similar to SSIDToken._getValues(uint256).tTransferAmount (#873)
Variable SSIDToken._transferToExcluded(address,address,uint256).rTransferAmount (#830) is too similar to SSIDToken._getValues(uint256).tTransferAmount (#873)
Variable SSIDToken._getValues(uint256).rTransferAmount (#874) is too similar to SSIDToken._getValues(uint256).tTransferAmount (#873)
Variable SSIDToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#891) is too similar to SSIDToken._transferFromExcluded(address,address,uint256).tTransferAmount (#842)
Variable SSIDToken.reflectionFromToken(uint256,bool).rTransferAmount (#671) is too similar to SSIDToken._transferStandard(address,address,uint256).tTransferAmount (#819)
Variable SSIDToken.reflectionFromToken(uint256,bool).rTransferAmount (#671) is too similar to SSIDToken._transferBothExcluded(address,address,uint256).tTransferAmount (#854)
Variable SSIDToken._transferToExcluded(address,address,uint256).rTransferAmount (#830) is too similar to SSIDToken._transferStandard(address,address,uint256).tTransferAmount (#819)
Variable SSIDToken._transferToExcluded(address,address,uint256).rTransferAmount (#830) is too similar to SSIDToken._transferBothExcluded(address,address,uint256).tTransferAmount (#854)
Variable SSIDToken._transferToExcluded(address,address,uint256).rTransferAmount (#830) is too similar to SSIDToken._getTValues(uint256).tTransferAmount (#882)
Variable SSIDToken._transferToExcluded(address,address,uint256).rTransferAmount (#830) is too similar to SSIDToken._transferFromExcluded(address,address,uint256).tTransferAmount (#842)
Variable SSIDToken._transferFromExcluded(address,address,uint256).rTransferAmount (#842) is too similar to SSIDToken._transferStandard(address,address,uint256).tTransferAmount (#819)
Variable SSIDToken._transferFromExcluded(address,address,uint256).rTransferAmount (#842) is too similar to SSIDToken._transferBothExcluded(address,address,uint256).tTransferAmount (#854)
Variable SSIDToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#891) is too similar to SSIDToken._transferStandard(address,address,uint256).tTransferAmount (#819)
Variable SSIDToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#891) is too similar to SSIDToken._transferBothExcluded(address,address,uint256).tTransferAmount (#854)
Variable SSIDToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#891) is too similar to SSIDToken._getTValues(uint256).tTransferAmount (#882)
Prevent variables from having similar names.

Additional information: link

SSIDToken.slitherConstructorVariables() (#421-1007) uses literals with too many digits:
- _tTotal = 6000000000 * 10 ** _decimals (#439)
SSIDToken.slitherConstructorVariables() (#421-1007) uses literals with too many digits:
- _stopValue = 3000000000 * 10 ** _decimals (#440)
SSIDToken.slitherConstructorVariables() (#421-1007) uses literals with too many digits:
- _maxTxAmount = 1000000000000000000000000000 * 10 ** _decimals (#460)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SSIDToken.BUSD (#458) should be constant
SSIDToken._decimals (#436) should be constant
SSIDToken._name (#434) should be constant
SSIDToken._phaseTaxDestroy (#450) should be constant
SSIDToken._symbol (#435) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

Reentrancy in SSIDToken._transfer(address,address,uint256) (#713-746):
External calls:
- swapAndLiquify(contractTokenBalance) (#734)
- IERC20(address(this)).transfer(_donationAddress,contractTokenBalance) (#752)
- IALC(_donationAddress).swapAndLiquify(contractTokenBalance) (#754)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#745)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#915)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#832)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#821)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#822)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#845)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#857)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#846)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#834)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#859)
- _tokenTransfer(from,to,amount,takeFee) (#745)
- _rTotal = _rTotal.sub(rFee).sub(rBurn) (#866)
- _tokenTransfer(from,to,amount,takeFee) (#745)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#917)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#844)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#856)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#833)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#858)
- _tokenTransfer(from,to,amount,takeFee) (#745)
- _tTotal = _tTotal.sub(tBurn) (#869)
Apply the check-effects-interactions pattern.

Additional information: link

SSIDToken.setDonationAddress(address)._address (#1000) lacks a zero-check on :
- _donationAddress = _address (#1001)
Check that the address is not zero.

Additional information: link

Pragma version0.8.12 (#2) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.12 is not recommended for deployment
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

SSIDToken (#421-1007) should inherit from IALC (#416-418)
Inherit from the missing interface or contract.

Additional information: link

SSIDToken.addLiquidity(uint256,uint256) (#757-777) ignores return value by IERC20(address(this)).approve(address(uniswapV2Router),0) (#762)
SSIDToken.addLiquidity(uint256,uint256) (#757-777) ignores return value by IERC20(address(this)).approve(address(uniswapV2Router),115792089237316195423570985008687907853269984665640564039457584007913129639935) (#763)
SSIDToken.addLiquidity(uint256,uint256) (#757-777) ignores return value by IERC20(BUSD).approve(address(uniswapV2Router),0) (#764)
SSIDToken.addLiquidity(uint256,uint256) (#757-777) ignores return value by IERC20(BUSD).approve(address(uniswapV2Router),115792089237316195423570985008687907853269984665640564039457584007913129639935) (#765)
SSIDToken.addLiquidity(uint256,uint256) (#757-777) ignores return value by uniswapV2Router.addLiquidity(address(this),BUSD,token0Amt,token1Amt,0,0,address(this),block.timestamp) (#766-775)
Ensure that all the return values of the function calls are used.

Additional information: link

SSIDToken.setTaxFeePercent(uint256) (#968-970) should emit an event for:
- _taxFee = taxFee (#969)
SSIDToken.setBurnFeePercent(uint256) (#972-974) should emit an event for:
- _burnFee = burnFee (#973)
SSIDToken.setLiquidityFeePercent(uint256) (#976-978) should emit an event for:
- _liquidityFee = liquidityFee (#977)
SSIDToken.setMaxTxPercent(uint256,uint256) (#980-984) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** (uint256(maxTxDecimals) + 2)) (#981-983)
SSIDToken.setNumTokensSellToAddToLiquidity(uint256) (#986-988) should emit an event for:
- minimumTokensBeforeSwap = _minimumTokensBeforeSwap (#987)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in SSIDToken._transfer(address,address,uint256) (#713-746):
External calls:
- swapAndLiquify(contractTokenBalance) (#734)
- IERC20(address(this)).transfer(_donationAddress,contractTokenBalance) (#752)
- IALC(_donationAddress).swapAndLiquify(contractTokenBalance) (#754)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#745)
- _burnFee = _previousBurnFee (#952)
- _burnFee = 0 (#554)
- _burnFee = 0 (#946)
- _burnFee = 0 (#530)
- _burnFee = 0 (#556)
- _burnFee = 0 (#532)
- _burnFee = phasetaxDestroy[currentphase] (#540)
- _tokenTransfer(from,to,amount,takeFee) (#745)
- _liquidityFee = _previousLiquidityFee (#953)
- _liquidityFee = 0 (#947)
- _liquidityFee = 0 (#558)
- _liquidityFee = 0 (#534)
- _tokenTransfer(from,to,amount,takeFee) (#745)
- _previousBurnFee = _burnFee (#942)
- _previousBurnFee = _burnFee (#555)
- _previousBurnFee = _burnFee (#531)
- _previousBurnFee = _burnFee (#539)
- _tokenTransfer(from,to,amount,takeFee) (#745)
- _previousLiquidityFee = _liquidityFee (#943)
- _previousLiquidityFee = _liquidityFee (#557)
- _previousLiquidityFee = _liquidityFee (#533)
- _tokenTransfer(from,to,amount,takeFee) (#745)
- _previousTaxFee = _taxFee (#941)
- _previousTaxFee = _taxFee (#552)
- _previousTaxFee = _taxFee (#528)
- _previousTaxFee = _taxFee (#537)
- _tokenTransfer(from,to,amount,takeFee) (#745)
- _tBurnTotal = _tBurnTotal.add(tBurn) (#868)
- _tokenTransfer(from,to,amount,takeFee) (#745)
- _tFeeTotal = _tFeeTotal.add(tFee) (#867)
- _tokenTransfer(from,to,amount,takeFee) (#745)
- _taxFee = _previousTaxFee (#951)
- _taxFee = 0 (#553)
- _taxFee = 0 (#529)
- _taxFee = 0 (#945)
- _taxFee = phasetax[currentphase] (#538)
- _tokenTransfer(from,to,amount,takeFee) (#745)
- currentphase = currentphase + 1 (#525)
- _tokenTransfer(from,to,amount,takeFee) (#745)
- ended = true (#551)
- ended = true (#527)
- _tokenTransfer(from,to,amount,takeFee) (#745)
- peroidFinish = phaseEndTime[currentphase] (#541)
Reentrancy in SSIDToken.constructor() (#491-520):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),BUSD) (#495-496)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#500)
- _isExcludedFromFee[address(this)] = true (#501)
- phasetax[1] = 100 (#505)
- phasetax[2] = 92 (#506)
- phasetax[3] = 80 (#507)
- phasetax[4] = 64 (#508)
- phasetax[5] = 44 (#509)
- phasetax[6] = 28 (#510)
- phasetax[7] = 12 (#511)
- phasetaxDestroy[1] = 20 (#513)
- phasetaxDestroy[2] = 25 (#514)
- phasetaxDestroy[3] = 30 (#515)
- phasetaxDestroy[4] = 35 (#516)
- phasetaxDestroy[5] = 40 (#517)
- phasetaxDestroy[6] = 45 (#518)
- phasetaxDestroy[7] = 50 (#519)
- uniswapV2Router = _uniswapV2Router (#498)
Reentrancy in SSIDToken.transferFrom(address,address,uint256) (#622-626):
External calls:
- _transfer(sender,recipient,amount) (#623)
- IERC20(address(this)).transfer(_donationAddress,contractTokenBalance) (#752)
- IALC(_donationAddress).swapAndLiquify(contractTokenBalance) (#754)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#624)
- _allowances[owner][spender] = amount (#709)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in SSIDToken._transfer(address,address,uint256) (#713-746):
External calls:
- swapAndLiquify(contractTokenBalance) (#734)
- IERC20(address(this)).transfer(_donationAddress,contractTokenBalance) (#752)
- IALC(_donationAddress).swapAndLiquify(contractTokenBalance) (#754)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#825)
- _tokenTransfer(from,to,amount,takeFee) (#745)
- Transfer(sender,recipient,tTransferAmount) (#837)
- _tokenTransfer(from,to,amount,takeFee) (#745)
- Transfer(sender,recipient,tTransferAmount) (#849)
- _tokenTransfer(from,to,amount,takeFee) (#745)
- Transfer(sender,recipient,tTransferAmount) (#862)
- _tokenTransfer(from,to,amount,takeFee) (#745)
Reentrancy in SSIDToken.constructor() (#491-520):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),BUSD) (#495-496)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#503)
Reentrancy in SSIDToken.transferFrom(address,address,uint256) (#622-626):
External calls:
- _transfer(sender,recipient,amount) (#623)
- IERC20(address(this)).transfer(_donationAddress,contractTokenBalance) (#752)
- IALC(_donationAddress).swapAndLiquify(contractTokenBalance) (#754)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#710)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#624)
Apply the check-effects-interactions pattern.

Additional information: link

SSIDToken.includeInReward(address) (#692-703) has costly operations inside a loop:
- _excluded.pop() (#699)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#123-140) is never used and should be removed
Address.functionCall(address,bytes) (#106-108) is never used and should be removed
Address.functionCall(address,bytes,string) (#110-112) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#114-116) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#118-121) is never used and should be removed
Address.isContract(address) (#86-95) is never used and should be removed
Address.sendValue(address,uint256) (#97-103) is never used and should be removed
Context._msgData() (#9-12) is never used and should be removed
SSIDToken.TransferCharityETH(address,uint256) (#996-998) is never used and should be removed
SSIDToken.swapTokensForEth(uint256) (#779-795) is never used and should be removed
SafeMath.mod(uint256,uint256) (#74-76) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#78-81) is never used and should be removed
Remove unused functions.

Additional information: link

SSIDToken._tTotal (#439) is set pre-construction with a non-constant function or state variable:
- 6000000000 * 10 ** _decimals
SSIDToken._stopValue (#440) is set pre-construction with a non-constant function or state variable:
- 3000000000 * 10 ** _decimals
SSIDToken._rTotal (#441) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
SSIDToken._previousTaxFee (#449) is set pre-construction with a non-constant function or state variable:
- _taxFee
SSIDToken._previousBurnFee (#453) is set pre-construction with a non-constant function or state variable:
- _burnFee
SSIDToken._previousLiquidityFee (#456) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
SSIDToken._maxTxAmount (#460) is set pre-construction with a non-constant function or state variable:
- 1000000000000000000000000000 * 10 ** _decimals
SSIDToken.minimumTokensBeforeSwap (#461) is set pre-construction with a non-constant function or state variable:
- 100 * 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

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#241) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#242) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#258) is not in mixedCase
Function IUniswapV2Router01.WETH() (#279) is not in mixedCase
Parameter SSIDToken.calculateTaxFee(uint256)._amount (#920) is not in mixedCase
Parameter SSIDToken.calculateBurnFee(uint256)._amount (#926) is not in mixedCase
Parameter SSIDToken.calculateLiquidityFee(uint256)._amount (#932) is not in mixedCase
Parameter SSIDToken.setNumTokensSellToAddToLiquidity(uint256)._minimumTokensBeforeSwap (#986) is not in mixedCase
Parameter SSIDToken.setSwapAndLiquifyEnabled(bool)._enabled (#990) is not in mixedCase
Function SSIDToken.TransferCharityETH(address,uint256) (#996-998) is not in mixedCase
Parameter SSIDToken.setDonationAddress(address)._address (#1000) is not in mixedCase
Variable SSIDToken._stopValue (#440) is not in mixedCase
Variable SSIDToken._tDonationTotal (#444) is not in mixedCase
Variable SSIDToken._donationAddress (#446) is not in mixedCase
Variable SSIDToken._taxFee (#448) is not in mixedCase
Variable SSIDToken._phaseTaxDestroy (#450) is not in mixedCase
Variable SSIDToken._burnFee (#452) is not in mixedCase
Variable SSIDToken._liquidityFee (#455) is not in mixedCase
Variable SSIDToken.BUSD (#458) is not in mixedCase
Variable SSIDToken._maxTxAmount (#460) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#165-168)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#170-174)
getUnlockTime() should be declared external:
- Ownable.getUnlockTime() (#176-178)
getTime() should be declared external:
- Ownable.getTime() (#186-188)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#190-195)
unlock() should be declared external:
- Ownable.unlock() (#197-202)
name() should be declared external:
- SSIDToken.name() (#587-589)
symbol() should be declared external:
- SSIDToken.symbol() (#591-593)
decimals() should be declared external:
- SSIDToken.decimals() (#595-597)
totalSupply() should be declared external:
- SSIDToken.totalSupply() (#599-601)
transfer(address,uint256) should be declared external:
- SSIDToken.transfer(address,uint256) (#608-611)
allowance(address,address) should be declared external:
- SSIDToken.allowance(address,address) (#613-615)
approve(address,uint256) should be declared external:
- SSIDToken.approve(address,uint256) (#617-620)
transferFrom(address,address,uint256) should be declared external:
- SSIDToken.transferFrom(address,address,uint256) (#622-626)
increaseAllowance(address,uint256) should be declared external:
- SSIDToken.increaseAllowance(address,uint256) (#628-631)
decreaseAllowance(address,uint256) should be declared external:
- SSIDToken.decreaseAllowance(address,uint256) (#633-636)
isExcludedFromReward(address) should be declared external:
- SSIDToken.isExcludedFromReward(address) (#638-640)
totalFees() should be declared external:
- SSIDToken.totalFees() (#642-644)
totalBurn() should be declared external:
- SSIDToken.totalBurn() (#646-648)
minimumTokensBeforeSwapAmount() should be declared external:
- SSIDToken.minimumTokensBeforeSwapAmount() (#651-653)
deliver(uint256) should be declared external:
- SSIDToken.deliver(uint256) (#655-662)
reflectionFromToken(uint256,bool) should be declared external:
- SSIDToken.reflectionFromToken(uint256,bool) (#665-674)
excludeFromReward(address) should be declared external:
- SSIDToken.excludeFromReward(address) (#682-690)
addLiquidity(uint256,uint256) should be declared external:
- SSIDToken.addLiquidity(uint256,uint256) (#757-777)
isExcludedFromFee(address) should be declared external:
- SSIDToken.isExcludedFromFee(address) (#956-958)
excludeFromFee(address) should be declared external:
- SSIDToken.excludeFromFee(address) (#960-962)
includeInFee(address) should be declared external:
- SSIDToken.includeInFee(address) (#964-966)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:

Contract has 12% buy tax and 7% 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.


Number of Binance Smart Chain (BSC) token holders is low.


Token is deployed only at one blockchain


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


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 contract audit


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 audit link on the website


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Young tokens have high risks of scam / price dump / death


Young tokens have high risks of scam / price dump / death


Young tokens have high risks of scam / price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for MTN

News for MTN