ExzoCoin 2.0 (EXZO) is a utility token that will be utilized on our decentralized exchange mobile application. It will also be utilized in our cloud mining community for participants to utilize the token as a reward-based system to access our platform for free.
It will be integrated into our own blockchain once it’s established to work as a paired network by giving physical products a unique identity, usually through RFID (radio frequency identification), QR Codes, or NFC (near-field communication). Sensors record information at every stage of the supply chain, and are recorded and linked to the product’s identity.
ExzoCoin2_0.addLiquidity(uint256,uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#936-947) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#939-946)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in ExzoCoin2_0._transfer(address,address,uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#830-872):
External calls:
- swapAndLiquify(contractTokenBalance) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#859)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#939-946)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#927-933)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#910-916)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#859)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#939-946)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#871)
- _charityFee = _previousCharityFee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#807)
- _charityFee = 0 (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#798)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#871)
- _crctLiquidityFee = _pcrctLiquidityFee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#805)
- _crctLiquidityFee = 0 (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#796)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#871)
- _liquidityFee = _previousLiquidityFee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#810)
- _liquidityFee = 0 (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#801)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#871)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#762)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#971)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#982)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#995)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#972)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#660)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#996)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#984)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#662)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#871)
- _rTotal = _rTotal.sub(rFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#715)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#871)
- _tOwned[address(0)] = _tOwned[address(0)].add(amount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#653)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#764)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#994)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#659)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#983)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#661)
Apply the check-effects-interactions pattern.
Additional information: link
Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
Contract ownership is not renounced (belongs to a wallet)
Contract name (ExzoCoin 2.0) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.
ExzoCoin2_0.includeInReward(address) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#637-648) has costly operations inside a loop:
- _excluded.pop() (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#644)
Use a local variable to hold the loop computation result.
Additional information: link
Redundant expression "this (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#127)" inContext (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#121-130)
Remove redundant statements if they congest code but offer no value.
Additional information: link
ExzoCoin2_0.unBlacklistMultipleWallets(address[]).i (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#1028) is a local variable never initialized
ExzoCoin2_0.blacklistMultipleWallets(address[]).i (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#1011) is a local variable never initialized
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
ExzoCoin2_0.addLiquidity(uint256,uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#936-947) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#939-946)
Ensure that all the return values of the function calls are used.
Additional information: link
ExzoCoin2_0.allowance(address,address).owner (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#563) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#195-197) (function)
ExzoCoin2_0._approve(address,address,uint256).owner (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#822) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#195-197) (function)
Rename the local variables that shadow another component.
Additional information: link
ExzoCoin2_0.setBurnFeePercent(uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#678-681) should emit an event for:
- _burnFee = Fee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#679)
- _taxFee = _burnFee.add(_reflectionFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#680)
ExzoCoin2_0.setCharityFeePercent(uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#683-686) should emit an event for:
- _charityFee = Fee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#684)
- _liquidityFee = _crctLiquidityFee.add(_charityFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#685)
ExzoCoin2_0.setReflectFeePercent(uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#688-691) should emit an event for:
- _reflectionFee = Fee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#689)
- _taxFee = _burnFee.add(_reflectionFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#690)
ExzoCoin2_0.setLiquidityFeePercent(uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#693-696) should emit an event for:
- _crctLiquidityFee = Fee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#694)
- _liquidityFee = _crctLiquidityFee.add(_charityFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#695)
ExzoCoin2_0.setMaxTxTokens(uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#698-700) should emit an event for:
- _maxTxAmount = maxTxTokens.mul(10 ** _decimals) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#699)
ExzoCoin2_0.setMinTokensSendToCharity(uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#817-820) should emit an event for:
- numTokensSellToAddToLiquidity = minCharityValue (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#819)
Emit an event for critical parameter changes.
Additional information: link
ExzoCoin2_0.setCharityAddress(address)._charityAddress (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#702) lacks a zero-check on :
- charityAddress = _charityAddress (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#703)
Check that the address is not zero.
Additional information: link
ExzoCoin2_0._rTotal (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#467) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
ExzoCoin2_0._previousCharityFee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#475) is set pre-construction with a non-constant function or state variable:
- _charityFee
ExzoCoin2_0._previousBurnFee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#478) is set pre-construction with a non-constant function or state variable:
- _burnFee
ExzoCoin2_0._previousReflectionFee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#481) is set pre-construction with a non-constant function or state variable:
- _reflectionFee
ExzoCoin2_0._taxFee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#483) is set pre-construction with a non-constant function or state variable:
- _burnFee.add(_reflectionFee)
ExzoCoin2_0._previousTaxFee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#484) is set pre-construction with a non-constant function or state variable:
- _taxFee
ExzoCoin2_0._pcrctLiquidityFee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#487) is set pre-construction with a non-constant function or state variable:
- _crctLiquidityFee
ExzoCoin2_0._liquidityFee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#489) is set pre-construction with a non-constant function or state variable:
- _charityFee.add(_crctLiquidityFee)
ExzoCoin2_0._previousLiquidityFee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#490) 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) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#140-144):
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#142)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#163-179):
- (success,returndata) = target.call{value: weiValue}(data) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#166)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#270) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#271) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#288) is not in mixedCase
Function IUniswapV2Router01.WETH() (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#310) is not in mixedCase
Contract ExzoCoin2_0 (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#448-1059) is not in CapWords
Parameter ExzoCoin2_0.setBurnFeePercent(uint256).Fee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#678) is not in mixedCase
Parameter ExzoCoin2_0.setCharityFeePercent(uint256).Fee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#683) is not in mixedCase
Parameter ExzoCoin2_0.setReflectFeePercent(uint256).Fee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#688) is not in mixedCase
Parameter ExzoCoin2_0.setLiquidityFeePercent(uint256).Fee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#693) is not in mixedCase
Parameter ExzoCoin2_0.setCharityAddress(address)._charityAddress (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#702) is not in mixedCase
Parameter ExzoCoin2_0.setSwapAndLiquifyEnabled(bool)._enabled (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#706) is not in mixedCase
Parameter ExzoCoin2_0.calculateBurnFee(uint256)._amount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#767) is not in mixedCase
Parameter ExzoCoin2_0.calculateReflectionFee(uint256)._amount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#773) is not in mixedCase
Parameter ExzoCoin2_0.calculateLiquidityFee(uint256)._amount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#779) is not in mixedCase
Variable ExzoCoin2_0._charityFee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#474) is not in mixedCase
Variable ExzoCoin2_0._burnFee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#477) is not in mixedCase
Variable ExzoCoin2_0._reflectionFee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#480) is not in mixedCase
Variable ExzoCoin2_0._maxTxAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#498) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#315) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#316)
Variable ExzoCoin2_0._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#993) is too similar to ExzoCoin2_0._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#981)
Variable ExzoCoin2_0._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#970) is too similar to ExzoCoin2_0._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#981)
Variable ExzoCoin2_0._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#658) is too similar to ExzoCoin2_0._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#729)
Variable ExzoCoin2_0._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#721) is too similar to ExzoCoin2_0._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#729)
Variable ExzoCoin2_0._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#993) is too similar to ExzoCoin2_0._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#729)
Variable ExzoCoin2_0._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#970) is too similar to ExzoCoin2_0._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#729)
Variable ExzoCoin2_0._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#993) is too similar to ExzoCoin2_0._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#993)
Variable ExzoCoin2_0._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#970) is too similar to ExzoCoin2_0._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#970)
Variable ExzoCoin2_0._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#970) is too similar to ExzoCoin2_0._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#993)
Variable ExzoCoin2_0._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#981) is too similar to ExzoCoin2_0._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#981)
Variable ExzoCoin2_0.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#616) is too similar to ExzoCoin2_0._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#658)
Variable ExzoCoin2_0.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#616) is too similar to ExzoCoin2_0._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#720)
Variable ExzoCoin2_0._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#658) is too similar to ExzoCoin2_0._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#658)
Variable ExzoCoin2_0._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#981) is too similar to ExzoCoin2_0._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#729)
Variable ExzoCoin2_0.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#616) is too similar to ExzoCoin2_0._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#981)
Variable ExzoCoin2_0._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#658) is too similar to ExzoCoin2_0._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#720)
Variable ExzoCoin2_0._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#970) is too similar to ExzoCoin2_0._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#658)
Variable ExzoCoin2_0._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#993) is too similar to ExzoCoin2_0._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#658)
Variable ExzoCoin2_0._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#658) is too similar to ExzoCoin2_0._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#981)
Variable ExzoCoin2_0._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#993) is too similar to ExzoCoin2_0._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#720)
Variable ExzoCoin2_0.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#616) is too similar to ExzoCoin2_0._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#729)
Variable ExzoCoin2_0._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#970) is too similar to ExzoCoin2_0._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#720)
Variable ExzoCoin2_0._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#658) is too similar to ExzoCoin2_0._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#970)
Variable ExzoCoin2_0._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#738) is too similar to ExzoCoin2_0._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#993)
Variable ExzoCoin2_0._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#738) is too similar to ExzoCoin2_0._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#658)
Variable ExzoCoin2_0._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#981) is too similar to ExzoCoin2_0._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#658)
Variable ExzoCoin2_0._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#981) is too similar to ExzoCoin2_0._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#993)
Variable ExzoCoin2_0._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#721) is too similar to ExzoCoin2_0._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#981)
Variable ExzoCoin2_0._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#738) is too similar to ExzoCoin2_0._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#970)
Variable ExzoCoin2_0._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#981) is too similar to ExzoCoin2_0._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#970)
Variable ExzoCoin2_0._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#721) is too similar to ExzoCoin2_0._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#720)
Variable ExzoCoin2_0._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#738) is too similar to ExzoCoin2_0._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#729)
Variable ExzoCoin2_0._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#738) is too similar to ExzoCoin2_0._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#981)
Variable ExzoCoin2_0._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#993) is too similar to ExzoCoin2_0._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#970)
Variable ExzoCoin2_0._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#981) is too similar to ExzoCoin2_0._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#720)
Variable ExzoCoin2_0._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#721) is too similar to ExzoCoin2_0._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#658)
Variable ExzoCoin2_0._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#721) is too similar to ExzoCoin2_0._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#993)
Variable ExzoCoin2_0.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#616) is too similar to ExzoCoin2_0._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#993)
Variable ExzoCoin2_0._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#721) is too similar to ExzoCoin2_0._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#970)
Variable ExzoCoin2_0._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#658) is too similar to ExzoCoin2_0._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#993)
Variable ExzoCoin2_0._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#738) is too similar to ExzoCoin2_0._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#720)
Variable ExzoCoin2_0.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#616) is too similar to ExzoCoin2_0._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#970)
Prevent variables from having similar names.
Additional information: link
ExzoCoin2_0._decimals (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#472) should be constant
ExzoCoin2_0._name (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#470) should be constant
ExzoCoin2_0._symbol (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#471) should be constant
ExzoCoin2_0._tTotal (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#466) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#204-207)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#209-213)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#215-217)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#219-224)
unlock() should be declared external:
- Ownable.unlock() (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#226-231)
name() should be declared external:
- ExzoCoin2_0.name() (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#537-539)
symbol() should be declared external:
- ExzoCoin2_0.symbol() (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#541-543)
decimals() should be declared external:
- ExzoCoin2_0.decimals() (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#545-547)
totalSupply() should be declared external:
- ExzoCoin2_0.totalSupply() (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#549-551)
transfer(address,uint256) should be declared external:
- ExzoCoin2_0.transfer(address,uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#558-561)
allowance(address,address) should be declared external:
- ExzoCoin2_0.allowance(address,address) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#563-565)
approve(address,uint256) should be declared external:
- ExzoCoin2_0.approve(address,uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#567-570)
transferFrom(address,address,uint256) should be declared external:
- ExzoCoin2_0.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#572-576)
increaseAllowance(address,uint256) should be declared external:
- ExzoCoin2_0.increaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#578-581)
decreaseAllowance(address,uint256) should be declared external:
- ExzoCoin2_0.decreaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#583-586)
isExcludedFromReward(address) should be declared external:
- ExzoCoin2_0.isExcludedFromReward(address) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#588-590)
totalFees() should be declared external:
- ExzoCoin2_0.totalFees() (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#592-594)
getliquidityFee() should be declared external:
- ExzoCoin2_0.getliquidityFee() (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#596-599)
deliver(uint256) should be declared external:
- ExzoCoin2_0.deliver(uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#601-608)
reflectionFromToken(uint256,bool) should be declared external:
- ExzoCoin2_0.reflectionFromToken(uint256,bool) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#610-619)
excludeFromReward(address) should be declared external:
- ExzoCoin2_0.excludeFromReward(address) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#627-635)
excludeFromFee(address) should be declared external:
- ExzoCoin2_0.excludeFromFee(address) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#670-672)
includeInFee(address) should be declared external:
- ExzoCoin2_0.includeInFee(address) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#674-676)
setSwapAndLiquifyEnabled(bool) should be declared external:
- ExzoCoin2_0.setSwapAndLiquifyEnabled(bool) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#706-709)
isExcludedFromFee(address) should be declared external:
- ExzoCoin2_0.isExcludedFromFee(address) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#813-815)
setMinTokensSendToCharity(uint256) should be declared external:
- ExzoCoin2_0.setMinTokensSendToCharity(uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#817-820)
blacklistSingleWallet(address) should be declared external:
- ExzoCoin2_0.blacklistSingleWallet(address) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#1005-1008)
blacklistMultipleWallets(address[]) should be declared external:
- ExzoCoin2_0.blacklistMultipleWallets(address[]) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#1010-1014)
isBlacklisted(address) should be declared external:
- ExzoCoin2_0.isBlacklisted(address) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#1016-1019)
unBlacklistMultipleWallets(address[]) should be declared external:
- ExzoCoin2_0.unBlacklistMultipleWallets(address[]) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#1027-1031)
recoverTokens() should be declared external:
- ExzoCoin2_0.recoverTokens() (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#1033-1041)
recoverBNB() should be declared external:
- ExzoCoin2_0.recoverBNB() (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#1043-1048)
setRouterAddress(address) should be declared external:
- ExzoCoin2_0.setRouterAddress(address) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#1052-1056)
Use the external attribute for functions never called from the contract.
Additional information: link
Reentrancy in ExzoCoin2_0._transfer(address,address,uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#830-872):
External calls:
- swapAndLiquify(contractTokenBalance) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#859)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#939-946)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#927-933)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#910-916)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#859)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#939-946)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#871)
- _burnFee = _previousBurnFee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#806)
- _burnFee = 0 (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#797)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#871)
- _pcrctLiquidityFee = _crctLiquidityFee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#789)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#871)
- _previousBurnFee = _burnFee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#790)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#871)
- _previousCharityFee = _charityFee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#791)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#871)
- _previousLiquidityFee = _liquidityFee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#794)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#871)
- _previousReflectionFee = _reflectionFee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#792)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#871)
- _previousTaxFee = _taxFee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#793)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#871)
- _reflectionFee = _previousReflectionFee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#808)
- _reflectionFee = 0 (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#799)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#871)
- _tFeeTotal = _tFeeTotal.add(tFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#716)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#871)
- _taxFee = _previousTaxFee (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#809)
- _taxFee = 0 (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#800)
Reentrancy in ExzoCoin2_0.constructor() (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#516-535):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#521-522)
State variables written after the call(s):
- _isExcluded[address(0)] = true (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#532)
- _isExcludedFromFee[owner()] = true (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#528)
- _isExcludedFromFee[address(this)] = true (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#529)
- uniswapV2Router = _uniswapV2Router (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#525)
Reentrancy in ExzoCoin2_0.setRouterAddress(address) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#1052-1056):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_newPancakeRouter.factory()).createPair(address(this),_newPancakeRouter.WETH()) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#1054)
State variables written after the call(s):
- uniswapV2Router = _newPancakeRouter (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#1055)
Reentrancy in ExzoCoin2_0.swapAndLiquify(uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#874-901):
External calls:
- swapToCharityETH(charityAddress,charityAmount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#883)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#910-916)
- swapTokensForEth(half) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#893)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#927-933)
State variables written after the call(s):
- swapTokensForEth(half) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#893)
- _allowances[owner][spender] = amount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#826)
Reentrancy in ExzoCoin2_0.swapAndLiquify(uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#874-901):
External calls:
- swapToCharityETH(charityAddress,charityAmount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#883)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#910-916)
- swapTokensForEth(half) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#893)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#927-933)
- addLiquidity(otherHalf,newBalance) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#897)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#939-946)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#897)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#939-946)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#897)
- _allowances[owner][spender] = amount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#826)
Reentrancy in ExzoCoin2_0.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#572-576):
External calls:
- _transfer(sender,recipient,amount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#573)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#939-946)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#927-933)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#910-916)
External calls sending eth:
- _transfer(sender,recipient,amount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#573)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#939-946)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#574)
- _allowances[owner][spender] = amount (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#826)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in ExzoCoin2_0._transfer(address,address,uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#830-872):
External calls:
- swapAndLiquify(contractTokenBalance) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#859)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#939-946)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#927-933)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#910-916)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#859)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#939-946)
Event emitted after the call(s):
- Transfer(account,address(0),amount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#654)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#871)
- Transfer(sender,recipient,tTransferAmount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#977)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#871)
- Transfer(sender,recipient,tTransferAmount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#989)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#871)
- Transfer(sender,recipient,tTransferAmount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#1001)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#871)
- Transfer(sender,recipient,tTransferAmount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#667)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#871)
Reentrancy in ExzoCoin2_0.constructor() (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#516-535):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#521-522)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#534)
Reentrancy in ExzoCoin2_0.swapAndLiquify(uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#874-901):
External calls:
- swapToCharityETH(charityAddress,charityAmount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#883)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#910-916)
- swapTokensForEth(half) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#893)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#927-933)
Event emitted after the call(s):
- Approval(owner,spender,amount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#827)
- swapTokensForEth(half) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#893)
Reentrancy in ExzoCoin2_0.swapAndLiquify(uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#874-901):
External calls:
- swapToCharityETH(charityAddress,charityAmount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#883)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#910-916)
- swapTokensForEth(half) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#893)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#927-933)
- addLiquidity(otherHalf,newBalance) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#897)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#939-946)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#897)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#939-946)
Event emitted after the call(s):
- Approval(owner,spender,amount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#827)
- addLiquidity(otherHalf,newBalance) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#897)
- SwapAndLiquify(half,newBalance,otherHalf) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#899)
Reentrancy in ExzoCoin2_0.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#572-576):
External calls:
- _transfer(sender,recipient,amount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#573)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#939-946)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#927-933)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#910-916)
External calls sending eth:
- _transfer(sender,recipient,amount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#573)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#939-946)
Event emitted after the call(s):
- Approval(owner,spender,amount) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#827)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#574)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#226-231) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#228)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#133-138) uses assembly
- INLINE ASM (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#136)
Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#163-179) uses assembly
- INLINE ASM (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#171-174)
Do not use evm assembly.
Additional information: link
ExzoCoin2_0._transfer(address,address,uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#830-872) compares to a boolean constant:
-require(bool,string)(_isBlacklisted[from] == false,You are banned) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#838)
ExzoCoin2_0._transfer(address,address,uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#830-872) compares to a boolean constant:
-require(bool,string)(_isBlacklisted[to] == false,The recipient is banned) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#839)
ExzoCoin2_0.blacklistSingleWallet(address) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#1005-1008) compares to a boolean constant:
-_isBlacklisted[addresses] == true (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#1006)
ExzoCoin2_0.isBlacklisted(address) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#1016-1019) compares to a boolean constant:
-_isBlacklisted[addresses] == true (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#1017)
ExzoCoin2_0.unBlacklistSingleWallet(address) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#1022-1025) compares to a boolean constant:
-_isBlacklisted[addresses] == false (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#1023)
Remove the equality to the boolean constant.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#163-179) is never used and should be removed
Address.functionCall(address,bytes) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#146-148) is never used and should be removed
Address.functionCall(address,bytes,string) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#150-152) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#154-156) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#158-161) is never used and should be removed
Address.isContract(address) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#133-138) is never used and should be removed
Address.sendValue(address,uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#140-144) is never used and should be removed
Context._msgData() (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#126-129) is never used and should be removed
SafeMath.mod(uint256,uint256) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#111-113) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (crytic-export/etherscan-contracts/0xf8fc63200e181439823251020d691312fdcf5090.bscscan.com-ExzoCoin2_0.sol#115-118) is never used and should be removed
Remove unused functions.
Additional information: link
Token is deployed only at one blockchain
Token has only one trading pair
Contract has 10% buy tax and 10% sell tax.
Taxes are low but 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.
Average 30d number of PancakeSwap swaps is low.
Unable to find token contract audit
Unable to find audit link on the website
Unable to find token on CoinHunt
Additional information: link
Token has relatively low CoinMarketCap rank
Unable to find Youtube account