AEROCHAIN COIN Token Logo

AERO [AEROCHAIN COIN] Token

ALERT: honeypot scam

About AERO

Listings

Token 2 years
CoinMarketCap 2 years
[CoinMarketCap] alert: The smart contract for the following token contains variable tax rate function - this open the opportunity for contract owners to modify the contract behaviour (ie. change fees, or transfer tokens). Please exercise with extra caution if you are investing in this token.
[CoinGecko] alert: The following token has a variable tax function on the smart contract - which allows contract owners to change tax rates post deployment.
Do your own research and be careful if you are trading this token.
white paper

Aerochain is a blockchain that provides everything you need.

Aerochain has an experienced and based on Dev team with plenty of experience behind them to see the project grow. Our team is active, and the platform keep evolving over the next few months. We're ready for new features, competitions, challenges, donations and more...

with a Huge Potential Long Term and an experienced Team, we knows how to create serious Huge HYPE by promoting it everywhere.

Social

Laser Scorebeta Last Audit: 22 February 2022

report
Token seems to be a scam (type: honeypot scam).


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains

Contract locking ether found:
Contract AEROCHAIN_COIN (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#877-1564) has payable functions:
- AEROCHAIN_COIN.receive() (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1195)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.

Additional information: link

AEROCHAIN_COIN.allowance(address,address).owner (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#995) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#485-487) (function)
AEROCHAIN_COIN._approve(address,address,uint256).owner (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1350) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#485-487) (function)
Rename the local variables that shadow another component.

Additional information: link

AEROCHAIN_COIN.updateMarketingWallet(address).newAddress (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1081) lacks a zero-check on :
- _marketingTax = newAddress (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1082)
AEROCHAIN_COIN.updatedevAddress(address).newAddress (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1085) lacks a zero-check on :
- _devTax = newAddress (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1086)
AEROCHAIN_COIN.updateRnDAddress(address).newAddress (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1089) lacks a zero-check on :
- _RnDTax = newAddress (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1090)
Check that the address is not zero.

Additional information: link

Reentrancy in AEROCHAIN_COIN.constructor() (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#932-963):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#949-950)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#956)
- _isExcludedFromFee[address(this)] = true (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#957)
- _isExcludedFromFee[_marketingTax] = true (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#958)
- _isExcludedFromFee[_devTax] = true (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#959)
- _isExcludedFromFee[_RnDTax] = true (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#960)
- uniswapV2Router = _uniswapV2Router (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#953)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in AEROCHAIN_COIN.constructor() (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#932-963):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#949-950)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#962)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#295-306) uses assembly
- INLINE ASM (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#302-304)
Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#421-449) uses assembly
- INLINE ASM (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#441-444)
Do not use evm assembly.

Additional information: link

AEROCHAIN_COIN.includeInReward(address) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1102-1113) has costly operations inside a loop:
- _excluded.pop() (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1109)
Use a local variable to hold the loop computation result.

Additional information: link

AEROCHAIN_COIN.swapTokensForEth(uint256) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1385-1401) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#421-449) is never used and should be removed
Address.functionCall(address,bytes) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#356-361) is never used and should be removed
Address.functionCall(address,bytes,string) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#369-375) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#388-400) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#408-419) is never used and should be removed
Address.isContract(address) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#295-306) is never used and should be removed
Address.sendValue(address,uint256) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#324-336) is never used and should be removed
Context._msgData() (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#268-271) is never used and should be removed
SafeMath.mod(uint256,uint256) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#237-239) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#253-260) is never used and should be removed
Remove unused functions.

Additional information: link

AEROCHAIN_COIN._rTotal (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#892) 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

Pragma version0.8.10 (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#10) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.10 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.sendValue(address,uint256) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#324-336):
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#331)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#421-449):
- (success,returndata) = target.call{value: weiValue}(data) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#430-432)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#591) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#593) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#624) is not in mixedCase
Function IUniswapV2Router01.WETH() (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#672) is not in mixedCase
Contract AEROCHAIN_COIN (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#877-1564) is not in CapWords
Parameter AEROCHAIN_COIN.setSellFee(uint16,uint16,uint16,uint16).RnD (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1138) is not in mixedCase
Parameter AEROCHAIN_COIN.setBuyFee(uint16,uint16,uint16,uint16).RnD (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1174) is not in mixedCase
Parameter AEROCHAIN_COIN.calculatetaxReflectionFee(uint256)._amount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1299) is not in mixedCase
Parameter AEROCHAIN_COIN.calculateMarketingFee(uint256)._amount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1304) is not in mixedCase
Parameter AEROCHAIN_COIN.calculateRnDFee(uint256)._amount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1312) is not in mixedCase
Parameter AEROCHAIN_COIN.calculateDevFee(uint256)._amount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1320) is not in mixedCase
Variable AEROCHAIN_COIN._marketingTax (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#895-896) is not in mixedCase
Variable AEROCHAIN_COIN._devTax (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#897-898) is not in mixedCase
Variable AEROCHAIN_COIN._RnDTax (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#899-900) is not in mixedCase
Variable AEROCHAIN_COIN._RnDFee (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#926) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#269)" inContext (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#263-272)
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 (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#677) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#678)
Variable AEROCHAIN_COIN._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1544) is too similar to AEROCHAIN_COIN._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1445)
Variable AEROCHAIN_COIN._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1451) is too similar to AEROCHAIN_COIN._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1217)
Variable AEROCHAIN_COIN._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1544) is too similar to AEROCHAIN_COIN._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1217)
Variable AEROCHAIN_COIN._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1513) is too similar to AEROCHAIN_COIN._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1476)
Variable AEROCHAIN_COIN._getRValues(uint256,uint256,uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1245-1249) is too similar to AEROCHAIN_COIN._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1476)
Variable AEROCHAIN_COIN._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1544) is too similar to AEROCHAIN_COIN._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1507)
Variable AEROCHAIN_COIN._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1544) is too similar to AEROCHAIN_COIN._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1538)
Variable AEROCHAIN_COIN._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1513) is too similar to AEROCHAIN_COIN._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1445)
Variable AEROCHAIN_COIN._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1513) is too similar to AEROCHAIN_COIN._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1217)
Variable AEROCHAIN_COIN._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1544) is too similar to AEROCHAIN_COIN._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1476)
Variable AEROCHAIN_COIN._getRValues(uint256,uint256,uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1245-1249) is too similar to AEROCHAIN_COIN._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1217)
Variable AEROCHAIN_COIN._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1513) is too similar to AEROCHAIN_COIN._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1538)
Variable AEROCHAIN_COIN._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1451) is too similar to AEROCHAIN_COIN._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1538)
Variable AEROCHAIN_COIN._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1451) is too similar to AEROCHAIN_COIN._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1507)
Variable AEROCHAIN_COIN._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1482) is too similar to AEROCHAIN_COIN._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1217)
Variable AEROCHAIN_COIN._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1482) is too similar to AEROCHAIN_COIN._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1445)
Variable AEROCHAIN_COIN._getRValues(uint256,uint256,uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1245-1249) is too similar to AEROCHAIN_COIN._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1445)
Variable AEROCHAIN_COIN._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1482) is too similar to AEROCHAIN_COIN._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1476)
Variable AEROCHAIN_COIN._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1513) is too similar to AEROCHAIN_COIN._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1507)
Variable AEROCHAIN_COIN._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1451) is too similar to AEROCHAIN_COIN._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1476)
Variable AEROCHAIN_COIN._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1482) is too similar to AEROCHAIN_COIN._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1538)
Variable AEROCHAIN_COIN._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1451) is too similar to AEROCHAIN_COIN._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1445)
Variable AEROCHAIN_COIN._getRValues(uint256,uint256,uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1245-1249) is too similar to AEROCHAIN_COIN._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1538)
Variable AEROCHAIN_COIN._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1482) is too similar to AEROCHAIN_COIN._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1507)
Variable AEROCHAIN_COIN._getRValues(uint256,uint256,uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1245-1249) is too similar to AEROCHAIN_COIN._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1507)
Prevent variables from having similar names.

Additional information: link

Ownable._previousOwner (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#466) is never used in AEROCHAIN_COIN (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#877-1564)
Remove unused state variables.

Additional information: link

AEROCHAIN_COIN._decimals (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#904) should be constant
AEROCHAIN_COIN._name (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#902) should be constant
AEROCHAIN_COIN._symbol (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#903) should be constant
AEROCHAIN_COIN._tTotal (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#891) should be constant
Ownable._previousOwner (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#466) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#504-507)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#513-520)
name() should be declared external:
- AEROCHAIN_COIN.name() (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#965-967)
symbol() should be declared external:
- AEROCHAIN_COIN.symbol() (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#969-971)
decimals() should be declared external:
- AEROCHAIN_COIN.decimals() (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#973-975)
totalSupply() should be declared external:
- AEROCHAIN_COIN.totalSupply() (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#977-979)
balanceOf(address) should be declared external:
- AEROCHAIN_COIN.balanceOf(address) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#981-984)
transfer(address,uint256) should be declared external:
- AEROCHAIN_COIN.transfer(address,uint256) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#986-993)
allowance(address,address) should be declared external:
- AEROCHAIN_COIN.allowance(address,address) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#995-1002)
approve(address,uint256) should be declared external:
- AEROCHAIN_COIN.approve(address,uint256) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1004-1011)
transferFrom(address,address,uint256) should be declared external:
- AEROCHAIN_COIN.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1013-1028)
increaseAllowance(address,uint256) should be declared external:
- AEROCHAIN_COIN.increaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1030-1041)
decreaseAllowance(address,uint256) should be declared external:
- AEROCHAIN_COIN.decreaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1043-1057)
isExcludedFromReward(address) should be declared external:
- AEROCHAIN_COIN.isExcludedFromReward(address) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1059-1061)
totalFees() should be declared external:
- AEROCHAIN_COIN.totalFees() (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1063-1065)
excludeFromReward(address) should be declared external:
- AEROCHAIN_COIN.excludeFromReward(address) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1093-1100)
excludeFromFee(address) should be declared external:
- AEROCHAIN_COIN.excludeFromFee(address) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1115-1117)
includeInFee(address) should be declared external:
- AEROCHAIN_COIN.includeInFee(address) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1119-1121)
isExcludedFromFee(address) should be declared external:
- AEROCHAIN_COIN.isExcludedFromFee(address) (crytic-export/etherscan-contracts/0x318559abcc35eb3f2c39e7f70bf9362b185a21f6.bscscan.com-AEROCHAIN_COIN.sol#1345-1347)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.


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.


Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.


Token is deployed only at one blockchain


Token has only one trading pair

Contract has 6% buy tax and 7% sell tax.
Taxes are low and contract ownership is renounced.


Twitter account has relatively few followers


Unable to find Blog account (Reddit or Medium)


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


Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Young tokens have high risks of scam / price dump / death


Young tokens have high risks of scam / price dump / death


Young tokens have high risks of scam / price dump / death


Young tokens have high risks of scam / price dump / death


Token has no active CoinMarketCap listing / rank


Token has relatively low CoinGecko rank

Price for AERO

News for AERO