BAO's goal is to be the number one meme token. Our strategy is to rise infinitely, and victory often belongs to the diamond hand. Returning after a year, we made the big decision to change the transaction fee to BYU:0 SELL:0 which leaves a lot of room for growth and we can minimize or even offset investors in the process of trading Costs incurred. As an investor, this is a unique opportunity to be part of an investment with a good career and great potential gains.
BAO is modeling its own independent brand, and the BAO-NFT field expands our ecosystem. This will be a reward for BAO diamond holders, with an exclusive NFT field where they can participate in various revenue models. BAOmetaverse is currently under construction, as well as the staking system, the lending system development is in progress and will be ready to be introduced soon. Now you can log in with your crypto wallet to check.
Reentrancy in BAO._transfer(address,address,uint256) (#1075-1123):
External calls:
- swapAndLiquify(contractTokenBalance) (#1106)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#775-782)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1157-1163)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1106)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#775-782)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1122)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1022)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#822)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#808)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#931)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#809)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#838)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#839)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#824)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#933)
- _rOwned[burnAddress] = _rOwned[burnAddress].add(tBurn) (#814)
- _rOwned[burnAddress] = _rOwned[burnAddress].add(tBurn) (#844)
- _rOwned[burnAddress] = _rOwned[burnAddress].add(tBurn) (#829)
- _rOwned[burnAddress] = _rOwned[burnAddress].add(tBurn) (#938)
- _tokenTransfer(from,to,amount,takeFee) (#1122)
- _rTotal = _rTotal.sub(rFee) (#975)
- _tokenTransfer(from,to,amount,takeFee) (#1122)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1024)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#930)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#837)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#823)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#932)
- _tOwned[burnAddress] = _tOwned[burnAddress].add(tBurn) (#813)
- _tOwned[burnAddress] = _tOwned[burnAddress].add(tBurn) (#828)
- _tOwned[burnAddress] = _tOwned[burnAddress].add(tBurn) (#843)
- _tOwned[burnAddress] = _tOwned[burnAddress].add(tBurn) (#937)
Apply the check-effects-interactions pattern.
Additional information: link
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
BAO.includeInReward(address) (#916-927) has costly operations inside a loop:
- _excluded.pop() (#923)
Use a local variable to hold the loop computation result.
Additional information: link
Reentrancy in BAO._transfer(address,address,uint256) (#1075-1123):
External calls:
- swapAndLiquify(contractTokenBalance) (#1106)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#775-782)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1157-1163)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1106)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#775-782)
Event emitted after the call(s):
- Transfer(sender,burnAddress,tBurn) (#815)
- _tokenTransfer(from,to,amount,takeFee) (#1122)
- Transfer(sender,burnAddress,tBurn) (#845)
- _tokenTransfer(from,to,amount,takeFee) (#1122)
- Transfer(sender,burnAddress,tBurn) (#830)
- _tokenTransfer(from,to,amount,takeFee) (#1122)
- Transfer(sender,burnAddress,tBurn) (#939)
- _tokenTransfer(from,to,amount,takeFee) (#1122)
- Transfer(sender,recipient,tTransferAmount) (#817)
- _tokenTransfer(from,to,amount,takeFee) (#1122)
- Transfer(sender,recipient,tTransferAmount) (#847)
- _tokenTransfer(from,to,amount,takeFee) (#1122)
- Transfer(sender,recipient,tTransferAmount) (#832)
- _tokenTransfer(from,to,amount,takeFee) (#1122)
- Transfer(sender,recipient,tTransferAmount) (#941)
- _tokenTransfer(from,to,amount,takeFee) (#1122)
Reentrancy in BAO.transferFrom(address,address,uint256) (#856-860):
External calls:
- _transfer(sender,recipient,amount) (#857)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#775-782)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1157-1163)
External calls sending eth:
- _transfer(sender,recipient,amount) (#857)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#775-782)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1072)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#858)
Reentrancy in BAO.swapAndLiquify(uint256) (#1125-1146):
External calls:
- swapTokensForEth(half) (#1137)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1157-1163)
- addLiquidity(otherHalf,newBalance) (#1143)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#775-782)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1143)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#775-782)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1072)
- addLiquidity(otherHalf,newBalance) (#1143)
- SwapAndLiquify(half,newBalance,otherHalf) (#1145)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#441-446) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#443)
Avoid relying on block.timestamp.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#339-360) uses assembly
- INLINE ASM (#352-355)
Address.isContract(address) (#246-255) uses assembly
- INLINE ASM (#253)
Do not use evm assembly.
Additional information: link
Redundant expression "this (#219)" inContext (#213-222)
Remove redundant statements if they congest code but offer no value.
Additional information: link
BAO.addLiquidity(uint256,uint256) (#770-783) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#775-782)
Ensure that all the return values of the function calls are used.
Additional information: link
BAO._approve(address,address,uint256).owner (#1067) shadows:
- Ownable.owner() (#394-396) (function)
BAO.allowance(address,address).owner (#766) shadows:
- Ownable.owner() (#394-396) (function)
Rename the local variables that shadow another component.
Additional information: link
BAO.setMaxTxPercent(uint256) (#960-964) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#961-963)
BAO.setLiquidityFeePercent(uint256) (#956-958) should emit an event for:
- _liquidityFee = liquidityFee (#957)
BAO.setTaxFeePercent(uint256) (#952-954) should emit an event for:
- _taxFee = taxFee (#953)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in BAO.transferFrom(address,address,uint256) (#856-860):
External calls:
- _transfer(sender,recipient,amount) (#857)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#775-782)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1157-1163)
External calls sending eth:
- _transfer(sender,recipient,amount) (#857)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#775-782)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#858)
- _allowances[owner][spender] = amount (#1071)
Reentrancy in BAO.swapAndLiquify(uint256) (#1125-1146):
External calls:
- swapTokensForEth(half) (#1137)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1157-1163)
- addLiquidity(otherHalf,newBalance) (#1143)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#775-782)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1143)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#775-782)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1143)
- _allowances[owner][spender] = amount (#1071)
Reentrancy in BAO._transfer(address,address,uint256) (#1075-1123):
External calls:
- swapAndLiquify(contractTokenBalance) (#1106)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#775-782)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1157-1163)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1106)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#775-782)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1122)
- _burnFee = _previousBurnFee (#1060)
- _burnFee = 0 (#1054)
- _tokenTransfer(from,to,amount,takeFee) (#1122)
- _liquidityFee = _previousLiquidityFee (#1059)
- _liquidityFee = 0 (#1053)
- _tokenTransfer(from,to,amount,takeFee) (#1122)
- _previousBurnFee = _burnFee (#1050)
- _tokenTransfer(from,to,amount,takeFee) (#1122)
- _previousLiquidityFee = _liquidityFee (#1049)
- _tokenTransfer(from,to,amount,takeFee) (#1122)
- _previousTaxFee = _taxFee (#1048)
- _tokenTransfer(from,to,amount,takeFee) (#1122)
- _tFeeTotal = _tFeeTotal.add(tFee) (#976)
- _tokenTransfer(from,to,amount,takeFee) (#1122)
- _taxFee = _previousTaxFee (#1058)
- _taxFee = 0 (#1052)
Apply the check-effects-interactions pattern.
Additional information: link
Address.sendValue(address,uint256) (#273-279) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#324-326) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#140-143) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#334-337) is never used and should be removed
Context._msgData() (#218-221) is never used and should be removed
SafeMath.mod(uint256,uint256) (#124-126) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#339-360) is never used and should be removed
Address.isContract(address) (#246-255) is never used and should be removed
Address.functionCall(address,bytes,string) (#309-311) is never used and should be removed
Address.functionCall(address,bytes) (#299-301) is never used and should be removed
Remove unused functions.
Additional information: link
BAO._previousTaxFee (#686) is set pre-construction with a non-constant function or state variable:
- _taxFee
BAO._previousLiquidityFee (#689) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
BAO._previousBurnFee (#694) is set pre-construction with a non-constant function or state variable:
- _burnFee
BAO._rTotal (#678) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
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) (#273-279):
- (success) = recipient.call{value: amount}() (#277)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#339-360):
- (success,returndata) = target.call{value: weiValue}(data) (#343)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable BAO._burnFee (#691) is not in mixedCase
Variable BAO._liquidityFee (#688) is not in mixedCase
Variable BAO._maxTxAmount (#702) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#486) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#503) is not in mixedCase
Parameter BAO.calculateLiquidityFee(uint256)._amount (#1033) is not in mixedCase
Parameter BAO.calculateTaxFee(uint256)._amount (#1027) is not in mixedCase
Variable BAO._taxFee (#685) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#485) is not in mixedCase
Parameter BAO.setSwapAndLiquifyEnabled(bool)._enabled (#966) is not in mixedCase
Parameter BAO.calculateBurnFee(uint256)._amount (#1039) is not in mixedCase
Function IUniswapV2Router01.WETH() (#525) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Variable BAO.reflectionFromToken(uint256,bool).rTransferAmount (#895) is too similar to BAO._transferToExcluded(address,address,uint256).tTransferAmount (#821)
Variable BAO._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#998) is too similar to BAO._transferBothExcluded(address,address,uint256).tTransferAmount (#929)
Variable BAO._transferStandard(address,address,uint256).rTransferAmount (#807) is too similar to BAO._transferStandard(address,address,uint256).tTransferAmount (#807)
Variable BAO.reflectionFromToken(uint256,bool).rTransferAmount (#895) is too similar to BAO._transferFromExcluded(address,address,uint256).tTransferAmount (#836)
Variable BAO._getValues(uint256).rTransferAmount (#981) is too similar to BAO._transferToExcluded(address,address,uint256).tTransferAmount (#821)
Variable BAO._transferStandard(address,address,uint256).rTransferAmount (#807) is too similar to BAO._getValues(uint256).tTransferAmount (#980)
Variable BAO._transferBothExcluded(address,address,uint256).rTransferAmount (#929) is too similar to BAO._transferToExcluded(address,address,uint256).tTransferAmount (#821)
Variable BAO._transferFromExcluded(address,address,uint256).rTransferAmount (#836) is too similar to BAO._getValues(uint256).tTransferAmount (#980)
Variable BAO._transferFromExcluded(address,address,uint256).rTransferAmount (#836) is too similar to BAO._transferStandard(address,address,uint256).tTransferAmount (#807)
Variable BAO._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#998) is too similar to BAO._transferStandard(address,address,uint256).tTransferAmount (#807)
Variable BAO._transferFromExcluded(address,address,uint256).rTransferAmount (#836) is too similar to BAO._transferToExcluded(address,address,uint256).tTransferAmount (#821)
Variable BAO.reflectionFromToken(uint256,bool).rTransferAmount (#895) is too similar to BAO._getTValues(uint256).tTransferAmount (#989)
Variable BAO._transferBothExcluded(address,address,uint256).rTransferAmount (#929) is too similar to BAO._transferStandard(address,address,uint256).tTransferAmount (#807)
Variable BAO._transferBothExcluded(address,address,uint256).rTransferAmount (#929) is too similar to BAO._getTValues(uint256).tTransferAmount (#989)
Variable BAO._transferToExcluded(address,address,uint256).rTransferAmount (#821) is too similar to BAO._transferFromExcluded(address,address,uint256).tTransferAmount (#836)
Variable BAO._getValues(uint256).rTransferAmount (#981) is too similar to BAO._getTValues(uint256).tTransferAmount (#989)
Variable BAO._getValues(uint256).rTransferAmount (#981) is too similar to BAO._transferFromExcluded(address,address,uint256).tTransferAmount (#836)
Variable BAO._transferBothExcluded(address,address,uint256).rTransferAmount (#929) is too similar to BAO._transferBothExcluded(address,address,uint256).tTransferAmount (#929)
Variable BAO._transferBothExcluded(address,address,uint256).rTransferAmount (#929) is too similar to BAO._getValues(uint256).tTransferAmount (#980)
Variable BAO._transferStandard(address,address,uint256).rTransferAmount (#807) is too similar to BAO._transferBothExcluded(address,address,uint256).tTransferAmount (#929)
Variable BAO.reflectionFromToken(uint256,bool).rTransferAmount (#895) is too similar to BAO._getValues(uint256).tTransferAmount (#980)
Variable BAO._transferToExcluded(address,address,uint256).rTransferAmount (#821) is too similar to BAO._getValues(uint256).tTransferAmount (#980)
Variable BAO._transferBothExcluded(address,address,uint256).rTransferAmount (#929) is too similar to BAO._transferFromExcluded(address,address,uint256).tTransferAmount (#836)
Variable BAO._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#998) is too similar to BAO._transferFromExcluded(address,address,uint256).tTransferAmount (#836)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#530) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#531)
Variable BAO.reflectionFromToken(uint256,bool).rTransferAmount (#895) is too similar to BAO._transferStandard(address,address,uint256).tTransferAmount (#807)
Variable BAO._transferFromExcluded(address,address,uint256).rTransferAmount (#836) is too similar to BAO._transferBothExcluded(address,address,uint256).tTransferAmount (#929)
Variable BAO._transferFromExcluded(address,address,uint256).rTransferAmount (#836) is too similar to BAO._getTValues(uint256).tTransferAmount (#989)
Variable BAO._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#998) is too similar to BAO._getTValues(uint256).tTransferAmount (#989)
Variable BAO._transferToExcluded(address,address,uint256).rTransferAmount (#821) is too similar to BAO._transferStandard(address,address,uint256).tTransferAmount (#807)
Variable BAO._transferStandard(address,address,uint256).rTransferAmount (#807) is too similar to BAO._transferToExcluded(address,address,uint256).tTransferAmount (#821)
Variable BAO._transferToExcluded(address,address,uint256).rTransferAmount (#821) is too similar to BAO._transferToExcluded(address,address,uint256).tTransferAmount (#821)
Variable BAO._getValues(uint256).rTransferAmount (#981) is too similar to BAO._transferBothExcluded(address,address,uint256).tTransferAmount (#929)
Variable BAO._transferToExcluded(address,address,uint256).rTransferAmount (#821) is too similar to BAO._transferBothExcluded(address,address,uint256).tTransferAmount (#929)
Variable BAO._getValues(uint256).rTransferAmount (#981) is too similar to BAO._transferStandard(address,address,uint256).tTransferAmount (#807)
Variable BAO._transferToExcluded(address,address,uint256).rTransferAmount (#821) is too similar to BAO._getTValues(uint256).tTransferAmount (#989)
Variable BAO._transferStandard(address,address,uint256).rTransferAmount (#807) is too similar to BAO._transferFromExcluded(address,address,uint256).tTransferAmount (#836)
Variable BAO.reflectionFromToken(uint256,bool).rTransferAmount (#895) is too similar to BAO._transferBothExcluded(address,address,uint256).tTransferAmount (#929)
Variable BAO._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#998) is too similar to BAO._transferToExcluded(address,address,uint256).tTransferAmount (#821)
Variable BAO._getValues(uint256).rTransferAmount (#981) is too similar to BAO._getValues(uint256).tTransferAmount (#980)
Variable BAO._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#998) is too similar to BAO._getValues(uint256).tTransferAmount (#980)
Variable BAO._transferStandard(address,address,uint256).rTransferAmount (#807) is too similar to BAO._getTValues(uint256).tTransferAmount (#989)
Variable BAO._transferFromExcluded(address,address,uint256).rTransferAmount (#836) is too similar to BAO._transferFromExcluded(address,address,uint256).tTransferAmount (#836)
Prevent variables from having similar names.
Additional information: link
BAO.slitherConstructorVariables() (#663-1171) uses literals with too many digits:
- burnAddress = address(0x000000000000000000000000000000000000dEaD) (#692)
BAO.slitherConstructorVariables() (#663-1171) uses literals with too many digits:
- _tTotal = 10000000000000000 * 10 ** 18 (#677)
BAO.slitherConstructorVariables() (#663-1171) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 100000000000000 * 10 ** 18 (#703)
BAO.slitherConstructorVariables() (#663-1171) uses literals with too many digits:
- _maxTxAmount = 1000000000000000 * 10 ** 18 (#702)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
BAO.ownerAddres (#693) should be constant
BAO._tTotal (#677) should be constant
BAO._decimals (#683) should be constant
BAO._symbol (#682) should be constant
BAO._name (#681) should be constant
BAO.numTokensSellToAddToLiquidity (#703) should be constant
BAO.burnAddress (#692) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
excludeFromFee(address) should be declared external:
- BAO.excludeFromFee(address) (#944-946)
deliver(uint256) should be declared external:
- BAO.deliver(uint256) (#880-887)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#413-416)
isExcludedFromFee(address) should be declared external:
- BAO.isExcludedFromFee(address) (#1063-1065)
excludeFromReward(address) should be declared external:
- BAO.excludeFromReward(address) (#906-914)
increaseAllowance(address,uint256) should be declared external:
- BAO.increaseAllowance(address,uint256) (#862-865)
isExcludedFromReward(address) should be declared external:
- BAO.isExcludedFromReward(address) (#872-874)
totalFees() should be declared external:
- BAO.totalFees() (#876-878)
approve(address,uint256) should be declared external:
- BAO.approve(address,uint256) (#851-854)
reflectionFromToken(uint256,bool) should be declared external:
- BAO.reflectionFromToken(uint256,bool) (#889-898)
transferFrom(address,address,uint256) should be declared external:
- BAO.transferFrom(address,address,uint256) (#856-860)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#422-426)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#428-430)
allowance(address,address) should be declared external:
- BAO.allowance(address,address) (#766-768)
includeInFee(address) should be declared external:
- BAO.includeInFee(address) (#948-950)
decreaseAllowance(address,uint256) should be declared external:
- BAO.decreaseAllowance(address,uint256) (#867-870)
decimals() should be declared external:
- BAO.decimals() (#748-750)
totalSupply() should be declared external:
- BAO.totalSupply() (#752-754)
unlock() should be declared external:
- Ownable.unlock() (#441-446)
name() should be declared external:
- BAO.name() (#740-742)
symbol() should be declared external:
- BAO.symbol() (#744-746)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#433-438)
transfer(address,uint256) should be declared external:
- BAO.transfer(address,uint256) (#761-764)
setSwapAndLiquifyEnabled(bool) should be declared external:
- BAO.setSwapAndLiquifyEnabled(bool) (#966-969)
Use the external attribute for functions never called from the contract.
Additional information: link
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Youtube account
Twitter account has few posts