Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
LGEWhitelisted (#339-504) contract sets array length with a user-controlled value:
- _lgeWhitelistRounds.push(WhitelistRound(durations[i],amountsMax[i])) (#402)
Do not allow array lengths to be set directly set; instead, opt to add values as needed. Otherwise, thoroughly review the contract to ensure a user-controlled variable cannot reach an array length assignment.
Additional information: link
LGEWhitelisted._applyLGEWhitelist(address,address,uint256) (#471-502) uses a dangerous strict equality:
- _lgeTimestamp == 0 && sender != _lgePairAddress && recipient == _lgePairAddress && amount > 0 (#476)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
ONEWALLET._approve(address,address,uint256).owner (#695) shadows:
- Ownable.owner() (#297-299) (function)
Rename the local variables that shadow another component.
Additional information: link
LGEWhitelisted.createLGEWhitelist(address,uint256[],uint256[]).pairAddress (#392) lacks a zero-check on :
- _lgePairAddress = pairAddress (#395)
Check that the address is not zero.
Additional information: link
LGEWhitelisted._applyLGEWhitelist(address,address,uint256) (#471-502) uses timestamp for comparisons
Dangerous comparisons:
- _lgeTimestamp == 0 && sender != _lgePairAddress && recipient == _lgePairAddress && amount > 0 (#476)
- wlRoundNumber > 0 (#484)
Avoid relying on block.timestamp.
Additional information: link
SafeMath.mul(uint256,uint256) (#187-199) is never used and should be removed
Remove unused functions.
Additional information: link
Variable LGEWhitelisted._whitelister (#355) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#114)" inContext (#104-117)
Remove redundant statements if they congest code but offer no value.
Additional information: link
ONEWALLET.constructor() (#519-527) uses literals with too many digits:
- _totalSupply = 100000000 * 10 ** 18 (#523)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.
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.
Unable to find website, listings and other project-related information
Young tokens have high risks of price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts