TPT stands for TokenPocket Token. It is a utility token representing TP users and developers' right to enjoy functionalities provided by the TokenPocket ecosystem. It is also a vital link connecting the wallet, users and project developers.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.
Parameter StandardToken.balanceOf(address)._owner (#83) is not in mixedCase
Parameter StandardToken.transfer(address,uint256)._to (#92) is not in mixedCase
Parameter StandardToken.transfer(address,uint256)._value (#92) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._from (#109) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._to (#110) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._value (#111) is not in mixedCase
Parameter StandardToken.approve(address,uint256)._spender (#128) is not in mixedCase
Parameter StandardToken.approve(address,uint256)._value (#128) is not in mixedCase
Parameter StandardToken.allowance(address,address)._owner (#145) is not in mixedCase
Parameter StandardToken.allowance(address,address)._spender (#145) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
TPToken.TPToken() (#159-162) uses literals with too many digits:
- totalSupply = 59000000000000 (#160)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#40)
- StandardToken.balanceOf(address) (#83-85)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#42)
- StandardToken.transfer(address,uint256) (#92-100)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#44-47)
- StandardToken.allowance(address,address) (#145-151)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#49-53)
- StandardToken.transferFrom(address,address,uint256) (#108-121)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#55)
- StandardToken.approve(address,uint256) (#128-137)
Use the external attribute for functions never called from the contract.
Additional information: link
SafeMath.div(uint256,uint256) (#14-19) is never used and should be removed
SafeMath.mul(uint256,uint256) (#8-12) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.4.18 (#1) allows old versions
solc-0.4.18 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
Unable to find token contract audit
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
Unable to find Youtube account