APECOIN 2.0 Token Logo

APE 2.0 [APECOIN 2.0] Token

About APE 2.0

Listings

Token 22 months

Website

white paper

APE 2.0
Decentralized Token With Community-centered Ecosystem On Binance Smart Chain Integrate Ape into NFT.
APE2.0 is the future of technology, where its applications are leveraged around the world and strongly developed in the cryptocurrency world.
📈Anti rug
⛔No dev wallet
🔥90% Supply Burn
🚀NextGems Early
CMC & CG LIST AFTER pancakeswap
NFT marketplace✅Prediction game✅NFT drops✅Audit✅
Don't Miss it Strong together Just $APE 2.0

WE ARE EARLY
WE ARE WILD
WE ARE TO THE MOON 🚀🚀

Social

Laser Scorebeta Last Audit: 21 June 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

Anti-Scam

Links

Reentrancy in APE2._transfer(address,address,uint256) (#239-276):
External calls:
- swapTokensForEth(contractTokenBalance) (#251)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#283-289)
External calls sending eth:
- sendETHToFee(address(this).balance) (#254)
- _shillAddress.transfer(amount.div(2)) (#293)
- _promoAddress.transfer(amount.div(2)) (#294)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#275)
- _rOwned[address(this)] = _rOwned[address(this)].add(rTeam) (#313)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#303)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#304)
- _tokenTransfer(from,to,amount) (#275)
- _rTotal = _rTotal.sub(rFee) (#317)
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)

APE2.allowance(address,address).owner (#211) shadows:
- Ownable.owner() (#109-111) (function)
APE2._approve(address,address,uint256).owner (#232) shadows:
- Ownable.owner() (#109-111) (function)
Rename the local variables that shadow another component.

Additional information: link

APE2.setFee(uint256,uint256,uint256,uint256) (#357-366) should emit an event for:
- _redisFeeOnBuy = redisFeeOnBuy (#362)
- _redisFeeOnSell = redisFeeOnSell (#363)
- _taxFeeOnBuy = taxFeeOnBuy (#364)
- _taxFeeOnSell = taxFeeOnSell (#365)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in APE2._transfer(address,address,uint256) (#239-276):
External calls:
- swapTokensForEth(contractTokenBalance) (#251)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#283-289)
External calls sending eth:
- sendETHToFee(address(this).balance) (#254)
- _shillAddress.transfer(amount.div(2)) (#293)
- _promoAddress.transfer(amount.div(2)) (#294)
State variables written after the call(s):
- _redisFee = _redisFeeOnBuy (#259)
- _redisFee = _redisFeeOnSell (#264)
- _redisFee = 0 (#269)
- _tokenTransfer(from,to,amount) (#275)
- _tFeeTotal = _tFeeTotal.add(tFee) (#318)
- _taxFee = _taxFeeOnBuy (#260)
- _taxFee = _taxFeeOnSell (#265)
- _taxFee = 0 (#270)
Reentrancy in APE2.constructor() (#170-184):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#175-176)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#178)
- _isExcludedFromFee[address(this)] = true (#179)
- _isExcludedFromFee[_shillAddress] = true (#180)
- _isExcludedFromFee[_promoAddress] = true (#181)
Reentrancy in APE2.transferFrom(address,address,uint256) (#220-224):
External calls:
- _transfer(sender,recipient,amount) (#221)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#283-289)
External calls sending eth:
- _transfer(sender,recipient,amount) (#221)
- _shillAddress.transfer(amount.div(2)) (#293)
- _promoAddress.transfer(amount.div(2)) (#294)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#222)
- _allowances[owner][spender] = amount (#235)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in APE2._transfer(address,address,uint256) (#239-276):
External calls:
- swapTokensForEth(contractTokenBalance) (#251)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#283-289)
External calls sending eth:
- sendETHToFee(address(this).balance) (#254)
- _shillAddress.transfer(amount.div(2)) (#293)
- _promoAddress.transfer(amount.div(2)) (#294)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#307)
- _tokenTransfer(from,to,amount) (#275)
Reentrancy in APE2.constructor() (#170-184):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#175-176)
Event emitted after the call(s):
- Transfer(address(0x0000000000000000000000000000000000000000),_msgSender(),_tTotal) (#183)
Reentrancy in APE2.transferFrom(address,address,uint256) (#220-224):
External calls:
- _transfer(sender,recipient,amount) (#221)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#283-289)
External calls sending eth:
- _transfer(sender,recipient,amount) (#221)
- _shillAddress.transfer(amount.div(2)) (#293)
- _promoAddress.transfer(amount.div(2)) (#294)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#236)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#222)
Apply the check-effects-interactions pattern.

Additional information: link

Function IUniswapV2Router02.WETH() (#41) is not in mixedCase
Constant APE2._tTotal (#139) is not in UPPER_CASE_WITH_UNDERSCORES
Constant APE2._name (#152) is not in UPPER_CASE_WITH_UNDERSCORES
Constant APE2._symbol (#153) is not in UPPER_CASE_WITH_UNDERSCORES
Constant APE2._decimals (#154) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Reentrancy in APE2._transfer(address,address,uint256) (#239-276):
External calls:
- sendETHToFee(address(this).balance) (#254)
- _shillAddress.transfer(amount.div(2)) (#293)
- _promoAddress.transfer(amount.div(2)) (#294)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#275)
- _rOwned[address(this)] = _rOwned[address(this)].add(rTeam) (#313)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#303)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#304)
- _tokenTransfer(from,to,amount) (#275)
- _rTotal = _rTotal.sub(rFee) (#317)
- _redisFee = _redisFeeOnBuy (#259)
- _redisFee = _redisFeeOnSell (#264)
- _redisFee = 0 (#269)
- _tokenTransfer(from,to,amount) (#275)
- _tFeeTotal = _tFeeTotal.add(tFee) (#318)
- _taxFee = _taxFeeOnBuy (#260)
- _taxFee = _taxFeeOnSell (#265)
- _taxFee = 0 (#270)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#307)
- _tokenTransfer(from,to,amount) (#275)
Reentrancy in APE2.transferFrom(address,address,uint256) (#220-224):
External calls:
- _transfer(sender,recipient,amount) (#221)
- _shillAddress.transfer(amount.div(2)) (#293)
- _promoAddress.transfer(amount.div(2)) (#294)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#222)
- _allowances[owner][spender] = amount (#235)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#236)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#222)
Apply the check-effects-interactions pattern.

Additional information: link

Variable APE2._transferStandard(address,address,uint256).rTransferAmount (#302) is too similar to APE2._getTValues(uint256,uint256,uint256).tTransferAmount (#333)
Variable APE2._getValues(uint256).rTransferAmount (#326) is too similar to APE2._getTValues(uint256,uint256,uint256).tTransferAmount (#333)
Variable APE2._transferStandard(address,address,uint256).rTransferAmount (#302) is too similar to APE2._transferStandard(address,address,uint256).tTransferAmount (#302)
Variable APE2._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#341) is too similar to APE2._getTValues(uint256,uint256,uint256).tTransferAmount (#333)
Variable APE2._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#341) is too similar to APE2._transferStandard(address,address,uint256).tTransferAmount (#302)
Variable APE2._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#341) is too similar to APE2._getValues(uint256).tTransferAmount (#324)
Variable APE2._getValues(uint256).rTransferAmount (#326) is too similar to APE2._transferStandard(address,address,uint256).tTransferAmount (#302)
Variable APE2._getValues(uint256).rTransferAmount (#326) is too similar to APE2._getValues(uint256).tTransferAmount (#324)
Variable APE2._transferStandard(address,address,uint256).rTransferAmount (#302) is too similar to APE2._getValues(uint256).tTransferAmount (#324)
Prevent variables from having similar names.

Additional information: link

APE2.constructor() (#170-184) uses literals with too many digits:
- Transfer(address(0x0000000000000000000000000000000000000000),_msgSender(),_tTotal) (#183)
APE2.slitherConstructorConstantVariables() (#130-374) uses literals with too many digits:
- _tTotal = 1000000000000 (#139)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

APE2._tOwned (#134) is never used in APE2 (#130-374)
Remove unused state variables.

Additional information: link

APE2._promoAddress (#157) should be constant
APE2._shillAddress (#156) should be constant
APE2.swapEnabled (#163) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#118-121)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#123-127)
name() should be declared external:
- APE2.name() (#186-188)
symbol() should be declared external:
- APE2.symbol() (#190-192)
decimals() should be declared external:
- APE2.decimals() (#194-196)
totalSupply() should be declared external:
- APE2.totalSupply() (#198-200)
transfer(address,uint256) should be declared external:
- APE2.transfer(address,uint256) (#206-209)
allowance(address,address) should be declared external:
- APE2.allowance(address,address) (#211-213)
approve(address,uint256) should be declared external:
- APE2.approve(address,uint256) (#215-218)
transferFrom(address,address,uint256) should be declared external:
- APE2.transferFrom(address,address,uint256) (#220-224)
setFee(uint256,uint256,uint256,uint256) should be declared external:
- APE2.setFee(uint256,uint256,uint256,uint256) (#357-366)
excludeMultipleAccountsFromFees(address[],bool) should be declared external:
- APE2.excludeMultipleAccountsFromFees(address[],bool) (#368-372)
Use the external attribute for functions never called from the contract.

Additional information: link

Contract name (APECOIN 2.0) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.

Contract ticker (APE 2.0) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.

Holders:


Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


Telegram account has relatively few subscribers


Unable to find Youtube account


Unable to find Discord account


Twitter account has few posts


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token contract audit


Unable to find KYC or doxxing proof


Unable to find audit link on the website


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


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


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


Young tokens have high risks of price dump / death

Price for APE 2.0

News for APE 2.0