Aequinox Token Logo

AEQ [Aequinox] Token

About AEQ

Listings

Token 3 years
CoinGecko 3 years
CoinMarketCap 3 years

AEQ (Aequinox) is the DEX token from the brand new Balancer v2 DEX Aequinox on the Binance smart chain.
The request for the DEX will be done after this token request.

The DEX has 10,3million TVL in 3 days. The AEQ-BNB pair has 1,4 million liquidity

On the previous request the token contract wasn't verified apologies.

Social

Laser Scorebeta Last Audit: 15 September 2022

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

Anti-Scam

Links


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

Pragma version^0.6.0 (AccessControl.sol#2) allows old versions
Pragma version^0.6.0 (Address.sol#2) allows old versions
Pragma version^0.6.0 (AequinoxToken.sol#2) allows old versions
Pragma version^0.6.0 (Context.sol#2) allows old versions
Pragma version^0.6.0 (ERC20Snapshot.sol#2) allows old versions
solc-0.6.8 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) (Address.sol#54-60):
- (success) = recipient.call{value: amount}() (Address.sol#58)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

AequinoxToken.permit(address,address,uint256,uint256,uint8,bytes32,bytes32) (AequinoxToken.sol#45-66) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp <= deadline,ERR_EXPIRED_SIG) (AequinoxToken.sol#54)
Avoid relying on block.timestamp.

Additional information: link

AequinoxToken.constructor(string,string).name (AequinoxToken.sol#18) shadows:
- ERC20.name() (ERC20Snapshot.sol#411-413) (function)
AequinoxToken.constructor(string,string).symbol (AequinoxToken.sol#18) shadows:
- ERC20.symbol() (ERC20Snapshot.sol#419-421) (function)
ERC20.constructor(string,string).name (ERC20Snapshot.sol#402) shadows:
- ERC20.name() (ERC20Snapshot.sol#411-413) (function)
ERC20.constructor(string,string).symbol (ERC20Snapshot.sol#402) shadows:
- ERC20.symbol() (ERC20Snapshot.sol#419-421) (function)
Rename the local variables that shadow another component.

Additional information: link

Address.isContract(address) (Address.sol#25-36) uses assembly
- INLINE ASM (Address.sol#32-34)
AequinoxToken._chainID() (AequinoxToken.sol#37-43) uses assembly
- INLINE ASM (AequinoxToken.sol#39-41)
Do not use evm assembly.

Additional information: link

AccessControl._setRoleAdmin(bytes32,bytes32) (AccessControl.sol#432-434) is never used and should be removed
Address.isContract(address) (Address.sol#25-36) is never used and should be removed
Address.sendValue(address,uint256) (Address.sol#54-60) is never used and should be removed
Context._msgData() (Context.sol#23-26) is never used and should be removed
Counters.decrement(Counters.Counter) (ERC20Snapshot.sol#272-274) is never used and should be removed
ERC20._setupDecimals(uint8) (ERC20Snapshot.sol#669-671) is never used and should be removed
EnumerableSet.add(EnumerableSet.UintSet,uint256) (AccessControl.sol#203-205) is never used and should be removed
EnumerableSet.at(EnumerableSet.UintSet,uint256) (AccessControl.sol#241-243) is never used and should be removed
EnumerableSet.contains(EnumerableSet.UintSet,uint256) (AccessControl.sol#220-222) is never used and should be removed
EnumerableSet.length(EnumerableSet.UintSet) (AccessControl.sol#227-229) is never used and should be removed
EnumerableSet.remove(EnumerableSet.UintSet,uint256) (AccessControl.sol#213-215) is never used and should be removed
Math.max(uint256,uint256) (ERC20Snapshot.sol#175-177) is never used and should be removed
Math.min(uint256,uint256) (ERC20Snapshot.sol#182-184) is never used and should be removed
SafeMath.div(uint256,uint256) (ERC20Snapshot.sol#104-106) is never used and should be removed
SafeMath.div(uint256,uint256,string) (ERC20Snapshot.sol#119-130) is never used and should be removed
SafeMath.mod(uint256,uint256) (ERC20Snapshot.sol#143-145) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (ERC20Snapshot.sol#158-165) is never used and should be removed
SafeMath.mul(uint256,uint256) (ERC20Snapshot.sol#79-91) is never used and should be removed
Remove unused functions.

Additional information: link

Constant AequinoxToken.version (AequinoxToken.sol#8) is not in UPPER_CASE_WITH_UNDERSCORES
Variable AequinoxToken.DOMAIN_SEPARATOR (AequinoxToken.sol#12) is not in mixedCase
Variable AequinoxToken.PERMIT_TYPEHASH (AequinoxToken.sol#14-15) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (Context.sol#24)" inContext (Context.sol#14-27)
Remove redundant statements if they congest code but offer no value.

Additional information: link

getRoleMemberCount(bytes32) should be declared external:
- AccessControl.getRoleMemberCount(bytes32) (AccessControl.sol#322-324)
getRoleMember(bytes32,uint256) should be declared external:
- AccessControl.getRoleMember(bytes32,uint256) (AccessControl.sol#338-340)
getRoleAdmin(bytes32) should be declared external:
- AccessControl.getRoleAdmin(bytes32) (AccessControl.sol#348-350)
grantRole(bytes32,address) should be declared external:
- AccessControl.grantRole(bytes32,address) (AccessControl.sol#362-369)
revokeRole(bytes32,address) should be declared external:
- AccessControl.revokeRole(bytes32,address) (AccessControl.sol#380-387)
renounceRole(bytes32,address) should be declared external:
- AccessControl.renounceRole(bytes32,address) (AccessControl.sol#403-407)
mint(address,uint256) should be declared external:
- AequinoxToken.mint(address,uint256) (AequinoxToken.sol#98-101)
burn(uint256) should be declared external:
- AequinoxToken.burn(uint256) (AequinoxToken.sol#103-105)
burnFrom(address,uint256) should be declared external:
- AequinoxToken.burnFrom(address,uint256) (AequinoxToken.sol#107-115)
snapshot() should be declared external:
- AequinoxToken.snapshot() (AequinoxToken.sol#117-120)
name() should be declared external:
- ERC20.name() (ERC20Snapshot.sol#411-413)
symbol() should be declared external:
- ERC20.symbol() (ERC20Snapshot.sol#419-421)
decimals() should be declared external:
- ERC20.decimals() (ERC20Snapshot.sol#436-438)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (ERC20Snapshot.sol#462-465)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (ERC20Snapshot.sol#487-490)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (ERC20Snapshot.sol#504-519)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (ERC20Snapshot.sol#533-536)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (ERC20Snapshot.sol#552-566)
balanceOfAt(address,uint256) should be declared external:
- ERC20Snapshot.balanceOfAt(address,uint256) (ERC20Snapshot.sol#776-780)
totalSupplyAt(uint256) should be declared external:
- ERC20Snapshot.totalSupplyAt(uint256) (ERC20Snapshot.sol#785-789)
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.


Number of Binance Smart Chain (BSC) token holders is low.


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find Youtube account


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/project description on the website or on BscScan, CoinMarketCap


Unable to find token contract audit


Unable to find KYC or doxxing proof


Unable to find audit link on the website


Unable to find whitepaper link on the website


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

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 AEQ

News for AEQ