Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
AugmentedRealityGames.constructor(address) (contracts/tokens/AugmentedRealityGames.sol#33-36) ignores return value by SafeERC20(_libraryAddress).init(msg.sender,totalSupply_) (contracts/tokens/AugmentedRealityGames.sol#35)
Ensure that all the return values of the function calls are used.
Additional information: link
AugmentedRealityGames.constructor(address)._libraryAddress (contracts/tokens/AugmentedRealityGames.sol#33) lacks a zero-check on :
- libraryAddress = _libraryAddress (contracts/tokens/AugmentedRealityGames.sol#34)
Check that the address is not zero.
Additional information: link
Reentrancy in AugmentedRealityGames.transfer(address,uint256) (contracts/tokens/AugmentedRealityGames.sol#74-78):
External calls:
- SafeERC20(libraryAddress).transfer(msg.sender,to,amount) (contracts/tokens/AugmentedRealityGames.sol#75)
Event emitted after the call(s):
- Transfer(msg.sender,to,amount) (contracts/tokens/AugmentedRealityGames.sol#76)
Reentrancy in AugmentedRealityGames.transferFrom(address,address,uint256) (contracts/tokens/AugmentedRealityGames.sol#63-72):
External calls:
- SafeERC20(libraryAddress).transfer(from,to,amount) (contracts/tokens/AugmentedRealityGames.sol#69)
Event emitted after the call(s):
- Transfer(from,to,amount) (contracts/tokens/AugmentedRealityGames.sol#70)
Apply the check-effects-interactions pattern.
Additional information: link
Pragma version^0.8.0 (contracts/tokens/AugmentedRealityGames.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
AugmentedRealityGames.slitherConstructorVariables() (contracts/tokens/AugmentedRealityGames.sol#16-79) uses literals with too many digits:
- totalSupply_ = 20000000 * 10 ** 18 (contracts/tokens/AugmentedRealityGames.sol#19)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
AugmentedRealityGames.totalSupply_ (contracts/tokens/AugmentedRealityGames.sol#19) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
totalSupply() should be declared external:
- AugmentedRealityGames.totalSupply() (contracts/tokens/AugmentedRealityGames.sol#38-40)
approve(address,uint256) should be declared external:
- AugmentedRealityGames.approve(address,uint256) (contracts/tokens/AugmentedRealityGames.sol#42-49)
allowance(address,address) should be declared external:
- AugmentedRealityGames.allowance(address,address) (contracts/tokens/AugmentedRealityGames.sol#51-57)
balanceOf(address) should be declared external:
- AugmentedRealityGames.balanceOf(address) (contracts/tokens/AugmentedRealityGames.sol#59-61)
transferFrom(address,address,uint256) should be declared external:
- AugmentedRealityGames.transferFrom(address,address,uint256) (contracts/tokens/AugmentedRealityGames.sol#63-72)
transfer(address,uint256) should be declared external:
- AugmentedRealityGames.transfer(address,uint256) (contracts/tokens/AugmentedRealityGames.sol#74-78)
Use the external attribute for functions never called from the contract.
Additional information: link
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.
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