JEFE Token Logo

JEFE Token

About JEFE

Listings

Token 3 years
CoinGecko 2 years
CoinMarketCap 3 years
[CoinMarketCap] alert: Jefe Token BSC Contract has been migrated to Fantom contract address. Find more details in their Twitter.
[CoinGecko] alert: Jefe (JEFE) has recently migrated from their old contract to a new contract. For more information, please visit this post.

white paper

JEFE TOKEN is a premier gaming platform in the world of cryptocurrency, leveraging the power of NFTs with unparalleled utility in Play 2 Earn and Burn games within the ever-evolving Metaverse. Our platform offers cutting-edge virtual reality and mobile gaming experiences that truly push the limits of what is possible. At the heart of our platform is our vibrant community of $JEFES. These holders not only have a significant stake in the token, but are also uniquely represented in the games through JEFE NFT Avatars. Join our community today to experience the thrill of immersive gaming and cutting-edge blockchain technology, all in one incredible JEFE SOCIETY.

Welcome to the JEFE TOKEN NFT Collection, where you can find a wide variety of unique skins, wearables, avatars, land, accessories, and more. Our NFTs are assigned to different missions and challenges within the $JEFE ecosystem of games, and serve as your representation in the Metaverse and gaming-blockchain NFT games. FOUR MAJOR ELEMENTS THAT WE OFFER: Video Game Development Virtual Reality NFT Art Blockchain Technology SETTING THE MOOD WITH JEFE SOCIETY Our fusion of art and blockchain technology has resulted in the creation of JEFE NFTs, which are tokens bounded to images, video & music, that can be played in our games where you can learn & have fun competing with other JEFES from all over the world.

As a JEFE TOKEN holder, you're eligible for a unique FREE NFT mint of your unique avatar. All you have to do is contribute to the JEFE SOCIETY. TAX STRUCTURE Tax Structure: We are tax free.

Laser Scorebeta Last Audit: 31 July 2024

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.

Reentrancy in JEFE._transfer(address,address,uint256) (#745-785):
External calls:
- swapAndLiquify(contractTokenBalance) (#772)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#833-840)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#819-825)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#772)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#833-840)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#784)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#691)
- _rOwned[_vaultWalletAddress] = _rOwned[_vaultWalletAddress].add(rVault) (#699)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#876)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#866)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#888)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#867)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#603)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#889)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#878)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#605)
- _tokenTransfer(from,to,amount,takeFee) (#784)
- _rTotal = _rTotal.sub(rFee) (#644)
- _tokenTransfer(from,to,amount,takeFee) (#784)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#693)
- _tOwned[_vaultWalletAddress] = _tOwned[_vaultWalletAddress].add(tVault) (#701)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#602)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#887)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#877)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#604)
Apply the check-effects-interactions pattern.

Additional information: link

JEFE._isExcluded (#446) is never initialized. It is used in:
- JEFE.balanceOf(address) (#531-534)
- JEFE.deliver(uint256) (#572-579)
- JEFE._takeLiquidity(uint256) (#688-694)
- JEFE._takeVault(uint256) (#696-702)
- JEFE._tokenTransfer(address,address,uint256,bool) (#844-862)
JEFE._excluded (#447) is never initialized. It is used in:
- JEFE._getCurrentSupply() (#676-686)
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

Low level call in Address.functionDelegateCall(address,bytes,string) (#161-167):
- (success,returndata) = target.delegatecall(data) (#165)
Low level call in Address.sendValue(address,uint256) (#109-115):
- (success) = recipient.call{value: amount}() (#113)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#131-137):
- (success,returndata) = target.call{value: value}(data) (#135)
Low level call in Address.functionStaticCall(address,bytes,string) (#145-151):
- (success,returndata) = target.staticcall(data) (#149)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#169-186) uses assembly
- INLINE ASM (#178-181)
Address.isContract(address) (#97-106) uses assembly
- INLINE ASM (#104)
Do not use evm assembly.

Additional information: link

Redundant expression "this (#21)" inContext (#15-24)
Remove redundant statements if they congest code but offer no value.

Additional information: link

JEFE.slitherConstructorVariables() (#438-915) uses literals with too many digits:
- _maxTxAmount = 3000000 * 10 ** 6 * 10 ** 9 (#472)
JEFE.slitherConstructorVariables() (#438-915) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 5000000 * 10 ** 6 * 10 ** 9 (#473)
JEFE.slitherConstructorVariables() (#438-915) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#441)
JEFE.slitherConstructorVariables() (#438-915) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 9 (#461)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Ownable._lockTime (#191) is never used in JEFE (#438-915)
Ownable._previousOwner (#190) is never used in JEFE (#438-915)
Remove unused state variables.

Additional information: link

JEFE.numTokensSellToAddToLiquidity (#473) should be constant
Ownable._previousOwner (#190) should be constant
JEFE._symbol (#465) should be constant
JEFE._tTotal (#461) should be constant
JEFE._decimals (#453) should be constant
Ownable._lockTime (#191) should be constant
JEFE._name (#464) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

includeInFee(address) should be declared external:
- JEFE.includeInFee(address) (#910-912)
totalSupply() should be declared external:
- JEFE.totalSupply() (#527-529)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#214-217)
setSwapAndLiquifyEnabled(bool) should be declared external:
- JEFE.setSwapAndLiquifyEnabled(bool) (#635-638)
transfer(address,uint256) should be declared external:
- JEFE.transfer(address,uint256) (#536-539)
decreaseAllowance(address,uint256) should be declared external:
- JEFE.decreaseAllowance(address,uint256) (#561-564)
approve(address,uint256) should be declared external:
- JEFE.approve(address,uint256) (#545-548)
name() should be declared external:
- JEFE.name() (#510-512)
decimals() should be declared external:
- JEFE.decimals() (#523-525)
isExcludedFromFee(address) should be declared external:
- JEFE.isExcludedFromFee(address) (#902-904)
reflectionFromToken(uint256,bool) should be declared external:
- JEFE.reflectionFromToken(uint256,bool) (#581-590)
getVaultAddress() should be declared external:
- JEFE.getVaultAddress() (#514-516)
transferFrom(address,address,uint256) should be declared external:
- JEFE.transferFrom(address,address,uint256) (#550-554)
deliver(uint256) should be declared external:
- JEFE.deliver(uint256) (#572-579)
getTime() should be declared external:
- Ownable.getTime() (#227-229)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#220-224)
excludeFromFee(address) should be declared external:
- JEFE.excludeFromFee(address) (#906-908)
increaseAllowance(address,uint256) should be declared external:
- JEFE.increaseAllowance(address,uint256) (#556-559)
symbol() should be declared external:
- JEFE.symbol() (#519-521)
totalFees() should be declared external:
- JEFE.totalFees() (#568-570)
allowance(address,address) should be declared external:
- JEFE.allowance(address,address) (#541-543)
Use the external attribute for functions never called from the contract.

Additional information: link

JEFE.addLiquidity(uint256,uint256) (#828-841) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#833-840)
Ensure that all the return values of the function calls are used.

Additional information: link

JEFE.allowance(address,address).owner (#541) shadows:
- Ownable.owner() (#204-206) (function)
JEFE._approve(address,address,uint256).owner (#737) shadows:
- Ownable.owner() (#204-206) (function)
Rename the local variables that shadow another component.

Additional information: link

JEFE.setLiquidityFeePercent(uint256) (#625-627) should emit an event for:
- _liquidityFee = liquidityFee (#626)
JEFE.setMaxTxPercent(uint256) (#629-633) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#630-632)
JEFE.setVaultFeePercent(uint256) (#621-623) should emit an event for:
- _vaultFee = vaultFee (#622)
JEFE.setTaxFeePercent(uint256) (#617-619) should emit an event for:
- _taxFee = taxFee (#618)
Emit an event for critical parameter changes.

Additional information: link

JEFE.setVaultAddress(address).vaultAddress (#612) lacks a zero-check on :
- _vaultWalletAddress = vaultAddress (#613)
Check that the address is not zero.

Additional information: link

Reentrancy in JEFE.transferFrom(address,address,uint256) (#550-554):
External calls:
- _transfer(sender,recipient,amount) (#551)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#833-840)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#819-825)
External calls sending eth:
- _transfer(sender,recipient,amount) (#551)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#833-840)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#552)
- _allowances[owner][spender] = amount (#741)
Reentrancy in JEFE.swapAndLiquify(uint256) (#787-808):
External calls:
- swapTokensForEth(half) (#799)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#819-825)
- addLiquidity(otherHalf,newBalance) (#805)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#833-840)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#805)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#833-840)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#805)
- _allowances[owner][spender] = amount (#741)
Reentrancy in JEFE._transfer(address,address,uint256) (#745-785):
External calls:
- swapAndLiquify(contractTokenBalance) (#772)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#833-840)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#819-825)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#772)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#833-840)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#784)
- _liquidityFee = _previousLiquidityFee (#898)
- _liquidityFee = 0 (#732)
- _tokenTransfer(from,to,amount,takeFee) (#784)
- _previousLiquidityFee = _liquidityFee (#728)
- _tokenTransfer(from,to,amount,takeFee) (#784)
- _previousTaxFee = _taxFee (#726)
- _tokenTransfer(from,to,amount,takeFee) (#784)
- _previousVaultFee = _vaultFee (#727)
- _tokenTransfer(from,to,amount,takeFee) (#784)
- _tFeeTotal = _tFeeTotal.add(tFee) (#645)
- _tokenTransfer(from,to,amount,takeFee) (#784)
- _taxFee = _previousTaxFee (#897)
- _taxFee = 0 (#730)
- _tokenTransfer(from,to,amount,takeFee) (#784)
- _vaultFee = _previousVaultFee (#899)
- _vaultFee = 0 (#731)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in JEFE.transferFrom(address,address,uint256) (#550-554):
External calls:
- _transfer(sender,recipient,amount) (#551)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#833-840)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#819-825)
External calls sending eth:
- _transfer(sender,recipient,amount) (#551)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#833-840)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#742)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#552)
Reentrancy in JEFE.swapAndLiquify(uint256) (#787-808):
External calls:
- swapTokensForEth(half) (#799)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#819-825)
- addLiquidity(otherHalf,newBalance) (#805)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#833-840)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#805)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#833-840)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#742)
- addLiquidity(otherHalf,newBalance) (#805)
- SwapAndLiquify(half,newBalance,otherHalf) (#807)
Reentrancy in JEFE._transfer(address,address,uint256) (#745-785):
External calls:
- swapAndLiquify(contractTokenBalance) (#772)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#833-840)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#819-825)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#772)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#833-840)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#871)
- _tokenTransfer(from,to,amount,takeFee) (#784)
- Transfer(sender,recipient,tTransferAmount) (#882)
- _tokenTransfer(from,to,amount,takeFee) (#784)
- Transfer(sender,recipient,tTransferAmount) (#893)
- _tokenTransfer(from,to,amount,takeFee) (#784)
- Transfer(sender,recipient,tTransferAmount) (#609)
- _tokenTransfer(from,to,amount,takeFee) (#784)
Apply the check-effects-interactions pattern.

Additional information: link

Address.sendValue(address,uint256) (#109-115) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#127-129) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#161-167) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#154-156) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#88-91) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#131-137) is never used and should be removed
Context._msgData() (#20-23) is never used and should be removed
Address.functionStaticCall(address,bytes) (#140-142) is never used and should be removed
SafeMath.mod(uint256,uint256) (#84-86) is never used and should be removed
Address._verifyCallResult(bool,bytes,string) (#169-186) is never used and should be removed
Address.isContract(address) (#97-106) is never used and should be removed
Address.functionCall(address,bytes,string) (#123-125) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#145-151) is never used and should be removed
Address.functionCall(address,bytes) (#118-120) is never used and should be removed
Remove unused functions.

Additional information: link

JEFE._previousTaxFee (#455) is set pre-construction with a non-constant function or state variable:
- _taxFee
JEFE._previousVaultFee (#457) is set pre-construction with a non-constant function or state variable:
- _vaultFee
JEFE._rTotal (#462) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
JEFE._previousLiquidityFee (#459) 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

Parameter JEFE.calculateVaultFee(uint256)._amount (#704) is not in mixedCase
Parameter JEFE.calculateTaxFee(uint256)._amount (#710) is not in mixedCase
Variable JEFE._maxTxAmount (#472) is not in mixedCase
Variable JEFE._taxFee (#454) is not in mixedCase
Parameter JEFE.setSwapAndLiquifyEnabled(bool)._enabled (#635) is not in mixedCase
Variable JEFE._liquidityFee (#458) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#268) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#285) is not in mixedCase
Variable JEFE._vaultWalletAddress (#449) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#267) is not in mixedCase
Parameter JEFE.calculateLiquidityFee(uint256)._amount (#717) is not in mixedCase
Function IUniswapV2Router01.WETH() (#305) is not in mixedCase
Variable JEFE._vaultFee (#456) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable JEFE._transferBothExcluded(address,address,uint256).rTransferAmount (#601) is too similar to JEFE._getTValues(uint256).tTransferAmount (#658)
Variable JEFE._transferToExcluded(address,address,uint256).rTransferAmount (#875) is too similar to JEFE._transferToExcluded(address,address,uint256).tTransferAmount (#875)
Variable JEFE._transferStandard(address,address,uint256).rTransferAmount (#865) is too similar to JEFE._getValues(uint256).tTransferAmount (#649)
Variable JEFE.reflectionFromToken(uint256,bool).rTransferAmount (#587) is too similar to JEFE._transferFromExcluded(address,address,uint256).tTransferAmount (#886)
Variable JEFE._transferStandard(address,address,uint256).rTransferAmount (#865) is too similar to JEFE._transferToExcluded(address,address,uint256).tTransferAmount (#875)
Variable JEFE.reflectionFromToken(uint256,bool).rTransferAmount (#587) is too similar to JEFE._getValues(uint256).tTransferAmount (#649)
Variable JEFE._transferFromExcluded(address,address,uint256).rTransferAmount (#886) is too similar to JEFE._getValues(uint256).tTransferAmount (#649)
Variable JEFE._getValues(uint256).rTransferAmount (#650) is too similar to JEFE._transferBothExcluded(address,address,uint256).tTransferAmount (#601)
Variable JEFE.reflectionFromToken(uint256,bool).rTransferAmount (#587) is too similar to JEFE._transferStandard(address,address,uint256).tTransferAmount (#865)
Variable JEFE._transferFromExcluded(address,address,uint256).rTransferAmount (#886) is too similar to JEFE._transferToExcluded(address,address,uint256).tTransferAmount (#875)
Variable JEFE._transferFromExcluded(address,address,uint256).rTransferAmount (#886) is too similar to JEFE._getTValues(uint256).tTransferAmount (#658)
Variable JEFE._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#667) is too similar to JEFE._transferFromExcluded(address,address,uint256).tTransferAmount (#886)
Variable JEFE._getValues(uint256).rTransferAmount (#650) is too similar to JEFE._getValues(uint256).tTransferAmount (#649)
Variable JEFE.reflectionFromToken(uint256,bool).rTransferAmount (#587) is too similar to JEFE._transferToExcluded(address,address,uint256).tTransferAmount (#875)
Variable JEFE._transferToExcluded(address,address,uint256).rTransferAmount (#875) is too similar to JEFE._getValues(uint256).tTransferAmount (#649)
Variable JEFE._transferToExcluded(address,address,uint256).rTransferAmount (#875) is too similar to JEFE._transferFromExcluded(address,address,uint256).tTransferAmount (#886)
Variable JEFE._transferStandard(address,address,uint256).rTransferAmount (#865) is too similar to JEFE._transferFromExcluded(address,address,uint256).tTransferAmount (#886)
Variable JEFE._transferStandard(address,address,uint256).rTransferAmount (#865) is too similar to JEFE._transferStandard(address,address,uint256).tTransferAmount (#865)
Variable JEFE._transferBothExcluded(address,address,uint256).rTransferAmount (#601) is too similar to JEFE._transferStandard(address,address,uint256).tTransferAmount (#865)
Variable JEFE._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#667) is too similar to JEFE._transferBothExcluded(address,address,uint256).tTransferAmount (#601)
Variable JEFE._getValues(uint256).rTransferAmount (#650) is too similar to JEFE._transferStandard(address,address,uint256).tTransferAmount (#865)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#310) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#311)
Variable JEFE._transferToExcluded(address,address,uint256).rTransferAmount (#875) is too similar to JEFE._transferStandard(address,address,uint256).tTransferAmount (#865)
Variable JEFE._transferFromExcluded(address,address,uint256).rTransferAmount (#886) is too similar to JEFE._transferStandard(address,address,uint256).tTransferAmount (#865)
Variable JEFE._transferFromExcluded(address,address,uint256).rTransferAmount (#886) is too similar to JEFE._transferBothExcluded(address,address,uint256).tTransferAmount (#601)
Variable JEFE._transferBothExcluded(address,address,uint256).rTransferAmount (#601) is too similar to JEFE._transferToExcluded(address,address,uint256).tTransferAmount (#875)
Variable JEFE._transferToExcluded(address,address,uint256).rTransferAmount (#875) is too similar to JEFE._getTValues(uint256).tTransferAmount (#658)
Variable JEFE._transferBothExcluded(address,address,uint256).rTransferAmount (#601) is too similar to JEFE._getValues(uint256).tTransferAmount (#649)
Variable JEFE.reflectionFromToken(uint256,bool).rTransferAmount (#587) is too similar to JEFE._getTValues(uint256).tTransferAmount (#658)
Variable JEFE.reflectionFromToken(uint256,bool).rTransferAmount (#587) is too similar to JEFE._transferBothExcluded(address,address,uint256).tTransferAmount (#601)
Variable JEFE._transferToExcluded(address,address,uint256).rTransferAmount (#875) is too similar to JEFE._transferBothExcluded(address,address,uint256).tTransferAmount (#601)
Variable JEFE._transferStandard(address,address,uint256).rTransferAmount (#865) is too similar to JEFE._getTValues(uint256).tTransferAmount (#658)
Variable JEFE._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#667) is too similar to JEFE._transferStandard(address,address,uint256).tTransferAmount (#865)
Variable JEFE._getValues(uint256).rTransferAmount (#650) is too similar to JEFE._transferFromExcluded(address,address,uint256).tTransferAmount (#886)
Variable JEFE._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#667) is too similar to JEFE._transferToExcluded(address,address,uint256).tTransferAmount (#875)
Variable JEFE._transferBothExcluded(address,address,uint256).rTransferAmount (#601) is too similar to JEFE._transferBothExcluded(address,address,uint256).tTransferAmount (#601)
Variable JEFE._transferStandard(address,address,uint256).rTransferAmount (#865) is too similar to JEFE._transferBothExcluded(address,address,uint256).tTransferAmount (#601)
Variable JEFE._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#667) is too similar to JEFE._getValues(uint256).tTransferAmount (#649)
Variable JEFE._getValues(uint256).rTransferAmount (#650) is too similar to JEFE._getTValues(uint256).tTransferAmount (#658)
Variable JEFE._getValues(uint256).rTransferAmount (#650) is too similar to JEFE._transferToExcluded(address,address,uint256).tTransferAmount (#875)
Variable JEFE._transferFromExcluded(address,address,uint256).rTransferAmount (#886) is too similar to JEFE._transferFromExcluded(address,address,uint256).tTransferAmount (#886)
Variable JEFE._transferBothExcluded(address,address,uint256).rTransferAmount (#601) is too similar to JEFE._transferFromExcluded(address,address,uint256).tTransferAmount (#886)
Variable JEFE._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#667) is too similar to JEFE._getTValues(uint256).tTransferAmount (#658)
Prevent variables from having similar names.

Additional information: link

Holders:


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.

Contract has 6% buy tax and 5% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Twitter account link seems to be invalid


Token is not listed at Mobula.Finance

Additional information: link


Token has no active CoinGecko listing / rank


Token has relatively low CoinMarketCap rank

Price for JEFE