ORGX uses the BSC to speed up the implementation of
transactions and reduce costs ORGX will enter the decentralization system through the ORGX token in renewable energy projects Through ORGX, all the energy produced from its projects will be sold to governments through blockchain.
Reentrancy in ORGONX._transfer(address,address,uint256) (#962-989):
External calls:
- swapAndLiquify(contractTokenBalance) (#984)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1037-1044)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1023-1029)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#984)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1037-1044)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#988)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#918)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1079)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1088)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1099)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1080)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#859)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1090)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1100)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#861)
- _tokenTransfer(from,to,amount) (#988)
- _rTotal = _rTotal.sub(rFee) (#873)
- _tokenTransfer(from,to,amount) (#988)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#920)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#858)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1098)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1089)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#860)
Apply the check-effects-interactions pattern.
Additional information: link
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
Contract ownership is not renounced (belongs to a wallet)
ORGONX.addLiquidity(uint256,uint256) (#1032-1045) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1037-1044)
Ensure that all the return values of the function calls are used.
Additional information: link
ORGONX.allowance(address,address).owner (#775) shadows:
- Ownable.owner() (#47-49) (function)
ORGONX._approve(address,address,uint256).owner (#954) shadows:
- Ownable.owner() (#47-49) (function)
Rename the local variables that shadow another component.
Additional information: link
ORGONX.setFeePercent(uint256,uint256) (#1119-1122) should emit an event for:
- _taxFee = taxFee (#1120)
- _liquidityFee = liquidityFee (#1121)
ORGONX.setNumTokensSellToAddToLiquidity(uint256) (#1124-1126) should emit an event for:
- numTokensSellToAddToLiquidity = newAmount * 10 ** 18 (#1125)
ORGONX.setMaxTxAmount(uint256) (#1128-1131) should emit an event for:
- _maxTxAmount = maxTxAmount * 10 ** 18 (#1130)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in ORGONX._transfer(address,address,uint256) (#962-989):
External calls:
- swapAndLiquify(contractTokenBalance) (#984)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1037-1044)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1023-1029)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#984)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1037-1044)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#988)
- _liquidityFee = _previousLiquidityFee (#947)
- _liquidityFee = 0 (#942)
- _tokenTransfer(from,to,amount) (#988)
- _previousLiquidityFee = _liquidityFee (#939)
- _tokenTransfer(from,to,amount) (#988)
- _previousTaxFee = _taxFee (#938)
- _tokenTransfer(from,to,amount) (#988)
- _tFeeTotal = _tFeeTotal.add(tFee) (#874)
- _tokenTransfer(from,to,amount) (#988)
- _taxFee = _previousTaxFee (#946)
- _taxFee = 0 (#941)
Reentrancy in ORGONX.constructor() (#731-747):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#736-737)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#743)
- _isExcludedFromFee[address(this)] = true (#744)
- uniswapV2Router = _uniswapV2Router (#740)
Reentrancy in ORGONX.swapAndLiquify(uint256) (#991-1012):
External calls:
- swapTokensForEth(half) (#1003)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1023-1029)
- addLiquidity(otherHalf,newBalance) (#1009)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1037-1044)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1009)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1037-1044)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1009)
- _allowances[owner][spender] = amount (#958)
Reentrancy in ORGONX.transferFrom(address,address,uint256) (#784-788):
External calls:
- _transfer(sender,recipient,amount) (#785)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1037-1044)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1023-1029)
External calls sending eth:
- _transfer(sender,recipient,amount) (#785)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1037-1044)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#786)
- _allowances[owner][spender] = amount (#958)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in ORGONX._transfer(address,address,uint256) (#962-989):
External calls:
- swapAndLiquify(contractTokenBalance) (#984)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1037-1044)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1023-1029)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#984)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1037-1044)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1083)
- _tokenTransfer(from,to,amount) (#988)
- Transfer(sender,recipient,tTransferAmount) (#1103)
- _tokenTransfer(from,to,amount) (#988)
- Transfer(sender,recipient,tTransferAmount) (#1093)
- _tokenTransfer(from,to,amount) (#988)
- Transfer(sender,recipient,tTransferAmount) (#864)
- _tokenTransfer(from,to,amount) (#988)
Reentrancy in ORGONX.constructor() (#731-747):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#736-737)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotal) (#746)
Reentrancy in ORGONX.swapAndLiquify(uint256) (#991-1012):
External calls:
- swapTokensForEth(half) (#1003)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1023-1029)
- addLiquidity(otherHalf,newBalance) (#1009)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1037-1044)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1009)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1037-1044)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#959)
- addLiquidity(otherHalf,newBalance) (#1009)
- SwapAndLiquify(half,newBalance,otherHalf) (#1011)
Reentrancy in ORGONX.transferFrom(address,address,uint256) (#784-788):
External calls:
- _transfer(sender,recipient,amount) (#785)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1037-1044)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1023-1029)
External calls sending eth:
- _transfer(sender,recipient,amount) (#785)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1037-1044)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#959)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#786)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#94-99) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (#96)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#351-360) uses assembly
- INLINE ASM (#358)
Address._functionCallWithValue(address,bytes,uint256,string) (#444-465) uses assembly
- INLINE ASM (#457-460)
Do not use evm assembly.
Additional information: link
ORGONX.includeInReward(address) (#843-854) has costly operations inside a loop:
- _excluded.pop() (#850)
Use a local variable to hold the loop computation result.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#547) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#548)
Variable ORGONX._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#894) is too similar to ORGONX._transferStandard(address,address,uint256).tTransferAmount (#1078)
Variable ORGONX._transferToExcluded(address,address,uint256).rTransferAmount (#1087) is too similar to ORGONX._transferBothExcluded(address,address,uint256).tTransferAmount (#857)
Variable ORGONX._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#894) is too similar to ORGONX._getValues(uint256).tTransferAmount (#878)
Variable ORGONX._transferFromExcluded(address,address,uint256).rTransferAmount (#1097) is too similar to ORGONX._transferBothExcluded(address,address,uint256).tTransferAmount (#857)
Variable ORGONX._transferStandard(address,address,uint256).rTransferAmount (#1078) is too similar to ORGONX._getTValues(uint256).tTransferAmount (#886)
Variable ORGONX._transferToExcluded(address,address,uint256).rTransferAmount (#1087) is too similar to ORGONX._transferStandard(address,address,uint256).tTransferAmount (#1078)
Variable ORGONX._transferBothExcluded(address,address,uint256).rTransferAmount (#857) is too similar to ORGONX._getTValues(uint256).tTransferAmount (#886)
Variable ORGONX._getValues(uint256).rTransferAmount (#879) is too similar to ORGONX._getTValues(uint256).tTransferAmount (#886)
Variable ORGONX._transferToExcluded(address,address,uint256).rTransferAmount (#1087) is too similar to ORGONX._getValues(uint256).tTransferAmount (#878)
Variable ORGONX._transferFromExcluded(address,address,uint256).rTransferAmount (#1097) is too similar to ORGONX._transferStandard(address,address,uint256).tTransferAmount (#1078)
Variable ORGONX._transferToExcluded(address,address,uint256).rTransferAmount (#1087) is too similar to ORGONX._getTValues(uint256).tTransferAmount (#886)
Variable ORGONX._transferFromExcluded(address,address,uint256).rTransferAmount (#1097) is too similar to ORGONX._getValues(uint256).tTransferAmount (#878)
Variable ORGONX._transferBothExcluded(address,address,uint256).rTransferAmount (#857) is too similar to ORGONX._transferBothExcluded(address,address,uint256).tTransferAmount (#857)
Variable ORGONX._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#894) is too similar to ORGONX._transferFromExcluded(address,address,uint256).tTransferAmount (#1097)
Variable ORGONX._transferStandard(address,address,uint256).rTransferAmount (#1078) is too similar to ORGONX._transferStandard(address,address,uint256).tTransferAmount (#1078)
Variable ORGONX._transferBothExcluded(address,address,uint256).rTransferAmount (#857) is too similar to ORGONX._transferStandard(address,address,uint256).tTransferAmount (#1078)
Variable ORGONX._transferStandard(address,address,uint256).rTransferAmount (#1078) is too similar to ORGONX._getValues(uint256).tTransferAmount (#878)
Variable ORGONX._transferBothExcluded(address,address,uint256).rTransferAmount (#857) is too similar to ORGONX._getValues(uint256).tTransferAmount (#878)
Variable ORGONX._transferToExcluded(address,address,uint256).rTransferAmount (#1087) is too similar to ORGONX._transferFromExcluded(address,address,uint256).tTransferAmount (#1097)
Variable ORGONX._transferToExcluded(address,address,uint256).rTransferAmount (#1087) is too similar to ORGONX._transferToExcluded(address,address,uint256).tTransferAmount (#1087)
Variable ORGONX._transferFromExcluded(address,address,uint256).rTransferAmount (#1097) is too similar to ORGONX._transferFromExcluded(address,address,uint256).tTransferAmount (#1097)
Variable ORGONX._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#894) is too similar to ORGONX._getTValues(uint256).tTransferAmount (#886)
Variable ORGONX._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#894) is too similar to ORGONX._transferBothExcluded(address,address,uint256).tTransferAmount (#857)
Variable ORGONX._transferBothExcluded(address,address,uint256).rTransferAmount (#857) is too similar to ORGONX._transferFromExcluded(address,address,uint256).tTransferAmount (#1097)
Variable ORGONX._transferFromExcluded(address,address,uint256).rTransferAmount (#1097) is too similar to ORGONX._getTValues(uint256).tTransferAmount (#886)
Variable ORGONX.reflectionFromToken(uint256,bool).rTransferAmount (#823) is too similar to ORGONX._transferFromExcluded(address,address,uint256).tTransferAmount (#1097)
Variable ORGONX._getValues(uint256).rTransferAmount (#879) is too similar to ORGONX._transferToExcluded(address,address,uint256).tTransferAmount (#1087)
Variable ORGONX.reflectionFromToken(uint256,bool).rTransferAmount (#823) is too similar to ORGONX._transferToExcluded(address,address,uint256).tTransferAmount (#1087)
Variable ORGONX._transferStandard(address,address,uint256).rTransferAmount (#1078) is too similar to ORGONX._transferFromExcluded(address,address,uint256).tTransferAmount (#1097)
Variable ORGONX._transferBothExcluded(address,address,uint256).rTransferAmount (#857) is too similar to ORGONX._transferToExcluded(address,address,uint256).tTransferAmount (#1087)
Variable ORGONX._getValues(uint256).rTransferAmount (#879) is too similar to ORGONX._getValues(uint256).tTransferAmount (#878)
Variable ORGONX._getValues(uint256).rTransferAmount (#879) is too similar to ORGONX._transferBothExcluded(address,address,uint256).tTransferAmount (#857)
Variable ORGONX._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#894) is too similar to ORGONX._transferToExcluded(address,address,uint256).tTransferAmount (#1087)
Variable ORGONX._getValues(uint256).rTransferAmount (#879) is too similar to ORGONX._transferStandard(address,address,uint256).tTransferAmount (#1078)
Variable ORGONX.reflectionFromToken(uint256,bool).rTransferAmount (#823) is too similar to ORGONX._getValues(uint256).tTransferAmount (#878)
Variable ORGONX.reflectionFromToken(uint256,bool).rTransferAmount (#823) is too similar to ORGONX._transferBothExcluded(address,address,uint256).tTransferAmount (#857)
Variable ORGONX.reflectionFromToken(uint256,bool).rTransferAmount (#823) is too similar to ORGONX._transferStandard(address,address,uint256).tTransferAmount (#1078)
Variable ORGONX._transferStandard(address,address,uint256).rTransferAmount (#1078) is too similar to ORGONX._transferToExcluded(address,address,uint256).tTransferAmount (#1087)
Variable ORGONX._transferStandard(address,address,uint256).rTransferAmount (#1078) is too similar to ORGONX._transferBothExcluded(address,address,uint256).tTransferAmount (#857)
Variable ORGONX._getValues(uint256).rTransferAmount (#879) is too similar to ORGONX._transferFromExcluded(address,address,uint256).tTransferAmount (#1097)
Variable ORGONX.reflectionFromToken(uint256,bool).rTransferAmount (#823) is too similar to ORGONX._getTValues(uint256).tTransferAmount (#886)
Variable ORGONX._transferFromExcluded(address,address,uint256).rTransferAmount (#1097) is too similar to ORGONX._transferToExcluded(address,address,uint256).tTransferAmount (#1087)
Prevent variables from having similar names.
Additional information: link
ORGONX.slitherConstructorVariables() (#680-1135) uses literals with too many digits:
- _tTotal = 850000000 * (10 ** 18) (#694)
ORGONX.slitherConstructorVariables() (#680-1135) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 1500000 * 10 ** 18 (#714)
ORGONX.slitherConstructorVariables() (#680-1135) uses literals with too many digits:
- _maxTxAmount = 850000000 * 10 ** 18 (#715)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
ORGONX._decimals (#700) should be constant
ORGONX._name (#698) should be constant
ORGONX._symbol (#699) should be constant
ORGONX._tTotal (#694) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#66-69)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#75-79)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#81-83)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#86-91)
unlock() should be declared external:
- Ownable.unlock() (#94-99)
name() should be declared external:
- ORGONX.name() (#749-751)
symbol() should be declared external:
- ORGONX.symbol() (#753-755)
decimals() should be declared external:
- ORGONX.decimals() (#757-759)
totalSupply() should be declared external:
- ORGONX.totalSupply() (#761-763)
transfer(address,uint256) should be declared external:
- ORGONX.transfer(address,uint256) (#770-773)
allowance(address,address) should be declared external:
- ORGONX.allowance(address,address) (#775-777)
approve(address,uint256) should be declared external:
- ORGONX.approve(address,uint256) (#779-782)
transferFrom(address,address,uint256) should be declared external:
- ORGONX.transferFrom(address,address,uint256) (#784-788)
increaseAllowance(address,uint256) should be declared external:
- ORGONX.increaseAllowance(address,uint256) (#790-793)
decreaseAllowance(address,uint256) should be declared external:
- ORGONX.decreaseAllowance(address,uint256) (#795-798)
isExcludedFromReward(address) should be declared external:
- ORGONX.isExcludedFromReward(address) (#800-802)
totalFees() should be declared external:
- ORGONX.totalFees() (#804-806)
deliver(uint256) should be declared external:
- ORGONX.deliver(uint256) (#808-815)
reflectionFromToken(uint256,bool) should be declared external:
- ORGONX.reflectionFromToken(uint256,bool) (#817-826)
excludeFromReward(address) should be declared external:
- ORGONX.excludeFromReward(address) (#834-841)
isExcludedFromFee(address) should be declared external:
- ORGONX.isExcludedFromFee(address) (#950-952)
excludeFromFee(address) should be declared external:
- ORGONX.excludeFromFee(address) (#1106-1108)
includeInFee(address) should be declared external:
- ORGONX.includeInFee(address) (#1110-1112)
setSwapAndLiquifyEnabled(bool) should be declared external:
- ORGONX.setSwapAndLiquifyEnabled(bool) (#1114-1117)
Use the external attribute for functions never called from the contract.
Additional information: link
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#504) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#505) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#521) is not in mixedCase
Function IUniswapV2Router01.WETH() (#542) is not in mixedCase
Parameter ORGONX.calculateTaxFee(uint256)._amount (#923) is not in mixedCase
Parameter ORGONX.calculateLiquidityFee(uint256)._amount (#929) is not in mixedCase
Parameter ORGONX.setSwapAndLiquifyEnabled(bool)._enabled (#1114) is not in mixedCase
Variable ORGONX._taxFee (#702) is not in mixedCase
Variable ORGONX._liquidityFee (#705) is not in mixedCase
Variable ORGONX._maxTxAmount (#715) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#444-465) is never used and should be removed
Address.functionCall(address,bytes) (#404-406) is never used and should be removed
Address.functionCall(address,bytes,string) (#414-416) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#429-431) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#439-442) is never used and should be removed
Address.isContract(address) (#351-360) is never used and should be removed
Address.sendValue(address,uint256) (#378-384) is never used and should be removed
Context._msgData() (#10-13) is never used and should be removed
SafeMath.mod(uint256,uint256) (#308-310) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#324-327) is never used and should be removed
Remove unused functions.
Additional information: link
Redundant expression "this (#11)" inContext (#5-14)
Remove redundant statements if they congest code but offer no value.
Additional information: link
ORGONX._rTotal (#695) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
ORGONX._previousTaxFee (#703) is set pre-construction with a non-constant function or state variable:
- _taxFee
ORGONX._previousLiquidityFee (#706) 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) (#378-384):
- (success) = recipient.call{value: amount}() (#382)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#444-465):
- (success,returndata) = target.call{value: weiValue}(data) (#448)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.
Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Contract has 0% buy tax and 2% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.
Token is deployed only at one blockchain
Token has only one trading pair
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
Unable to find Discord account