Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
TeamToken.constructor(string,string,uint8,uint256,address,address).name (TeamToken.sol#19) shadows:
- ERC20.name() (ERC20.sol#65-67) (function)
TeamToken.constructor(string,string,uint8,uint256,address,address).symbol (TeamToken.sol#20) shadows:
- ERC20.symbol() (ERC20.sol#73-75) (function)
TeamToken.constructor(string,string,uint8,uint256,address,address).decimals (TeamToken.sol#21) shadows:
- ERC20.decimals() (ERC20.sol#90-92) (function)
Rename the local variables that shadow another component.
Additional information: link
Different versions of Solidity is used:
- Version used: ['>=0.6.0<0.8.0', '>=0.6.2<0.8.0']
- >=0.6.0<0.8.0 (Context.sol#3)
- >=0.6.0<0.8.0 (ERC20.sol#4)
- >=0.6.0<0.8.0 (IERC20.sol#3)
- >=0.6.0<0.8.0 (SafeMath.sol#3)
- >=0.6.2<0.8.0 (TeamToken.sol#3)
Use one Solidity version.
Additional information: link
Context._msgData() (Context.sol#20-23) is never used and should be removed
ERC20._burn(address,uint256) (ERC20.sol#250-258) is never used and should be removed
SafeMath.div(uint256,uint256) (SafeMath.sol#135-138) is never used and should be removed
SafeMath.div(uint256,uint256,string) (SafeMath.sol#190-193) is never used and should be removed
SafeMath.mod(uint256,uint256) (SafeMath.sol#152-155) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (SafeMath.sol#210-213) is never used and should be removed
SafeMath.mul(uint256,uint256) (SafeMath.sol#116-121) is never used and should be removed
SafeMath.sub(uint256,uint256) (SafeMath.sol#101-104) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (SafeMath.sol#24-28) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (SafeMath.sol#60-63) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (SafeMath.sol#70-73) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (SafeMath.sol#45-53) is never used and should be removed
SafeMath.trySub(uint256,uint256) (SafeMath.sol#35-38) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version>=0.6.0<0.8.0 (Context.sol#3) is too complex
Pragma version>=0.6.0<0.8.0 (ERC20.sol#4) is too complex
Pragma version>=0.6.0<0.8.0 (IERC20.sol#3) is too complex
Pragma version>=0.6.0<0.8.0 (SafeMath.sol#3) is too complex
Pragma version>=0.6.2<0.8.0 (TeamToken.sol#3) is too complex
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
Redundant expression "this (Context.sol#21)" inContext (Context.sol#15-25)
Remove redundant statements if they congest code but offer no value.
Additional information: link
name() should be declared external:
- ERC20.name() (ERC20.sol#65-67)
symbol() should be declared external:
- ERC20.symbol() (ERC20.sol#73-75)
decimals() should be declared external:
- ERC20.decimals() (ERC20.sol#90-92)
totalSupply() should be declared external:
- ERC20.totalSupply() (ERC20.sol#97-99)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (ERC20.sol#104-106)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (ERC20.sol#116-119)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (ERC20.sol#124-126)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (ERC20.sol#135-138)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (ERC20.sol#153-157)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (ERC20.sol#171-174)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (ERC20.sol#190-193)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find website, listings and other project-related information
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts