Apollo13’s vision is to create a platform that gathers the most popular NFTs and new up-and-coming artistic talent. Apollo13’s priority is creating a vibrant ecosystem relating to the Arts such as Music, Paintings, and Photography in the Metaverse.
Reentrancy in APO._transfer(address,address,uint256) (#1110-1154):
External calls:
- swapAndLiquify(contractTokenBalance) (#1141)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1202-1209)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1188-1194)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1141)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1202-1209)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1153)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1049)
- _rOwned[_walletAddress] = _rOwned[_walletAddress].add(rwallet) (#1057)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1245)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1235)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1257)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1236)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#954)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1258)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1247)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#956)
- _tokenTransfer(from,to,amount,takeFee) (#1153)
- _rTotal = _rTotal.sub(rFee) (#1002)
- _tokenTransfer(from,to,amount,takeFee) (#1153)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1051)
- _tOwned[_walletAddress] = _tOwned[_walletAddress].add(twallet) (#1059)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1256)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#953)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1246)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#955)
Apply the check-effects-interactions pattern.
Additional information: link
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
Reentrancy in APO.transferFrom(address,address,uint256) (#879-883):
External calls:
- _transfer(sender,recipient,amount) (#880)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1202-1209)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1188-1194)
External calls sending eth:
- _transfer(sender,recipient,amount) (#880)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1202-1209)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1107)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#881)
Reentrancy in APO._transfer(address,address,uint256) (#1110-1154):
External calls:
- swapAndLiquify(contractTokenBalance) (#1141)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1202-1209)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1188-1194)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1141)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1202-1209)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1240)
- _tokenTransfer(from,to,amount,takeFee) (#1153)
- Transfer(sender,recipient,tTransferAmount) (#1262)
- _tokenTransfer(from,to,amount,takeFee) (#1153)
- Transfer(sender,recipient,tTransferAmount) (#1251)
- _tokenTransfer(from,to,amount,takeFee) (#1153)
- Transfer(sender,recipient,tTransferAmount) (#960)
- _tokenTransfer(from,to,amount,takeFee) (#1153)
Reentrancy in APO.swapAndLiquify(uint256) (#1156-1177):
External calls:
- swapTokensForEth(half) (#1168)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1188-1194)
- addLiquidity(otherHalf,newBalance) (#1174)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1202-1209)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1174)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1202-1209)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1107)
- addLiquidity(otherHalf,newBalance) (#1174)
- SwapAndLiquify(half,newBalance,otherHalf) (#1176)
Apply the check-effects-interactions pattern.
Additional information: link
Address.isContract(address) (#337-346) uses assembly
- INLINE ASM (#344)
Address._verifyCallResult(bool,bytes,string) (#482-499) uses assembly
- INLINE ASM (#491-494)
Do not use evm assembly.
Additional information: link
APO.includeInReward(address) (#939-950) has costly operations inside a loop:
- _excluded.pop() (#946)
Use a local variable to hold the loop computation result.
Additional information: link
APO.addLiquidity(uint256,uint256) (#1197-1210) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1202-1209)
Ensure that all the return values of the function calls are used.
Additional information: link
APO._approve(address,address,uint256).owner (#1102) shadows:
- Ownable.owner() (#530-532) (function)
APO.allowance(address,address).owner (#870) shadows:
- Ownable.owner() (#530-532) (function)
Rename the local variables that shadow another component.
Additional information: link
APO.setTaxFeePercent(uint256) (#975-977) should emit an event for:
- _taxFee = taxFee (#976)
APO.setwalletFeePercent(uint256) (#979-981) should emit an event for:
- _walletFee = walletFee (#980)
APO.setLiquidityFeePercent(uint256) (#983-985) should emit an event for:
- _liquidityFee = liquidityFee (#984)
APO.setMaxTxPercent(uint256) (#987-991) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#988-990)
Emit an event for critical parameter changes.
Additional information: link
APO.setFeeWallet(address).newAdd (#971) lacks a zero-check on :
- _walletAddress = newAdd (#972)
Check that the address is not zero.
Additional information: link
Reentrancy in APO._transfer(address,address,uint256) (#1110-1154):
External calls:
- swapAndLiquify(contractTokenBalance) (#1141)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1202-1209)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1188-1194)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1141)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1202-1209)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1153)
- _liquidityFee = _previousLiquidityFee (#1095)
- _liquidityFee = 0 (#1089)
- _tokenTransfer(from,to,amount,takeFee) (#1153)
- _previousLiquidityFee = _liquidityFee (#1085)
- _tokenTransfer(from,to,amount,takeFee) (#1153)
- _previousTaxFee = _taxFee (#1083)
- _tokenTransfer(from,to,amount,takeFee) (#1153)
- _previouswalletFee = _walletFee (#1084)
- _tokenTransfer(from,to,amount,takeFee) (#1153)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1003)
- _tokenTransfer(from,to,amount,takeFee) (#1153)
- _taxFee = _previousTaxFee (#1093)
- _taxFee = 0 (#1087)
- _tokenTransfer(from,to,amount,takeFee) (#1153)
- _walletFee = _previouswalletFee (#1094)
- _walletFee = 0 (#1088)
Reentrancy in APO.swapAndLiquify(uint256) (#1156-1177):
External calls:
- swapTokensForEth(half) (#1168)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1188-1194)
- addLiquidity(otherHalf,newBalance) (#1174)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1202-1209)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1174)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1202-1209)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1174)
- _allowances[owner][spender] = amount (#1106)
Reentrancy in APO.transferFrom(address,address,uint256) (#879-883):
External calls:
- _transfer(sender,recipient,amount) (#880)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1202-1209)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1188-1194)
External calls sending eth:
- _transfer(sender,recipient,amount) (#880)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1202-1209)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#881)
- _allowances[owner][spender] = amount (#1106)
Apply the check-effects-interactions pattern.
Additional information: link
SafeMath.tryDiv(uint256,uint256) (#138-143) is never used and should be removed
Address.sendValue(address,uint256) (#364-370) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#415-417) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#150-155) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#474-480) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#464-466) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#96-102) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#287-292) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#425-432) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#265-270) is never used and should be removed
Context._msgData() (#310-313) is never used and should be removed
Address.functionStaticCall(address,bytes) (#440-442) is never used and should be removed
SafeMath.mod(uint256,uint256) (#225-227) is never used and should be removed
Address._verifyCallResult(bool,bytes,string) (#482-499) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#121-131) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#109-114) is never used and should be removed
Address.isContract(address) (#337-346) is never used and should be removed
Address.functionCall(address,bytes,string) (#400-402) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#450-456) is never used and should be removed
Address.functionCall(address,bytes) (#390-392) is never used and should be removed
Remove unused functions.
Additional information: link
APO._rTotal (#784) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
APO._previousLiquidityFee (#797) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
APO._previousTaxFee (#792) is set pre-construction with a non-constant function or state variable:
- _taxFee
APO._previouswalletFee (#795) is set pre-construction with a non-constant function or state variable:
- _walletFee
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.8.3 (#4) allows old versions
solc-0.8.3 is not recommended for deployment
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 Address.functionCallWithValue(address,bytes,uint256,string) (#425-432):
- (success,returndata) = target.call{value: value}(data) (#430)
Low level call in Address.functionDelegateCall(address,bytes,string) (#474-480):
- (success,returndata) = target.delegatecall(data) (#478)
Low level call in Address.functionStaticCall(address,bytes,string) (#450-456):
- (success,returndata) = target.staticcall(data) (#454)
Low level call in Address.sendValue(address,uint256) (#364-370):
- (success) = recipient.call{value: amount}() (#368)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Parameter APO.setSwapAndLiquifyEnabled(bool)._enabled (#993) is not in mixedCase
Variable APO._walletFee (#794) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#597) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#614) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#596) is not in mixedCase
Variable APO._taxFee (#791) is not in mixedCase
Variable APO._maxTxAmount (#805) is not in mixedCase
Parameter APO.calculatewalletFee(uint256)._amount (#1068) is not in mixedCase
Parameter APO.calculateTaxFee(uint256)._amount (#1062) is not in mixedCase
Function IUniswapV2Router01.WETH() (#634) is not in mixedCase
Parameter APO.calculateLiquidityFee(uint256)._amount (#1074) is not in mixedCase
Variable APO._liquidityFee (#796) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#311)" inContext (#305-314)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable APO._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1025) is too similar to APO._transferBothExcluded(address,address,uint256).tTransferAmount (#952)
Variable APO._transferBothExcluded(address,address,uint256).rTransferAmount (#952) is too similar to APO._getValues(uint256).tTransferAmount (#1007)
Variable APO._transferBothExcluded(address,address,uint256).rTransferAmount (#952) is too similar to APO._transferFromExcluded(address,address,uint256).tTransferAmount (#1255)
Variable APO._transferToExcluded(address,address,uint256).rTransferAmount (#1244) is too similar to APO._transferFromExcluded(address,address,uint256).tTransferAmount (#1255)
Variable APO._transferToExcluded(address,address,uint256).rTransferAmount (#1244) is too similar to APO._getTValues(uint256).tTransferAmount (#1016)
Variable APO._transferToExcluded(address,address,uint256).rTransferAmount (#1244) is too similar to APO._transferBothExcluded(address,address,uint256).tTransferAmount (#952)
Variable APO._transferFromExcluded(address,address,uint256).rTransferAmount (#1255) is too similar to APO._transferToExcluded(address,address,uint256).tTransferAmount (#1244)
Variable APO._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1025) is too similar to APO._getTValues(uint256).tTransferAmount (#1016)
Variable APO._transferToExcluded(address,address,uint256).rTransferAmount (#1244) is too similar to APO._getValues(uint256).tTransferAmount (#1007)
Variable APO._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1025) is too similar to APO._transferStandard(address,address,uint256).tTransferAmount (#1234)
Variable APO._transferStandard(address,address,uint256).rTransferAmount (#1234) is too similar to APO._transferBothExcluded(address,address,uint256).tTransferAmount (#952)
Variable APO._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1025) is too similar to APO._getValues(uint256).tTransferAmount (#1007)
Variable APO._getValues(uint256).rTransferAmount (#1008) is too similar to APO._transferBothExcluded(address,address,uint256).tTransferAmount (#952)
Variable APO._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1025) is too similar to APO._transferToExcluded(address,address,uint256).tTransferAmount (#1244)
Variable APO.reflectionFromToken(uint256,bool).rTransferAmount (#918) is too similar to APO._transferStandard(address,address,uint256).tTransferAmount (#1234)
Variable APO.reflectionFromToken(uint256,bool).rTransferAmount (#918) is too similar to APO._transferFromExcluded(address,address,uint256).tTransferAmount (#1255)
Variable APO._transferStandard(address,address,uint256).rTransferAmount (#1234) is too similar to APO._transferStandard(address,address,uint256).tTransferAmount (#1234)
Variable APO.reflectionFromToken(uint256,bool).rTransferAmount (#918) is too similar to APO._getValues(uint256).tTransferAmount (#1007)
Variable APO._transferStandard(address,address,uint256).rTransferAmount (#1234) is too similar to APO._getValues(uint256).tTransferAmount (#1007)
Variable APO._transferBothExcluded(address,address,uint256).rTransferAmount (#952) is too similar to APO._transferToExcluded(address,address,uint256).tTransferAmount (#1244)
Variable APO._getValues(uint256).rTransferAmount (#1008) is too similar to APO._transferToExcluded(address,address,uint256).tTransferAmount (#1244)
Variable APO._transferStandard(address,address,uint256).rTransferAmount (#1234) is too similar to APO._transferToExcluded(address,address,uint256).tTransferAmount (#1244)
Variable APO._transferStandard(address,address,uint256).rTransferAmount (#1234) is too similar to APO._transferFromExcluded(address,address,uint256).tTransferAmount (#1255)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#639) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#640)
Variable APO._transferBothExcluded(address,address,uint256).rTransferAmount (#952) is too similar to APO._transferBothExcluded(address,address,uint256).tTransferAmount (#952)
Variable APO._transferStandard(address,address,uint256).rTransferAmount (#1234) is too similar to APO._getTValues(uint256).tTransferAmount (#1016)
Variable APO._transferBothExcluded(address,address,uint256).rTransferAmount (#952) is too similar to APO._transferStandard(address,address,uint256).tTransferAmount (#1234)
Variable APO._transferToExcluded(address,address,uint256).rTransferAmount (#1244) is too similar to APO._transferToExcluded(address,address,uint256).tTransferAmount (#1244)
Variable APO.reflectionFromToken(uint256,bool).rTransferAmount (#918) is too similar to APO._transferToExcluded(address,address,uint256).tTransferAmount (#1244)
Variable APO._transferFromExcluded(address,address,uint256).rTransferAmount (#1255) is too similar to APO._getTValues(uint256).tTransferAmount (#1016)
Variable APO._transferFromExcluded(address,address,uint256).rTransferAmount (#1255) is too similar to APO._transferStandard(address,address,uint256).tTransferAmount (#1234)
Variable APO._getValues(uint256).rTransferAmount (#1008) is too similar to APO._transferStandard(address,address,uint256).tTransferAmount (#1234)
Variable APO._transferToExcluded(address,address,uint256).rTransferAmount (#1244) is too similar to APO._transferStandard(address,address,uint256).tTransferAmount (#1234)
Variable APO._getValues(uint256).rTransferAmount (#1008) is too similar to APO._getValues(uint256).tTransferAmount (#1007)
Variable APO._transferFromExcluded(address,address,uint256).rTransferAmount (#1255) is too similar to APO._transferFromExcluded(address,address,uint256).tTransferAmount (#1255)
Variable APO._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1025) is too similar to APO._transferFromExcluded(address,address,uint256).tTransferAmount (#1255)
Variable APO._transferFromExcluded(address,address,uint256).rTransferAmount (#1255) is too similar to APO._transferBothExcluded(address,address,uint256).tTransferAmount (#952)
Variable APO.reflectionFromToken(uint256,bool).rTransferAmount (#918) is too similar to APO._transferBothExcluded(address,address,uint256).tTransferAmount (#952)
Variable APO._getValues(uint256).rTransferAmount (#1008) is too similar to APO._transferFromExcluded(address,address,uint256).tTransferAmount (#1255)
Variable APO._transferFromExcluded(address,address,uint256).rTransferAmount (#1255) is too similar to APO._getValues(uint256).tTransferAmount (#1007)
Variable APO._getValues(uint256).rTransferAmount (#1008) is too similar to APO._getTValues(uint256).tTransferAmount (#1016)
Variable APO._transferBothExcluded(address,address,uint256).rTransferAmount (#952) is too similar to APO._getTValues(uint256).tTransferAmount (#1016)
Variable APO.reflectionFromToken(uint256,bool).rTransferAmount (#918) is too similar to APO._getTValues(uint256).tTransferAmount (#1016)
Prevent variables from having similar names.
Additional information: link
APO._symbol (#788) should be constant
APO._decimals (#789) should be constant
APO.numTokensSellToAddToLiquidity (#806) should be constant
APO._tTotal (#783) should be constant
APO._name (#787) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
totalSupply() should be declared external:
- APO.totalSupply() (#856-858)
isExcludedFromReward(address) should be declared external:
- APO.isExcludedFromReward(address) (#895-897)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#549-552)
isExcludedFromFee(address) should be declared external:
- APO.isExcludedFromFee(address) (#1098-1100)
reflectionFromToken(uint256,bool) should be declared external:
- APO.reflectionFromToken(uint256,bool) (#912-921)
symbol() should be declared external:
- APO.symbol() (#848-850)
transferFrom(address,address,uint256) should be declared external:
- APO.transferFrom(address,address,uint256) (#879-883)
includeInFee(address) should be declared external:
- APO.includeInFee(address) (#967-969)
decimals() should be declared external:
- APO.decimals() (#852-854)
totalFees() should be declared external:
- APO.totalFees() (#899-901)
decreaseAllowance(address,uint256) should be declared external:
- APO.decreaseAllowance(address,uint256) (#890-893)
deliver(uint256) should be declared external:
- APO.deliver(uint256) (#903-910)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#558-562)
allowance(address,address) should be declared external:
- APO.allowance(address,address) (#870-872)
excludeFromFee(address) should be declared external:
- APO.excludeFromFee(address) (#963-965)
setSwapAndLiquifyEnabled(bool) should be declared external:
- APO.setSwapAndLiquifyEnabled(bool) (#993-996)
transfer(address,uint256) should be declared external:
- APO.transfer(address,uint256) (#865-868)
name() should be declared external:
- APO.name() (#844-846)
approve(address,uint256) should be declared external:
- APO.approve(address,uint256) (#874-877)
increaseAllowance(address,uint256) should be declared external:
- APO.increaseAllowance(address,uint256) (#885-888)
excludeFromReward(address) should be declared external:
- APO.excludeFromReward(address) (#929-937)
Use the external attribute for functions never called from the contract.
Additional information: link
Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.
Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.
Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Contract has 8% buy tax and 7% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.
Average 30d PancakeSwap liquidity is low.
Token is deployed only at one blockchain
Unable to find token on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Unable to find token contract audit
Unable to find audit link on the website
Token is not listed at Mobula.Finance
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Telegram account link seems to be invalid
Twitter account has less than 100 followers
Last post in Twitter was more than 30 days ago
Unable to find Blog account (Reddit or Medium)
Unable to find Discord account