Syndrome Swap is a crypto project based on the above idea of connecting the metaverse , and Syndrome Treatment to the real world and Syndrome Patients as a Charity The mission and vision of this project is to allow everyone to help Syndrome Patients for Treatment and enter into the healthy world.
The Bridge between the Metaverse and Real World is uniquely formed by allowing SyndromeSwap Metaverse participants to have their accumulated tokens invested in the investments and Charity thus participating in Charity as well as other fees generated within the platform such as arrangement fees, selling fees, advertising etc .
Reentrancy in SyndromeSwap._transfer(address,address,uint256) (#993-1039):
External calls:
- swapAndLiquify(contractTokenBalance) (#1026)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1073-1079)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1026)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1038)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#938)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1120)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1129)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#854)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1140)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1121)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1131)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1141)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#856)
- _tokenTransfer(from,to,amount,takeFee) (#1038)
- _rTotal = _rTotal.sub(rFee) (#893)
- _tokenTransfer(from,to,amount,takeFee) (#1038)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#940)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1139)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#853)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1130)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#855)
Apply the check-effects-interactions pattern.
Additional information: link
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
SyndromeSwap.addLiquidity(uint256,uint256) (#1082-1095) ignores return value by pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
Ensure that all the return values of the function calls are used.
Additional information: link
SyndromeSwap.allowance(address,address).owner (#771) shadows:
- Ownable.owner() (#414-416) (function)
SyndromeSwap._approve(address,address,uint256).owner (#974) shadows:
- Ownable.owner() (#414-416) (function)
Rename the local variables that shadow another component.
Additional information: link
SyndromeSwap.setTaxFeePercent(uint256) (#870-872) should emit an event for:
- _taxFee = taxFee (#871)
SyndromeSwap.setLiquidityFeePercent(uint256) (#874-876) should emit an event for:
- _liquidityFee = liquidityFee (#875)
SyndromeSwap.setMaxTxPercent(uint256) (#878-882) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#879-881)
Emit an event for critical parameter changes.
Additional information: link
SyndromeSwap.setMaxAmountHook(address)._hook (#989) lacks a zero-check on :
- maxAmountHook = _hook (#990)
Check that the address is not zero.
Additional information: link
Reentrancy in SyndromeSwap._transfer(address,address,uint256) (#993-1039):
External calls:
- swapAndLiquify(contractTokenBalance) (#1026)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1073-1079)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1026)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1038)
- _liquidityFee = _previousLiquidityFee (#967)
- _liquidityFee = 0 (#962)
- _tokenTransfer(from,to,amount,takeFee) (#1038)
- _previousLiquidityFee = _liquidityFee (#959)
- _tokenTransfer(from,to,amount,takeFee) (#1038)
- _previousTaxFee = _taxFee (#958)
- _tokenTransfer(from,to,amount,takeFee) (#1038)
- _tFeeTotal = _tFeeTotal.add(tFee) (#894)
- _tokenTransfer(from,to,amount,takeFee) (#1038)
- _taxFee = _previousTaxFee (#966)
- _taxFee = 0 (#961)
Reentrancy in SyndromeSwap.constructor() (#727-743):
External calls:
- pancakePair = IPancakeFactory(_pancakeRouter.factory()).createPair(address(this),_pancakeRouter.WETH()) (#732-733)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#739)
- _isExcludedFromFee[address(this)] = true (#740)
- pancakeRouter = _pancakeRouter (#736)
Reentrancy in SyndromeSwap.swapAndLiquify(uint256) (#1041-1062):
External calls:
- swapTokensForEth(half) (#1053)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1073-1079)
- addLiquidity(otherHalf,newBalance) (#1059)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1059)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1059)
- _allowances[owner][spender] = amount (#978)
Reentrancy in SyndromeSwap.transferFrom(address,address,uint256) (#780-784):
External calls:
- _transfer(sender,recipient,amount) (#781)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1073-1079)
External calls sending eth:
- _transfer(sender,recipient,amount) (#781)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#782)
- _allowances[owner][spender] = amount (#978)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in SyndromeSwap._transfer(address,address,uint256) (#993-1039):
External calls:
- swapAndLiquify(contractTokenBalance) (#1026)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1073-1079)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1026)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1124)
- _tokenTransfer(from,to,amount,takeFee) (#1038)
- Transfer(sender,recipient,tTransferAmount) (#1144)
- _tokenTransfer(from,to,amount,takeFee) (#1038)
- Transfer(sender,recipient,tTransferAmount) (#1134)
- _tokenTransfer(from,to,amount,takeFee) (#1038)
- Transfer(sender,recipient,tTransferAmount) (#859)
- _tokenTransfer(from,to,amount,takeFee) (#1038)
Reentrancy in SyndromeSwap.constructor() (#727-743):
External calls:
- pancakePair = IPancakeFactory(_pancakeRouter.factory()).createPair(address(this),_pancakeRouter.WETH()) (#732-733)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#742)
Reentrancy in SyndromeSwap.swapAndLiquify(uint256) (#1041-1062):
External calls:
- swapTokensForEth(half) (#1053)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1073-1079)
- addLiquidity(otherHalf,newBalance) (#1059)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1059)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#979)
- addLiquidity(otherHalf,newBalance) (#1059)
- SwapAndLiquify(half,newBalance,otherHalf) (#1061)
Reentrancy in SyndromeSwap.transferFrom(address,address,uint256) (#780-784):
External calls:
- _transfer(sender,recipient,amount) (#781)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1073-1079)
External calls sending eth:
- _transfer(sender,recipient,amount) (#781)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#979)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#782)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#461-466) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#463)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#266-275) uses assembly
- INLINE ASM (#273)
Address._functionCallWithValue(address,bytes,uint256,string) (#359-380) uses assembly
- INLINE ASM (#372-375)
Do not use evm assembly.
Additional information: link
SyndromeSwap.includeInReward(address) (#839-850) has costly operations inside a loop:
- _excluded.pop() (#846)
Use a local variable to hold the loop computation result.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#359-380) is never used and should be removed
Address.functionCall(address,bytes) (#319-321) is never used and should be removed
Address.functionCall(address,bytes,string) (#329-331) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#344-346) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#354-357) is never used and should be removed
Address.isContract(address) (#266-275) is never used and should be removed
Address.sendValue(address,uint256) (#293-299) is never used and should be removed
Context._msgData() (#238-241) is never used and should be removed
SafeMath.mod(uint256,uint256) (#211-213) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#227-230) is never used and should be removed
Remove unused functions.
Additional information: link
SyndromeSwap._rTotal (#691) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
SyndromeSwap._previousTaxFee (#699) is set pre-construction with a non-constant function or state variable:
- _taxFee
SyndromeSwap._previousLiquidityFee (#702) 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) (#293-299):
- (success) = recipient.call{value: amount}() (#297)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#359-380):
- (success,returndata) = target.call{value: weiValue}(data) (#363)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
SyndromeSwap (#676-1147) should inherit from IMaxAmountHook (#672-674)
Inherit from the missing interface or contract.
Additional information: link
Function IPancakePair.DOMAIN_SEPARATOR() (#500) is not in mixedCase
Function IPancakePair.PERMIT_TYPEHASH() (#501) is not in mixedCase
Function IPancakePair.MINIMUM_LIQUIDITY() (#518) is not in mixedCase
Function IPancakeRouter01.WETH() (#538) is not in mixedCase
Parameter SyndromeSwap.setSwapAndLiquifyEnabled(bool)._enabled (#884) is not in mixedCase
Parameter SyndromeSwap.calculateTaxFee(uint256)._amount (#943) is not in mixedCase
Parameter SyndromeSwap.calculateLiquidityFee(uint256)._amount (#949) is not in mixedCase
Parameter SyndromeSwap.setMaxAmountHook(address)._hook (#989) is not in mixedCase
Variable SyndromeSwap._taxFee (#698) is not in mixedCase
Variable SyndromeSwap._liquidityFee (#701) is not in mixedCase
Variable SyndromeSwap._maxTxAmount (#710) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#239)" inContext (#233-242)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#543) is too similar to IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#544)
Variable SyndromeSwap._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#914) is too similar to SyndromeSwap._transferStandard(address,address,uint256).tTransferAmount (#1119)
Variable SyndromeSwap._transferStandard(address,address,uint256).rTransferAmount (#1119) is too similar to SyndromeSwap._getTValues(uint256).tTransferAmount (#906)
Variable SyndromeSwap.reflectionFromToken(uint256,bool).rTransferAmount (#819) is too similar to SyndromeSwap._transferFromExcluded(address,address,uint256).tTransferAmount (#1138)
Variable SyndromeSwap.reflectionFromToken(uint256,bool).rTransferAmount (#819) is too similar to SyndromeSwap._getValues(uint256).tTransferAmount (#898)
Variable SyndromeSwap._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#914) is too similar to SyndromeSwap._getTValues(uint256).tTransferAmount (#906)
Variable SyndromeSwap._transferStandard(address,address,uint256).rTransferAmount (#1119) is too similar to SyndromeSwap._transferBothExcluded(address,address,uint256).tTransferAmount (#852)
Variable SyndromeSwap._transferFromExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to SyndromeSwap._transferFromExcluded(address,address,uint256).tTransferAmount (#1138)
Variable SyndromeSwap._transferFromExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to SyndromeSwap._getValues(uint256).tTransferAmount (#898)
Variable SyndromeSwap._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#914) is too similar to SyndromeSwap._transferBothExcluded(address,address,uint256).tTransferAmount (#852)
Variable SyndromeSwap._transferStandard(address,address,uint256).rTransferAmount (#1119) is too similar to SyndromeSwap._transferToExcluded(address,address,uint256).tTransferAmount (#1128)
Variable SyndromeSwap._transferStandard(address,address,uint256).rTransferAmount (#1119) is too similar to SyndromeSwap._transferFromExcluded(address,address,uint256).tTransferAmount (#1138)
Variable SyndromeSwap._transferBothExcluded(address,address,uint256).rTransferAmount (#852) is too similar to SyndromeSwap._transferBothExcluded(address,address,uint256).tTransferAmount (#852)
Variable SyndromeSwap._transferToExcluded(address,address,uint256).rTransferAmount (#1128) is too similar to SyndromeSwap._transferFromExcluded(address,address,uint256).tTransferAmount (#1138)
Variable SyndromeSwap._transferStandard(address,address,uint256).rTransferAmount (#1119) is too similar to SyndromeSwap._getValues(uint256).tTransferAmount (#898)
Variable SyndromeSwap._transferToExcluded(address,address,uint256).rTransferAmount (#1128) is too similar to SyndromeSwap._transferToExcluded(address,address,uint256).tTransferAmount (#1128)
Variable SyndromeSwap._getValues(uint256).rTransferAmount (#899) is too similar to SyndromeSwap._transferFromExcluded(address,address,uint256).tTransferAmount (#1138)
Variable SyndromeSwap._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#914) is too similar to SyndromeSwap._transferToExcluded(address,address,uint256).tTransferAmount (#1128)
Variable SyndromeSwap._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#914) is too similar to SyndromeSwap._transferFromExcluded(address,address,uint256).tTransferAmount (#1138)
Variable SyndromeSwap._transferToExcluded(address,address,uint256).rTransferAmount (#1128) is too similar to SyndromeSwap._getValues(uint256).tTransferAmount (#898)
Variable SyndromeSwap._getValues(uint256).rTransferAmount (#899) is too similar to SyndromeSwap._getValues(uint256).tTransferAmount (#898)
Variable SyndromeSwap._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#914) is too similar to SyndromeSwap._getValues(uint256).tTransferAmount (#898)
Variable SyndromeSwap._transferBothExcluded(address,address,uint256).rTransferAmount (#852) is too similar to SyndromeSwap._transferToExcluded(address,address,uint256).tTransferAmount (#1128)
Variable SyndromeSwap._transferBothExcluded(address,address,uint256).rTransferAmount (#852) is too similar to SyndromeSwap._transferFromExcluded(address,address,uint256).tTransferAmount (#1138)
Variable SyndromeSwap._transferBothExcluded(address,address,uint256).rTransferAmount (#852) is too similar to SyndromeSwap._getValues(uint256).tTransferAmount (#898)
Variable SyndromeSwap._transferStandard(address,address,uint256).rTransferAmount (#1119) is too similar to SyndromeSwap._transferStandard(address,address,uint256).tTransferAmount (#1119)
Variable SyndromeSwap._getValues(uint256).rTransferAmount (#899) is too similar to SyndromeSwap._transferBothExcluded(address,address,uint256).tTransferAmount (#852)
Variable SyndromeSwap._transferBothExcluded(address,address,uint256).rTransferAmount (#852) is too similar to SyndromeSwap._getTValues(uint256).tTransferAmount (#906)
Variable SyndromeSwap.reflectionFromToken(uint256,bool).rTransferAmount (#819) is too similar to SyndromeSwap._getTValues(uint256).tTransferAmount (#906)
Variable SyndromeSwap._transferBothExcluded(address,address,uint256).rTransferAmount (#852) is too similar to SyndromeSwap._transferStandard(address,address,uint256).tTransferAmount (#1119)
Variable SyndromeSwap.reflectionFromToken(uint256,bool).rTransferAmount (#819) is too similar to SyndromeSwap._transferStandard(address,address,uint256).tTransferAmount (#1119)
Variable SyndromeSwap._transferToExcluded(address,address,uint256).rTransferAmount (#1128) is too similar to SyndromeSwap._getTValues(uint256).tTransferAmount (#906)
Variable SyndromeSwap._transferFromExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to SyndromeSwap._getTValues(uint256).tTransferAmount (#906)
Variable SyndromeSwap.reflectionFromToken(uint256,bool).rTransferAmount (#819) is too similar to SyndromeSwap._transferToExcluded(address,address,uint256).tTransferAmount (#1128)
Variable SyndromeSwap._transferFromExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to SyndromeSwap._transferStandard(address,address,uint256).tTransferAmount (#1119)
Variable SyndromeSwap._transferToExcluded(address,address,uint256).rTransferAmount (#1128) is too similar to SyndromeSwap._transferStandard(address,address,uint256).tTransferAmount (#1119)
Variable SyndromeSwap._transferFromExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to SyndromeSwap._transferToExcluded(address,address,uint256).tTransferAmount (#1128)
Variable SyndromeSwap._getValues(uint256).rTransferAmount (#899) is too similar to SyndromeSwap._getTValues(uint256).tTransferAmount (#906)
Variable SyndromeSwap._getValues(uint256).rTransferAmount (#899) is too similar to SyndromeSwap._transferStandard(address,address,uint256).tTransferAmount (#1119)
Variable SyndromeSwap._getValues(uint256).rTransferAmount (#899) is too similar to SyndromeSwap._transferToExcluded(address,address,uint256).tTransferAmount (#1128)
Variable SyndromeSwap.reflectionFromToken(uint256,bool).rTransferAmount (#819) is too similar to SyndromeSwap._transferBothExcluded(address,address,uint256).tTransferAmount (#852)
Variable SyndromeSwap._transferFromExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to SyndromeSwap._transferBothExcluded(address,address,uint256).tTransferAmount (#852)
Variable SyndromeSwap._transferToExcluded(address,address,uint256).rTransferAmount (#1128) is too similar to SyndromeSwap._transferBothExcluded(address,address,uint256).tTransferAmount (#852)
Prevent variables from having similar names.
Additional information: link
SyndromeSwap._decimals (#696) should be constant
SyndromeSwap._name (#694) should be constant
SyndromeSwap._symbol (#695) should be constant
SyndromeSwap._tTotal (#690) should be constant
SyndromeSwap.numTokensSellToAddToLiquidity (#711) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#433-436)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#442-446)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#448-450)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#453-458)
unlock() should be declared external:
- Ownable.unlock() (#461-466)
name() should be declared external:
- SyndromeSwap.name() (#745-747)
symbol() should be declared external:
- SyndromeSwap.symbol() (#749-751)
decimals() should be declared external:
- SyndromeSwap.decimals() (#753-755)
totalSupply() should be declared external:
- SyndromeSwap.totalSupply() (#757-759)
transfer(address,uint256) should be declared external:
- SyndromeSwap.transfer(address,uint256) (#766-769)
allowance(address,address) should be declared external:
- SyndromeSwap.allowance(address,address) (#771-773)
approve(address,uint256) should be declared external:
- SyndromeSwap.approve(address,uint256) (#775-778)
transferFrom(address,address,uint256) should be declared external:
- SyndromeSwap.transferFrom(address,address,uint256) (#780-784)
increaseAllowance(address,uint256) should be declared external:
- SyndromeSwap.increaseAllowance(address,uint256) (#786-789)
decreaseAllowance(address,uint256) should be declared external:
- SyndromeSwap.decreaseAllowance(address,uint256) (#791-794)
isExcludedFromReward(address) should be declared external:
- SyndromeSwap.isExcludedFromReward(address) (#796-798)
totalFees() should be declared external:
- SyndromeSwap.totalFees() (#800-802)
deliver(uint256) should be declared external:
- SyndromeSwap.deliver(uint256) (#804-811)
reflectionFromToken(uint256,bool) should be declared external:
- SyndromeSwap.reflectionFromToken(uint256,bool) (#813-822)
excludeFromReward(address) should be declared external:
- SyndromeSwap.excludeFromReward(address) (#830-837)
excludeFromFee(address) should be declared external:
- SyndromeSwap.excludeFromFee(address) (#862-864)
includeInFee(address) should be declared external:
- SyndromeSwap.includeInFee(address) (#866-868)
setSwapAndLiquifyEnabled(bool) should be declared external:
- SyndromeSwap.setSwapAndLiquifyEnabled(bool) (#884-887)
isExcludedFromFee(address) should be declared external:
- SyndromeSwap.isExcludedFromFee(address) (#970-972)
setMaxAmountHook(address) should be declared external:
- SyndromeSwap.setMaxAmountHook(address) (#989-991)
Use the external attribute for functions never called from the contract.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token contract audit
Unable to find audit link on the website
Unable to find token on CoinMarketCap
Additional information: link
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
Unable to find Youtube account
Unable to find Discord account
Twitter account has few posts