Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
InternetOfThongs.constructor(address) (contracts/tokens/InternetOfThongs.sol#33-36) ignores return value by SafeERC20(_libraryAddress).init(msg.sender,totalSupply_) (contracts/tokens/InternetOfThongs.sol#35)
Ensure that all the return values of the function calls are used.
Additional information: link
InternetOfThongs.constructor(address)._libraryAddress (contracts/tokens/InternetOfThongs.sol#33) lacks a zero-check on :
- libraryAddress = _libraryAddress (contracts/tokens/InternetOfThongs.sol#34)
Check that the address is not zero.
Additional information: link
Reentrancy in InternetOfThongs.transfer(address,uint256) (contracts/tokens/InternetOfThongs.sol#74-78):
External calls:
- SafeERC20(libraryAddress).transfer(msg.sender,to,amount) (contracts/tokens/InternetOfThongs.sol#75)
Event emitted after the call(s):
- Transfer(msg.sender,to,amount) (contracts/tokens/InternetOfThongs.sol#76)
Reentrancy in InternetOfThongs.transferFrom(address,address,uint256) (contracts/tokens/InternetOfThongs.sol#63-72):
External calls:
- SafeERC20(libraryAddress).transfer(from,to,amount) (contracts/tokens/InternetOfThongs.sol#69)
Event emitted after the call(s):
- Transfer(from,to,amount) (contracts/tokens/InternetOfThongs.sol#70)
Apply the check-effects-interactions pattern.
Additional information: link
Pragma version^0.8.0 (contracts/tokens/InternetOfThongs.sol#2) allows old versions
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
InternetOfThongs.totalSupply_ (contracts/tokens/InternetOfThongs.sol#19) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
totalSupply() should be declared external:
- InternetOfThongs.totalSupply() (contracts/tokens/InternetOfThongs.sol#38-40)
approve(address,uint256) should be declared external:
- InternetOfThongs.approve(address,uint256) (contracts/tokens/InternetOfThongs.sol#42-49)
allowance(address,address) should be declared external:
- InternetOfThongs.allowance(address,address) (contracts/tokens/InternetOfThongs.sol#51-57)
balanceOf(address) should be declared external:
- InternetOfThongs.balanceOf(address) (contracts/tokens/InternetOfThongs.sol#59-61)
transferFrom(address,address,uint256) should be declared external:
- InternetOfThongs.transferFrom(address,address,uint256) (contracts/tokens/InternetOfThongs.sol#63-72)
transfer(address,uint256) should be declared external:
- InternetOfThongs.transfer(address,uint256) (contracts/tokens/InternetOfThongs.sol#74-78)
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