Chipz will be the first to introduce DeFi-backed solutions for betting situations, allowing gamblers to stake assets and earn yield over time based on the result of major events.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
MainToken.transfer(address,uint256) (#797-811) uses tx.origin for authorization: require(bool,string)(! isBlacklist(tx.origin),Chipz: sender blacklisted) (#801)
Do not use tx.origin for authorization.
Additional information: link
Reentrancy in MainToken.constructor() (#772-779):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#776-777)
State variables written after the call(s):
- _mint(adminAddress,105000000 * (10 ** 18)) (#778)
- _balances[account] = _balances[account].add(amount) (#605)
- _mint(adminAddress,105000000 * (10 ** 18)) (#778)
- _totalSupply = _totalSupply.add(amount) (#604)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in MainToken.constructor() (#772-779):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#776-777)
Event emitted after the call(s):
- Transfer(address(0),account,amount) (#606)
- _mint(adminAddress,105000000 * (10 ** 18)) (#778)
Apply the check-effects-interactions pattern.
Additional information: link
MainToken.transfer(address,uint256) (#797-811) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(cooldown[_to] < block.timestamp) (#807)
Avoid relying on block.timestamp.
Additional information: link
SafeMath.trySub(uint256,uint256) (#41-44) 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
Parameter MainToken.setCooldownEnabled(bool)._cooldownEnabled (#836) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#229)" inContext (#223-232)
Remove redundant statements if they congest code but offer no value.
Additional information: link
MainToken.constructor() (#772-779) uses literals with too many digits:
- _mint(adminAddress,105000000 * (10 ** 18)) (#778)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
MainToken.adminAddress (#770) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
removeBlacklist(address) should be declared external:
- MainToken.removeBlacklist(address) (#824-827)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to crawl data from the website
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 Telegram link on the website
Unable to find Twitter link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Telegram account link seems to be invalid
Twitter account link seems to be invalid
Unable to find Youtube account
Unable to find Discord account