TryHards is an NFT shooting metaverse driven by the community - for the
community. Gamers can collect and train their Fanatics (Champions) and weapons in order to make tactical decisions while they battle for honor in the arena on Planet X.
Combining the best of DeFi and NFTs to create a truly unique and everlasting
shooting metaverse. As early adopters of the play-to-earn genre, TryHards can be seen as a platform where gamers can find and interact with like-minded pioneers.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
ERC20.allowance(address,address).owner (#350) shadows:
- Ownable.owner() (#61-63) (function)
ERC20._approve(address,address,uint256).owner (#540) shadows:
- Ownable.owner() (#61-63) (function)
Rename the local variables that shadow another component.
Additional information: link
Reentrancy in ERC20._transfer(address,address,uint256) (#450-475):
External calls:
- BP.protect(sender,recipient,amount) (#457)
State variables written after the call(s):
- _balances[sender] = senderBalance - amount (#468)
- _balances[recipient] += amount (#470)
Reentrancy in ERC20.transferFrom(address,address,uint256) (#379-393):
External calls:
- _transfer(sender,recipient,amount) (#384)
- BP.protect(sender,recipient,amount) (#457)
State variables written after the call(s):
- _approve(sender,_msgSender(),currentAllowance - amount) (#389)
- _allowances[owner][spender] = amount (#547)
Apply the check-effects-interactions pattern.
Additional information: link
ERC20.setBotProtectionDisableForever() (#601-604) compares to a boolean constant:
-require(bool)(BPDisabledForever == false) (#602)
Remove the equality to the boolean constant.
Additional information: link
Context._msgData() (#22-24) is never used and should be removed
ERC20._burn(address,uint256) (#509-524) is never used and should be removed
Remove unused functions.
Additional information: link
Parameter ERC20.setBPAddrss(address)._bp (#592) is not in mixedCase
Parameter ERC20.setBpEnabled(bool)._enabled (#597) is not in mixedCase
Variable ERC20.BP (#268) is not in mixedCase
Variable ERC20.BPDisabledForever (#270) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Reentrancy in ERC20._transfer(address,address,uint256) (#450-475):
External calls:
- BP.protect(sender,recipient,amount) (#457)
Event emitted after the call(s):
- Transfer(sender,recipient,amount) (#472)
Reentrancy in ERC20.transferFrom(address,address,uint256) (#379-393):
External calls:
- _transfer(sender,recipient,amount) (#384)
- BP.protect(sender,recipient,amount) (#457)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#548)
- _approve(sender,_msgSender(),currentAllowance - amount) (#389)
Apply the check-effects-interactions pattern.
Additional information: link
Pragma version^0.8.0 (#5) allows old versions
Pragma version^0.8.0 (#31) allows old versions
Pragma version^0.8.0 (#104) allows old versions
Pragma version^0.8.0 (#188) allows old versions
Pragma version^0.8.0 (#218) 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
ERC20.constructor(string,string) (#280-284) uses literals with too many digits:
- _mint(msg.sender,200000000 * (10 ** 18)) (#283)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#80-82)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#88-91)
name() should be declared external:
- ERC20.name() (#289-291)
symbol() should be declared external:
- ERC20.symbol() (#297-299)
decimals() should be declared external:
- ERC20.decimals() (#314-316)
totalSupply() should be declared external:
- ERC20.totalSupply() (#321-323)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#328-330)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#340-345)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#350-352)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#361-364)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#379-393)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#407-410)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#426-434)
Use the external attribute for functions never called from the contract.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token contract audit
Unable to find audit link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Young tokens have high risks of price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Last post in Twitter was more than 30 days ago