XP.network is the first blockchain-agnostic NFT ecosystem. It enables multichain support out of the box for any minted NFT, dApp or use case, allowing NFTs and funds to flow freely between networks and wallets.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
LGEWhitelisted._applyLGEWhitelist(address,address,uint256) (#482-511) uses a dangerous strict equality:
- _lgeTimestamp == 0 && sender != _lgePairAddress && recipient == _lgePairAddress && amount > 0 (#489)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
Contract name (XP.network) 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.
XPNET._approve(address,address,uint256).owner (#703) shadows:
- Ownable.owner() (#146-148) (function)
Rename the local variables that shadow another component.
Additional information: link
LGEWhitelisted.createLGEWhitelist(address,uint256[],uint256[]).pairAddress (#382) lacks a zero-check on :
- _lgePairAddress = pairAddress (#388)
Check that the address is not zero.
Additional information: link
LGEWhitelisted._applyLGEWhitelist(address,address,uint256) (#482-511) uses timestamp for comparisons
Dangerous comparisons:
- _lgeTimestamp == 0 && sender != _lgePairAddress && recipient == _lgePairAddress && amount > 0 (#489)
- wlRoundNumber > 0 (#497)
Avoid relying on block.timestamp.
Additional information: link
SafeMath.sub(uint256,uint256) (#220-222) is never used and should be removed
Remove unused functions.
Additional information: link
solc-0.8.0 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
Variable LGEWhitelisted._whitelister (#344) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#110)" inContext (#104-113)
Remove redundant statements if they congest code but offer no value.
Additional information: link
XPNET.constructor() (#527-535) uses literals with too many digits:
- _totalSupply = 1000000000 * 10 ** 18 (#531)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#174-178)
Use the external attribute for functions never called from the contract.
Additional information: link
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 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
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 price dump / death
Token has relatively low CoinGecko rank
Twitter account link seems to be invalid
Unable to find Youtube account
Unable to find Discord account