Community VC and cross-chain BSC project incubator.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Redundant expression "this (#20)" inContext (#14-23)
Remove redundant statements if they congest code but offer no value.
Additional information: link
SafeX.constructor() (#610-612) uses literals with too many digits:
- _mint(msg.sender,10000000 * (10 ** uint256(decimals()))) (#611)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
name() should be declared external:
- ERC20.name() (#365-367)
symbol() should be declared external:
- ERC20.symbol() (#373-375)
totalSupply() should be declared external:
- ERC20.totalSupply() (#397-399)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#404-406)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#416-419)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#424-426)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#435-438)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#453-457)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#471-474)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#490-493)
Use the external attribute for functions never called from the contract.
Additional information: link
Context._msgData() (#19-22) is never used and should be removed
ERC20._burn(address,uint256) (#550-558) is never used and should be removed
ERC20._setupDecimals(uint8) (#588-590) is never used and should be removed
SafeMath.div(uint256,uint256) (#229-232) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#284-287) is never used and should be removed
SafeMath.mod(uint256,uint256) (#246-249) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#304-307) is never used and should be removed
SafeMath.mul(uint256,uint256) (#210-215) is never used and should be removed
SafeMath.sub(uint256,uint256) (#195-198) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#118-122) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#154-157) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#164-167) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#139-147) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#129-132) is never used and should be removed
Remove unused functions.
Additional information: link
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Unable to find Youtube account