Launched on 13.06.2020 ZYX was created as a means of payment for a fast-growing digital ecosystem in which the economic motives of each individual participant provide an increase in the overall wealth and wellbeing of the entire community. ZYX Network is an open source project with such advantages as a Proof-of-Stake consensus algorithm, transactions speed, a large number of functions and development opportunities for developers of decentralized applications (dApps) and in future sidechains that will be providing security for the main ledger.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
ZyxToken._writeCheckpoint(address,uint32,uint256,uint256) (#992-1010) uses a dangerous strict equality:
- nCheckpoints > 0 && checkpoints[delegatee][nCheckpoints - 1].fromBlock == blockNumber (#1002)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
ERC20.constructor(string,string).symbol (#451) shadows:
- ERC20.symbol() (#468-470) (function)
Rename the local variables that shadow another component.
Additional information: link
ZyxToken.delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) (#857-898) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now <= expiry,ZYX::delegateBySig: signature expired) (#896)
Avoid relying on block.timestamp.
Additional information: link
ZyxToken.getChainId() (#1017-1021) uses assembly
- INLINE ASM (#1019)
Do not use evm assembly.
Additional information: link
SafeMath.mul(uint256,uint256) (#176-188) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.6.0 (#2) allows old versions
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) (#376-397):
- (success,returndata) = target.call{value: weiValue}(data) (#380)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable ZyxToken._delegates (#799) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#20)" inContext (#14-23)
Remove redundant statements if they congest code but offer no value.
Additional information: link
burnBridge(address,uint256,string) should be declared external:
- ZyxToken.burnBridge(address,uint256,string) (#793-797)
Use the external attribute for functions never called from the contract.
Additional information: link
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
Unable to find PancakeSwap trading pair to compute liquidity.
Unable to find PancakeSwap trading pair to compute volume.
Unable to find PancakeSwap trading pair to compute number of swaps.
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
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 verify that token and website are owned by the same team (no listings + unable to find contract on website)
Unable to verify token contract address on the website
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find token on CoinHunt
Additional information: link
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Token has a considerable age, but social accounts / website are missing or have few users
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Telegram account link seems to be invalid
Twitter account link seems to be invalid
Unable to find Youtube account
Unable to find Discord account