Son Of Doge is created to become an integral part of the whole BSC network, we will work tirelessly to provide a fun, entertaining, challenging, and rewarding experience for everyone involved. Son Of Doge aims to connect all security sites into one like KYC Websites,
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in AntiBotLiquidityGeneratorToken._transfer(address,address,uint256) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#506-554):
External calls:
- pinkAntiBot.onPreTransferCheck(from,to,amount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#516)
- swapAndLiquify(contractTokenBalance) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#541)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#602-609)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#588-594)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#541)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#602-609)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#553)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#444)
- _rOwned[_charityAddress] = _rOwned[_charityAddress].add(rCharity) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#452)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#672)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#650)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#696)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#651)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#304)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#697)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#674)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#306)
- _tokenTransfer(from,to,amount,takeFee) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#553)
- _rTotal = _rTotal.sub(rFee) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#353)
- _tokenTransfer(from,to,amount,takeFee) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#553)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#445)
- _tOwned[_charityAddress] = _tOwned[_charityAddress].add(tCharity) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#454)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#695)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#303)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#673)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#305)
Apply the check-effects-interactions pattern.
Additional information: link
OwnableUpgradeable.__gap (@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol#74) shadows:
- ContextUpgradeable.__gap (@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol#31)
Remove the state variable shadowing.
Additional information: link
AntiBotLiquidityGeneratorToken.addLiquidity(uint256,uint256) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#597-610) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#602-609)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
AntiBotLiquidityGeneratorToken.initialize(address,string,string,uint256,address,address,uint16,uint16,uint16,uint16,address) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#73-152) contains a tautology or contradiction:
- require(bool,string)(taxFeeBps_ >= 0 && taxFeeBps_ <= 10 ** 4,Invalid tax fee) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#86)
AntiBotLiquidityGeneratorToken.initialize(address,string,string,uint256,address,address,uint16,uint16,uint16,uint16,address) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#73-152) contains a tautology or contradiction:
- require(bool,string)(liquidityFeeBps_ >= 0 && liquidityFeeBps_ <= 10 ** 4,Invalid liquidity fee) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#87)
AntiBotLiquidityGeneratorToken.initialize(address,string,string,uint256,address,address,uint16,uint16,uint16,uint16,address) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#73-152) contains a tautology or contradiction:
- require(bool,string)(charityFeeBps_ >= 0 && charityFeeBps_ <= 10 ** 4,Invalid charity fee) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#88)
AntiBotLiquidityGeneratorToken.setTaxFeePercent(uint256) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#329-332) contains a tautology or contradiction:
- require(bool,string)(taxFeeBps >= 0 && taxFeeBps <= 10 ** 4,Invalid bps) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#330)
AntiBotLiquidityGeneratorToken.setLiquidityFeePercent(uint256) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#334-337) contains a tautology or contradiction:
- require(bool,string)(liquidityFeeBps >= 0 && liquidityFeeBps <= 10 ** 4,Invalid bps) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#335)
AntiBotLiquidityGeneratorToken.setMaxTxPercent(uint256) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#339-342) contains a tautology or contradiction:
- require(bool,string)(maxTxBps >= 0 && maxTxBps <= 10 ** 4,Invalid bps) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#340)
Fix the incorrect comparison by changing the value type or the comparison.
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.
Reentrancy in AntiBotLiquidityGeneratorToken.initialize(address,string,string,uint256,address,address,uint16,uint16,uint16,uint16,address) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#73-152):
External calls:
- pinkAntiBot.setTokenOwner(owner_) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#102)
State variables written after the call(s):
- OwnableUpgradeable.__Ownable_init() (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#105)
- _initialized = true (@openzeppelin/contracts-upgradeable/proxy/Initializable.sol#41)
- OwnableUpgradeable.__Ownable_init() (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#105)
- _initializing = true (@openzeppelin/contracts-upgradeable/proxy/Initializable.sol#40)
- _initializing = false (@openzeppelin/contracts-upgradeable/proxy/Initializable.sol#47)
Apply the check-effects-interactions pattern.
Additional information: link
AntiBotLiquidityGeneratorToken.addLiquidity(uint256,uint256) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#597-610) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#602-609)
Ensure that all the return values of the function calls are used.
Additional information: link
AntiBotLiquidityGeneratorToken.allowance(address,address).owner (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#184) shadows:
- OwnableUpgradeable.owner() (@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol#41-43) (function)
AntiBotLiquidityGeneratorToken._approve(address,address,uint256).owner (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#495) shadows:
- OwnableUpgradeable.owner() (@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol#41-43) (function)
Rename the local variables that shadow another component.
Additional information: link
AntiBotLiquidityGeneratorToken.setTaxFeePercent(uint256) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#329-332) should emit an event for:
- _taxFee = taxFeeBps (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#331)
AntiBotLiquidityGeneratorToken.setLiquidityFeePercent(uint256) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#334-337) should emit an event for:
- _liquidityFee = liquidityFeeBps (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#336)
AntiBotLiquidityGeneratorToken.setMaxTxPercent(uint256) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#339-342) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxBps).div(10 ** 4) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#341)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in AntiBotLiquidityGeneratorToken._transfer(address,address,uint256) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#506-554):
External calls:
- pinkAntiBot.onPreTransferCheck(from,to,amount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#516)
- swapAndLiquify(contractTokenBalance) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#541)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#602-609)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#588-594)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#541)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#602-609)
State variables written after the call(s):
- swapAndLiquify(contractTokenBalance) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#541)
- _allowances[owner][spender] = amount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#502)
- _tokenTransfer(from,to,amount,takeFee) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#553)
- _charityFee = _previousCharityFee (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#487)
- _charityFee = 0 (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#481)
- _tokenTransfer(from,to,amount,takeFee) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#553)
- _liquidityFee = _previousLiquidityFee (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#486)
- _liquidityFee = 0 (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#480)
- _tokenTransfer(from,to,amount,takeFee) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#553)
- _previousCharityFee = _charityFee (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#477)
- _tokenTransfer(from,to,amount,takeFee) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#553)
- _previousLiquidityFee = _liquidityFee (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#476)
- _tokenTransfer(from,to,amount,takeFee) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#553)
- _previousTaxFee = _taxFee (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#475)
- _tokenTransfer(from,to,amount,takeFee) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#553)
- _tFeeTotal = _tFeeTotal.add(tFee) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#354)
- _tokenTransfer(from,to,amount,takeFee) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#553)
- _taxFee = _previousTaxFee (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#485)
- _taxFee = 0 (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#479)
Reentrancy in AntiBotLiquidityGeneratorToken.initialize(address,string,string,uint256,address,address,uint16,uint16,uint16,uint16,address) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#73-152):
External calls:
- pinkAntiBot.setTokenOwner(owner_) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#102)
State variables written after the call(s):
- _charityAddress = charityAddress_ (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#121)
- _charityFee = charityFeeBps_ (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#122)
- _decimals = 9 (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#110)
- _liquidityFee = liquidityFeeBps_ (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#118)
- _maxTxAmount = totalSupply_.mul(maxTxBps_).div(10 ** 4) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#125)
- _name = name_ (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#108)
- OwnableUpgradeable.__Ownable_init() (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#105)
- _owner = msgSender (@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol#34)
- transferOwnership(owner_) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#106)
- _owner = newOwner (@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol#72)
- _previousCharityFee = _charityFee (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#123)
- _previousLiquidityFee = _liquidityFee (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#119)
- _previousTaxFee = _taxFee (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#116)
- _rOwned[owner()] = _rTotal (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#130)
- _rTotal = (MAX - (MAX % _tTotal)) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#113)
- _symbol = symbol_ (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#109)
- _tTotal = totalSupply_ (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#112)
- _taxFee = taxFeeBps_ (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#115)
- enableAntiBot = true (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#103)
- numTokensSellToAddToLiquidity = totalSupply_.mul(5).div(10 ** 4) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#126)
- swapAndLiquifyEnabled = true (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#128)
Reentrancy in AntiBotLiquidityGeneratorToken.initialize(address,string,string,uint256,address,address,uint16,uint16,uint16,uint16,address) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#73-152):
External calls:
- pinkAntiBot.setTokenOwner(owner_) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#102)
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#134-137)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#143)
- _isExcludedFromFee[address(this)] = true (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#144)
- _isExcludedFromMaxTx[address(this)] = true (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#147)
- _isExcludedFromMaxTx[address(0xdead)] = true (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#148)
- _isExcludedFromMaxTx[address(0)] = true (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#149)
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#134-137)
- uniswapV2Router = _uniswapV2Router (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#140)
Reentrancy in AntiBotLiquidityGeneratorToken.swapAndLiquify(uint256) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#556-577):
External calls:
- swapTokensForEth(half) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#568)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#588-594)
- addLiquidity(otherHalf,newBalance) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#574)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#602-609)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#574)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#602-609)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#574)
- _allowances[owner][spender] = amount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#502)
Reentrancy in AntiBotLiquidityGeneratorToken.transferFrom(address,address,uint256) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#193-205):
External calls:
- _transfer(sender,recipient,amount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#198)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#602-609)
- pinkAntiBot.onPreTransferCheck(from,to,amount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#516)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#588-594)
External calls sending eth:
- _transfer(sender,recipient,amount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#198)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#602-609)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#199-203)
- _allowances[owner][spender] = amount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#502)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in AntiBotLiquidityGeneratorToken._transfer(address,address,uint256) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#506-554):
External calls:
- pinkAntiBot.onPreTransferCheck(from,to,amount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#516)
- swapAndLiquify(contractTokenBalance) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#541)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#602-609)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#588-594)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#541)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#602-609)
Event emitted after the call(s):
- Approval(owner,spender,amount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#503)
- swapAndLiquify(contractTokenBalance) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#541)
- SwapAndLiquify(half,newBalance,otherHalf) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#576)
- swapAndLiquify(contractTokenBalance) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#541)
- Transfer(_msgSender(),_charityAddress,tCharity) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#455)
- _tokenTransfer(from,to,amount,takeFee) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#553)
- Transfer(sender,recipient,tTransferAmount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#655)
- _tokenTransfer(from,to,amount,takeFee) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#553)
- Transfer(sender,recipient,tTransferAmount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#701)
- _tokenTransfer(from,to,amount,takeFee) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#553)
- Transfer(sender,recipient,tTransferAmount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#678)
- _tokenTransfer(from,to,amount,takeFee) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#553)
- Transfer(sender,recipient,tTransferAmount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#310)
- _tokenTransfer(from,to,amount,takeFee) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#553)
Reentrancy in AntiBotLiquidityGeneratorToken.initialize(address,string,string,uint256,address,address,uint16,uint16,uint16,uint16,address) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#73-152):
External calls:
- pinkAntiBot.setTokenOwner(owner_) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#102)
Event emitted after the call(s):
- OwnershipTransferred(_owner,newOwner) (@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol#71)
- transferOwnership(owner_) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#106)
- OwnershipTransferred(address(0),msgSender) (@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol#35)
- OwnableUpgradeable.__Ownable_init() (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#105)
Reentrancy in AntiBotLiquidityGeneratorToken.initialize(address,string,string,uint256,address,address,uint16,uint16,uint16,uint16,address) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#73-152):
External calls:
- pinkAntiBot.setTokenOwner(owner_) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#102)
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#134-137)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotal) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#151)
Reentrancy in AntiBotLiquidityGeneratorToken.swapAndLiquify(uint256) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#556-577):
External calls:
- swapTokensForEth(half) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#568)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#588-594)
- addLiquidity(otherHalf,newBalance) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#574)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#602-609)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#574)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#602-609)
Event emitted after the call(s):
- Approval(owner,spender,amount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#503)
- addLiquidity(otherHalf,newBalance) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#574)
- SwapAndLiquify(half,newBalance,otherHalf) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#576)
Reentrancy in AntiBotLiquidityGeneratorToken.transferFrom(address,address,uint256) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#193-205):
External calls:
- _transfer(sender,recipient,amount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#198)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#602-609)
- pinkAntiBot.onPreTransferCheck(from,to,amount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#516)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#588-594)
External calls sending eth:
- _transfer(sender,recipient,amount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#198)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#602-609)
Event emitted after the call(s):
- Approval(owner,spender,amount) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#503)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#199-203)
Apply the check-effects-interactions pattern.
Additional information: link
AddressUpgradeable.isContract(address) (@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol#26-35) uses assembly
- INLINE ASM (@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol#33)
AddressUpgradeable._verifyCallResult(bool,bytes,string) (@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol#147-164) uses assembly
- INLINE ASM (@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol#156-159)
Address.isContract(address) (@openzeppelin/contracts/utils/Address.sol#26-35) uses assembly
- INLINE ASM (@openzeppelin/contracts/utils/Address.sol#33)
Address._verifyCallResult(bool,bytes,string) (@openzeppelin/contracts/utils/Address.sol#171-188) uses assembly
- INLINE ASM (@openzeppelin/contracts/utils/Address.sol#180-183)
Do not use evm assembly.
Additional information: link
Different versions of Solidity is used:
- Version used: ['>=0.4.24<0.8.0', '>=0.5.0', '>=0.6.0<0.8.0', '>=0.6.2', '>=0.6.2<0.8.0', '^0.7.0', '^0.7.6']
- >=0.6.0<0.8.0 (@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol#3)
- >=0.4.24<0.8.0 (@openzeppelin/contracts-upgradeable/proxy/Initializable.sol#4)
- >=0.6.0<0.8.0 (@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol#3)
- >=0.6.2<0.8.0 (@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol#3)
- >=0.6.0<0.8.0 (@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol#3)
- ^0.7.0 (@openzeppelin/contracts/math/SafeMath.sol#3)
- ^0.7.0 (@openzeppelin/contracts/utils/Address.sol#3)
- >=0.5.0 (contracts/antibot/IPinkAntiBot.sol#2)
- >=0.5.0 (contracts/interfaces/IAntiBotLiquidityGeneratorToken.sol#2)
- >=0.5.0 (contracts/interfaces/IUniswapV2Factory.sol#2)
- >=0.5.0 (contracts/interfaces/IUniswapV2Pair.sol#2)
- >=0.6.2 (contracts/interfaces/IUniswapV2Router02.sol#2)
- ^0.7.6 (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#3)
Use one Solidity version.
Additional information: link
Address._verifyCallResult(bool,bytes,string) (@openzeppelin/contracts/utils/Address.sol#171-188) is never used and should be removed
Address.functionCall(address,bytes) (@openzeppelin/contracts/utils/Address.sol#79-81) is never used and should be removed
Address.functionCall(address,bytes,string) (@openzeppelin/contracts/utils/Address.sol#89-91) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (@openzeppelin/contracts/utils/Address.sol#104-106) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (@openzeppelin/contracts/utils/Address.sol#114-121) is never used and should be removed
Address.functionDelegateCall(address,bytes) (@openzeppelin/contracts/utils/Address.sol#153-155) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (@openzeppelin/contracts/utils/Address.sol#163-169) is never used and should be removed
Address.functionStaticCall(address,bytes) (@openzeppelin/contracts/utils/Address.sol#129-131) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (@openzeppelin/contracts/utils/Address.sol#139-145) is never used and should be removed
Address.isContract(address) (@openzeppelin/contracts/utils/Address.sol#26-35) is never used and should be removed
Address.sendValue(address,uint256) (@openzeppelin/contracts/utils/Address.sol#53-59) is never used and should be removed
AddressUpgradeable._verifyCallResult(bool,bytes,string) (@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol#147-164) is never used and should be removed
AddressUpgradeable.functionCall(address,bytes) (@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol#79-81) is never used and should be removed
AddressUpgradeable.functionCall(address,bytes,string) (@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol#89-91) is never used and should be removed
AddressUpgradeable.functionCallWithValue(address,bytes,uint256) (@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol#104-106) is never used and should be removed
AddressUpgradeable.functionCallWithValue(address,bytes,uint256,string) (@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol#114-121) is never used and should be removed
AddressUpgradeable.functionStaticCall(address,bytes) (@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol#129-131) is never used and should be removed
AddressUpgradeable.functionStaticCall(address,bytes,string) (@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol#139-145) is never used and should be removed
AddressUpgradeable.sendValue(address,uint256) (@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol#53-59) is never used and should be removed
ContextUpgradeable.__Context_init() (@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol#17-19) is never used and should be removed
ContextUpgradeable._msgData() (@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol#27-30) is never used and should be removed
SafeMath.div(uint256,uint256,string) (@openzeppelin/contracts/math/SafeMath.sol#190-193) is never used and should be removed
SafeMath.mod(uint256,uint256) (@openzeppelin/contracts/math/SafeMath.sol#152-155) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (@openzeppelin/contracts/math/SafeMath.sol#210-213) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (@openzeppelin/contracts/math/SafeMath.sol#24-28) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (@openzeppelin/contracts/math/SafeMath.sol#60-63) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (@openzeppelin/contracts/math/SafeMath.sol#70-73) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (@openzeppelin/contracts/math/SafeMath.sol#45-53) is never used and should be removed
SafeMath.trySub(uint256,uint256) (@openzeppelin/contracts/math/SafeMath.sol#35-38) is never used and should be removed
Remove unused functions.
Additional information: link
AntiBotLiquidityGeneratorToken._previousTaxFee (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#42) is set pre-construction with a non-constant function or state variable:
- _taxFee
AntiBotLiquidityGeneratorToken._previousLiquidityFee (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#45) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
AntiBotLiquidityGeneratorToken._previousCharityFee (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#48) is set pre-construction with a non-constant function or state variable:
- _charityFee
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
Pragma version>=0.6.0<0.8.0 (@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol#3) is too complex
Pragma version>=0.4.24<0.8.0 (@openzeppelin/contracts-upgradeable/proxy/Initializable.sol#4) is too complex
Pragma version>=0.6.0<0.8.0 (@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol#3) is too complex
Pragma version>=0.6.2<0.8.0 (@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol#3) is too complex
Pragma version>=0.6.0<0.8.0 (@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol#3) is too complex
Pragma version^0.7.0 (@openzeppelin/contracts/math/SafeMath.sol#3) allows old versions
Pragma version^0.7.0 (@openzeppelin/contracts/utils/Address.sol#3) allows old versions
Pragma version>=0.5.0 (contracts/antibot/IPinkAntiBot.sol#2) allows old versions
Pragma version>=0.5.0 (contracts/interfaces/IAntiBotLiquidityGeneratorToken.sol#2) allows old versions
Pragma version>=0.5.0 (contracts/interfaces/IUniswapV2Factory.sol#2) allows old versions
Pragma version>=0.5.0 (contracts/interfaces/IUniswapV2Pair.sol#2) allows old versions
Pragma version>=0.6.2 (contracts/interfaces/IUniswapV2Router02.sol#2) allows old versions
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.
Additional information: link
Low level call in AddressUpgradeable.sendValue(address,uint256) (@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol#53-59):
- (success) = recipient.call{value: amount}() (@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol#57)
Low level call in AddressUpgradeable.functionCallWithValue(address,bytes,uint256,string) (@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol#114-121):
- (success,returndata) = target.call{value: value}(data) (@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol#119)
Low level call in AddressUpgradeable.functionStaticCall(address,bytes,string) (@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol#139-145):
- (success,returndata) = target.staticcall(data) (@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol#143)
Low level call in Address.sendValue(address,uint256) (@openzeppelin/contracts/utils/Address.sol#53-59):
- (success) = recipient.call{value: amount}() (@openzeppelin/contracts/utils/Address.sol#57)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (@openzeppelin/contracts/utils/Address.sol#114-121):
- (success,returndata) = target.call{value: value}(data) (@openzeppelin/contracts/utils/Address.sol#119)
Low level call in Address.functionStaticCall(address,bytes,string) (@openzeppelin/contracts/utils/Address.sol#139-145):
- (success,returndata) = target.staticcall(data) (@openzeppelin/contracts/utils/Address.sol#143)
Low level call in Address.functionDelegateCall(address,bytes,string) (@openzeppelin/contracts/utils/Address.sol#163-169):
- (success,returndata) = target.delegatecall(data) (@openzeppelin/contracts/utils/Address.sol#167)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Function OwnableUpgradeable.__Ownable_init() (@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol#27-30) is not in mixedCase
Function OwnableUpgradeable.__Ownable_init_unchained() (@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol#32-36) is not in mixedCase
Variable OwnableUpgradeable.__gap (@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol#74) is not in mixedCase
Function ContextUpgradeable.__Context_init() (@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol#17-19) is not in mixedCase
Function ContextUpgradeable.__Context_init_unchained() (@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol#21-22) is not in mixedCase
Variable ContextUpgradeable.__gap (@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol#31) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (contracts/interfaces/IUniswapV2Pair.sol#19) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (contracts/interfaces/IUniswapV2Pair.sol#20) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (contracts/interfaces/IUniswapV2Pair.sol#37) is not in mixedCase
Function IUniswapV2Router01.WETH() (contracts/interfaces/IUniswapV2Router02.sol#7) is not in mixedCase
Parameter AntiBotLiquidityGeneratorToken.setEnableAntiBot(bool)._enable (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#154) is not in mixedCase
Parameter AntiBotLiquidityGeneratorToken.setSwapAndLiquifyEnabled(bool)._enabled (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#344) is not in mixedCase
Parameter AntiBotLiquidityGeneratorToken.calculateTaxFee(uint256)._amount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#459) is not in mixedCase
Parameter AntiBotLiquidityGeneratorToken.calculateLiquidityFee(uint256)._amount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#463) is not in mixedCase
Parameter AntiBotLiquidityGeneratorToken.calculateCharityFee(uint256)._amount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#467) is not in mixedCase
Variable AntiBotLiquidityGeneratorToken._taxFee (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#41) is not in mixedCase
Variable AntiBotLiquidityGeneratorToken._liquidityFee (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#44) is not in mixedCase
Variable AntiBotLiquidityGeneratorToken._charityFee (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#47) is not in mixedCase
Variable AntiBotLiquidityGeneratorToken._charityAddress (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#52) is not in mixedCase
Variable AntiBotLiquidityGeneratorToken._maxTxAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#57) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol#28)" inContextUpgradeable (@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol#16-32)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (contracts/interfaces/IUniswapV2Router02.sol#12) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (contracts/interfaces/IUniswapV2Router02.sol#13)
Variable AntiBotLiquidityGeneratorToken._charityAddress (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#52) is too similar to IAntiBotLiquidityGeneratorToken.initialize(address,string,string,uint256,address,address,uint16,uint16,uint16,uint16,address).charityAddress_ (contracts/interfaces/IAntiBotLiquidityGeneratorToken.sol#11)
Variable AntiBotLiquidityGeneratorToken._charityAddress (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#52) is too similar to AntiBotLiquidityGeneratorToken.initialize(address,string,string,uint256,address,address,uint16,uint16,uint16,uint16,address).charityAddress_ (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#79)
Variable AntiBotLiquidityGeneratorToken._getValues(uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#373) is too similar to AntiBotLiquidityGeneratorToken._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#298)
Variable AntiBotLiquidityGeneratorToken._transferFromExcluded(address,address,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#688) is too similar to AntiBotLiquidityGeneratorToken._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#690)
Variable AntiBotLiquidityGeneratorToken.reflectionFromToken(uint256,bool).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#255) is too similar to AntiBotLiquidityGeneratorToken._getTValues(uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#396)
Variable AntiBotLiquidityGeneratorToken._transferFromExcluded(address,address,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#688) is too similar to AntiBotLiquidityGeneratorToken._transferStandard(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#645)
Variable AntiBotLiquidityGeneratorToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#419) is too similar to AntiBotLiquidityGeneratorToken._getValues(uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#370)
Variable AntiBotLiquidityGeneratorToken._transferBothExcluded(address,address,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#296) is too similar to AntiBotLiquidityGeneratorToken._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#298)
Variable AntiBotLiquidityGeneratorToken._transferStandard(address,address,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#643) is too similar to AntiBotLiquidityGeneratorToken._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#298)
Variable AntiBotLiquidityGeneratorToken.reflectionFromToken(uint256,bool).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#255) is too similar to AntiBotLiquidityGeneratorToken._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#690)
Variable AntiBotLiquidityGeneratorToken.reflectionFromToken(uint256,bool).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#255) is too similar to AntiBotLiquidityGeneratorToken._transferStandard(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#645)
Variable AntiBotLiquidityGeneratorToken._getValues(uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#373) is too similar to AntiBotLiquidityGeneratorToken._getTValues(uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#396)
Variable AntiBotLiquidityGeneratorToken._transferToExcluded(address,address,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#665) is too similar to AntiBotLiquidityGeneratorToken._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#298)
Variable AntiBotLiquidityGeneratorToken._getValues(uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#373) is too similar to AntiBotLiquidityGeneratorToken._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#690)
Variable AntiBotLiquidityGeneratorToken._transferFromExcluded(address,address,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#688) is too similar to AntiBotLiquidityGeneratorToken._getValues(uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#370)
Variable AntiBotLiquidityGeneratorToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#419) is too similar to AntiBotLiquidityGeneratorToken._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#298)
Variable AntiBotLiquidityGeneratorToken._getValues(uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#373) is too similar to AntiBotLiquidityGeneratorToken._transferStandard(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#645)
Variable AntiBotLiquidityGeneratorToken._transferToExcluded(address,address,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#665) is too similar to AntiBotLiquidityGeneratorToken._getTValues(uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#396)
Variable AntiBotLiquidityGeneratorToken._transferStandard(address,address,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#643) is too similar to AntiBotLiquidityGeneratorToken._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#690)
Variable AntiBotLiquidityGeneratorToken.reflectionFromToken(uint256,bool).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#255) is too similar to AntiBotLiquidityGeneratorToken._getValues(uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#370)
Variable AntiBotLiquidityGeneratorToken._transferStandard(address,address,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#643) is too similar to AntiBotLiquidityGeneratorToken._transferStandard(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#645)
Variable AntiBotLiquidityGeneratorToken._transferToExcluded(address,address,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#665) is too similar to AntiBotLiquidityGeneratorToken._transferToExcluded(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#667)
Variable AntiBotLiquidityGeneratorToken._transferToExcluded(address,address,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#665) is too similar to AntiBotLiquidityGeneratorToken._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#690)
Variable AntiBotLiquidityGeneratorToken._transferToExcluded(address,address,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#665) is too similar to AntiBotLiquidityGeneratorToken._transferStandard(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#645)
Variable AntiBotLiquidityGeneratorToken._transferFromExcluded(address,address,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#688) is too similar to AntiBotLiquidityGeneratorToken._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#298)
Variable AntiBotLiquidityGeneratorToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#419) is too similar to AntiBotLiquidityGeneratorToken._getTValues(uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#396)
Variable AntiBotLiquidityGeneratorToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#419) is too similar to AntiBotLiquidityGeneratorToken._transferToExcluded(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#667)
Variable AntiBotLiquidityGeneratorToken._getValues(uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#373) is too similar to AntiBotLiquidityGeneratorToken._getValues(uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#370)
Variable AntiBotLiquidityGeneratorToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#419) is too similar to AntiBotLiquidityGeneratorToken._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#690)
Variable AntiBotLiquidityGeneratorToken.reflectionFromToken(uint256,bool).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#255) is too similar to AntiBotLiquidityGeneratorToken._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#298)
Variable AntiBotLiquidityGeneratorToken._transferBothExcluded(address,address,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#296) is too similar to AntiBotLiquidityGeneratorToken._getValues(uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#370)
Variable AntiBotLiquidityGeneratorToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#419) is too similar to AntiBotLiquidityGeneratorToken._transferStandard(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#645)
Variable AntiBotLiquidityGeneratorToken._transferStandard(address,address,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#643) is too similar to AntiBotLiquidityGeneratorToken._getValues(uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#370)
Variable AntiBotLiquidityGeneratorToken._transferToExcluded(address,address,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#665) is too similar to AntiBotLiquidityGeneratorToken._getValues(uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#370)
Variable AntiBotLiquidityGeneratorToken._charityFee (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#47) is too similar to AntiBotLiquidityGeneratorToken._getTValues(uint256).tCharityFee (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#395)
Variable AntiBotLiquidityGeneratorToken._transferFromExcluded(address,address,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#688) is too similar to AntiBotLiquidityGeneratorToken._getTValues(uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#396)
Variable AntiBotLiquidityGeneratorToken._getValues(uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#373) is too similar to AntiBotLiquidityGeneratorToken._transferToExcluded(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#667)
Variable AntiBotLiquidityGeneratorToken._transferStandard(address,address,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#643) is too similar to AntiBotLiquidityGeneratorToken._getTValues(uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#396)
Variable AntiBotLiquidityGeneratorToken.reflectionFromToken(uint256,bool).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#255) is too similar to AntiBotLiquidityGeneratorToken._transferToExcluded(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#667)
Variable AntiBotLiquidityGeneratorToken._transferBothExcluded(address,address,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#296) is too similar to AntiBotLiquidityGeneratorToken._transferStandard(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#645)
Variable AntiBotLiquidityGeneratorToken._transferBothExcluded(address,address,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#296) is too similar to AntiBotLiquidityGeneratorToken._transferToExcluded(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#667)
Variable AntiBotLiquidityGeneratorToken._transferBothExcluded(address,address,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#296) is too similar to AntiBotLiquidityGeneratorToken._getTValues(uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#396)
Variable AntiBotLiquidityGeneratorToken._transferBothExcluded(address,address,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#296) is too similar to AntiBotLiquidityGeneratorToken._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#690)
Variable AntiBotLiquidityGeneratorToken._transferFromExcluded(address,address,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#688) is too similar to AntiBotLiquidityGeneratorToken._transferToExcluded(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#667)
Variable AntiBotLiquidityGeneratorToken._transferStandard(address,address,uint256).rTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#643) is too similar to AntiBotLiquidityGeneratorToken._transferToExcluded(address,address,uint256).tTransferAmount (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#667)
Prevent variables from having similar names.
Additional information: link
OwnableUpgradeable.__gap (@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol#74) is never used in AntiBotLiquidityGeneratorToken (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#15-703)
Remove unused state variables.
Additional information: link
renounceOwnership() should be declared external:
- OwnableUpgradeable.renounceOwnership() (@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol#60-63)
name() should be declared external:
- AntiBotLiquidityGeneratorToken.name() (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#158-160)
symbol() should be declared external:
- AntiBotLiquidityGeneratorToken.symbol() (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#162-164)
decimals() should be declared external:
- AntiBotLiquidityGeneratorToken.decimals() (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#166-168)
totalSupply() should be declared external:
- AntiBotLiquidityGeneratorToken.totalSupply() (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#170-172)
transfer(address,uint256) should be declared external:
- AntiBotLiquidityGeneratorToken.transfer(address,uint256) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#179-182)
allowance(address,address) should be declared external:
- AntiBotLiquidityGeneratorToken.allowance(address,address) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#184-186)
approve(address,uint256) should be declared external:
- AntiBotLiquidityGeneratorToken.approve(address,uint256) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#188-191)
transferFrom(address,address,uint256) should be declared external:
- AntiBotLiquidityGeneratorToken.transferFrom(address,address,uint256) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#193-205)
increaseAllowance(address,uint256) should be declared external:
- AntiBotLiquidityGeneratorToken.increaseAllowance(address,uint256) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#207-210)
decreaseAllowance(address,uint256) should be declared external:
- AntiBotLiquidityGeneratorToken.decreaseAllowance(address,uint256) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#212-226)
isExcludedFromReward(address) should be declared external:
- AntiBotLiquidityGeneratorToken.isExcludedFromReward(address) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#228-230)
totalFees() should be declared external:
- AntiBotLiquidityGeneratorToken.totalFees() (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#232-234)
deliver(uint256) should be declared external:
- AntiBotLiquidityGeneratorToken.deliver(uint256) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#236-243)
reflectionFromToken(uint256,bool) should be declared external:
- AntiBotLiquidityGeneratorToken.reflectionFromToken(uint256,bool) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#245-258)
excludeFromReward(address) should be declared external:
- AntiBotLiquidityGeneratorToken.excludeFromReward(address) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#266-274)
excludeFromFee(address) should be declared external:
- AntiBotLiquidityGeneratorToken.excludeFromFee(address) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#313-315)
includeInFee(address) should be declared external:
- AntiBotLiquidityGeneratorToken.includeInFee(address) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#317-319)
setExcludeFromMaxTx(address,bool) should be declared external:
- AntiBotLiquidityGeneratorToken.setExcludeFromMaxTx(address,bool) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#321-323)
isExcludedFromMaxTx(address) should be declared external:
- AntiBotLiquidityGeneratorToken.isExcludedFromMaxTx(address) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#325-327)
setSwapAndLiquifyEnabled(bool) should be declared external:
- AntiBotLiquidityGeneratorToken.setSwapAndLiquifyEnabled(bool) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#344-347)
isExcludedFromFee(address) should be declared external:
- AntiBotLiquidityGeneratorToken.isExcludedFromFee(address) (contracts/tokens/AntiBotLiquidityGeneratorToken.sol#490-492)
Use the external attribute for functions never called from the contract.
Additional information: link
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
Unable to find PancakeSwap trading pair to compute liquidity.
Unable to find PancakeSwap trading pair to compute volume.
Unable to find PancakeSwap trading pair to compute number of swaps.
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Token was delisted from CoinGecko
Additional information: link
Unable to find token contract audit
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Young tokens have high risks of price dump / death
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Young tokens have high risks of price dump / death
Token has relatively low CoinMarketCap rank
Twitter account link seems to be invalid
Unable to find Youtube account
Unable to find Discord account