WEB3 Game is an unique play-to-earn game that strives to return ownership back to the gamers. Like many of the traditional games, all characters, items, rewards and any of the digital assets that gamers received within in-game are the culmination of the gamers’ effort, time and money.
Contract ownership is not renounced (belongs to a wallet)
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
WEB3._getTValues(uint256) (#676-680) performs a multiplication on the result of a division:
-tFee = tAmount.div(10000).mul(40) (#677)
Consider ordering multiplication before division.
Additional information: link
WEB3._approve(address,address,uint256).owner (#585) shadows:
- Ownable.owner() (#382-384) (function)
WEB3.allowance(address,address).owner (#479) shadows:
- Ownable.owner() (#382-384) (function)
Rename the local variables that shadow another component.
Additional information: link
WEB3.setMaxTxPercent(uint256) (#513-517) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 1) (#514-516)
Emit an event for critical parameter changes.
Additional information: link
WEB3.setUniswapPair(address).pair (#706) lacks a zero-check on :
- uniswapPair = pair (#707)
Check that the address is not zero.
Additional information: link
WEB3.removeFromWhitelist(address) (#573-583) has costly operations inside a loop:
- _whitelisted.pop() (#579)
WEB3.includeAccount(address) (#554-565) has costly operations inside a loop:
- _excluded.pop() (#561)
Use a local variable to hold the loop computation result.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#341-362) uses assembly
- INLINE ASM (#354-357)
Address.isContract(address) (#248-257) uses assembly
- INLINE ASM (#255)
Do not use evm assembly.
Additional information: link
Redundant expression "this (#11)" inContext (#5-14)
Remove redundant statements if they congest code but offer no value.
Additional information: link
WEB3._symbol (#438) should be constant
WEB3._name (#437) should be constant
WEB3._decimals (#439) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
Low level call in Address.sendValue(address,uint256) (#275-281):
- (success) = recipient.call{value: amount}() (#279)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#341-362):
- (success,returndata) = target.call{value: weiValue}(data) (#345)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Constant WEB3._tTotal (#433) is not in UPPER_CASE_WITH_UNDERSCORES
Variable WEB3._maxTxAmount (#440) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Address.sendValue(address,uint256) (#275-281) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#326-328) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#224-227) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#336-339) is never used and should be removed
Context._msgData() (#10-13) is never used and should be removed
SafeMath.mod(uint256,uint256) (#208-210) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#341-362) is never used and should be removed
Address.isContract(address) (#248-257) is never used and should be removed
Address.functionCall(address,bytes,string) (#311-313) is never used and should be removed
Address.functionCall(address,bytes) (#301-303) is never used and should be removed
Remove unused functions.
Additional information: link
Variable WEB3._getRValues(uint256,uint256,uint256).rTransferAmount (#685) is too similar to WEB3._transferFromExcluded(address,address,uint256).tTransferAmount (#639)
Variable WEB3._getValues(uint256).rTransferAmount (#672) is too similar to WEB3._getValues(uint256).tTransferAmount (#664)
Variable WEB3._transferBothExcluded(address,address,uint256).rTransferAmount (#648) is too similar to WEB3._getValues(uint256).tTransferAmount (#664)
Variable WEB3._transferBothExcluded(address,address,uint256).rTransferAmount (#648) is too similar to WEB3._transferToExcluded(address,address,uint256).tTransferAmount (#630)
Variable WEB3._transferStandard(address,address,uint256).rTransferAmount (#622) is too similar to WEB3._transferFromExcluded(address,address,uint256).tTransferAmount (#639)
Variable WEB3.reflectionFromToken(uint256,bool).rTransferAmount (#534) is too similar to WEB3._transferToExcluded(address,address,uint256).tTransferAmount (#630)
Variable WEB3._transferToExcluded(address,address,uint256).rTransferAmount (#630) is too similar to WEB3._transferFromExcluded(address,address,uint256).tTransferAmount (#639)
Variable WEB3._transferToExcluded(address,address,uint256).rTransferAmount (#630) is too similar to WEB3._transferStandard(address,address,uint256).tTransferAmount (#622)
Variable WEB3._getRValues(uint256,uint256,uint256).rTransferAmount (#685) is too similar to WEB3._transferStandard(address,address,uint256).tTransferAmount (#622)
Variable WEB3._transferFromExcluded(address,address,uint256).rTransferAmount (#639) is too similar to WEB3._transferToExcluded(address,address,uint256).tTransferAmount (#630)
Variable WEB3._getRValues(uint256,uint256,uint256).rTransferAmount (#685) is too similar to WEB3._transferToExcluded(address,address,uint256).tTransferAmount (#630)
Variable WEB3._getRValues(uint256,uint256,uint256).rTransferAmount (#685) is too similar to WEB3._transferBothExcluded(address,address,uint256).tTransferAmount (#648)
Variable WEB3.reflectionFromToken(uint256,bool).rTransferAmount (#534) is too similar to WEB3._getTValues(uint256).tTransferAmount (#678)
Variable WEB3.reflectionFromToken(uint256,bool).rTransferAmount (#534) is too similar to WEB3._getValues(uint256).tTransferAmount (#664)
Variable WEB3._transferFromExcluded(address,address,uint256).rTransferAmount (#639) is too similar to WEB3._transferStandard(address,address,uint256).tTransferAmount (#622)
Variable WEB3._transferStandard(address,address,uint256).rTransferAmount (#622) is too similar to WEB3._getTValues(uint256).tTransferAmount (#678)
Variable WEB3._transferFromExcluded(address,address,uint256).rTransferAmount (#639) is too similar to WEB3._transferBothExcluded(address,address,uint256).tTransferAmount (#648)
Variable WEB3._transferStandard(address,address,uint256).rTransferAmount (#622) is too similar to WEB3._getValues(uint256).tTransferAmount (#664)
Variable WEB3._transferBothExcluded(address,address,uint256).rTransferAmount (#648) is too similar to WEB3._getTValues(uint256).tTransferAmount (#678)
Variable WEB3._getValues(uint256).rTransferAmount (#672) is too similar to WEB3._transferBothExcluded(address,address,uint256).tTransferAmount (#648)
Variable WEB3._getRValues(uint256,uint256,uint256).rTransferAmount (#685) is too similar to WEB3._getValues(uint256).tTransferAmount (#664)
Variable WEB3._getRValues(uint256,uint256,uint256).rTransferAmount (#685) is too similar to WEB3._getTValues(uint256).tTransferAmount (#678)
Variable WEB3._transferBothExcluded(address,address,uint256).rTransferAmount (#648) is too similar to WEB3._transferBothExcluded(address,address,uint256).tTransferAmount (#648)
Variable WEB3.reflectionFromToken(uint256,bool).rTransferAmount (#534) is too similar to WEB3._transferBothExcluded(address,address,uint256).tTransferAmount (#648)
Variable WEB3._transferFromExcluded(address,address,uint256).rTransferAmount (#639) is too similar to WEB3._getValues(uint256).tTransferAmount (#664)
Variable WEB3._transferStandard(address,address,uint256).rTransferAmount (#622) is too similar to WEB3._transferBothExcluded(address,address,uint256).tTransferAmount (#648)
Variable WEB3._transferFromExcluded(address,address,uint256).rTransferAmount (#639) is too similar to WEB3._getTValues(uint256).tTransferAmount (#678)
Variable WEB3._transferToExcluded(address,address,uint256).rTransferAmount (#630) is too similar to WEB3._getValues(uint256).tTransferAmount (#664)
Variable WEB3._getValues(uint256).rTransferAmount (#672) is too similar to WEB3._transferStandard(address,address,uint256).tTransferAmount (#622)
Variable WEB3._transferToExcluded(address,address,uint256).rTransferAmount (#630) is too similar to WEB3._transferBothExcluded(address,address,uint256).tTransferAmount (#648)
Variable WEB3._transferToExcluded(address,address,uint256).rTransferAmount (#630) is too similar to WEB3._transferToExcluded(address,address,uint256).tTransferAmount (#630)
Variable WEB3.reflectionFromToken(uint256,bool).rTransferAmount (#534) is too similar to WEB3._transferFromExcluded(address,address,uint256).tTransferAmount (#639)
Variable WEB3.reflectionFromToken(uint256,bool).rTransferAmount (#534) is too similar to WEB3._transferStandard(address,address,uint256).tTransferAmount (#622)
Variable WEB3._getValues(uint256).rTransferAmount (#672) is too similar to WEB3._getTValues(uint256).tTransferAmount (#678)
Variable WEB3._transferBothExcluded(address,address,uint256).rTransferAmount (#648) is too similar to WEB3._transferStandard(address,address,uint256).tTransferAmount (#622)
Variable WEB3._getValues(uint256).rTransferAmount (#672) is too similar to WEB3._transferFromExcluded(address,address,uint256).tTransferAmount (#639)
Variable WEB3._getValues(uint256).rTransferAmount (#672) is too similar to WEB3._transferToExcluded(address,address,uint256).tTransferAmount (#630)
Variable WEB3._transferToExcluded(address,address,uint256).rTransferAmount (#630) is too similar to WEB3._getTValues(uint256).tTransferAmount (#678)
Variable WEB3._transferFromExcluded(address,address,uint256).rTransferAmount (#639) is too similar to WEB3._transferFromExcluded(address,address,uint256).tTransferAmount (#639)
Variable WEB3._transferStandard(address,address,uint256).rTransferAmount (#622) is too similar to WEB3._transferStandard(address,address,uint256).tTransferAmount (#622)
Variable WEB3._transferStandard(address,address,uint256).rTransferAmount (#622) is too similar to WEB3._transferToExcluded(address,address,uint256).tTransferAmount (#630)
Variable WEB3._transferBothExcluded(address,address,uint256).rTransferAmount (#648) is too similar to WEB3._transferFromExcluded(address,address,uint256).tTransferAmount (#639)
Prevent variables from having similar names.
Additional information: link
WEB3.slitherConstructorVariables() (#418-710) uses literals with too many digits:
- _maxTxAmount = 100000 * 10 ** 6 * 10 ** 9 (#440)
WEB3.slitherConstructorConstantVariables() (#418-710) uses literals with too many digits:
- _tTotal = 10000000 * 10 ** 6 * 10 ** 9 (#433)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
reflect(uint256) should be declared external:
- WEB3.reflect(uint256) (#519-526)
name() should be declared external:
- WEB3.name() (#453-455)
increaseAllowance(address,uint256) should be declared external:
- WEB3.increaseAllowance(address,uint256) (#494-497)
balanceOf(address) should be declared external:
- WEB3.balanceOf(address) (#469-472)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#401-404)
transferFrom(address,address,uint256) should be declared external:
- WEB3.transferFrom(address,address,uint256) (#488-492)
totalSupply() should be declared external:
- WEB3.totalSupply() (#465-467)
decreaseAllowance(address,uint256) should be declared external:
- WEB3.decreaseAllowance(address,uint256) (#499-502)
transfer(address,uint256) should be declared external:
- WEB3.transfer(address,uint256) (#474-477)
symbol() should be declared external:
- WEB3.symbol() (#457-459)
allowance(address,address) should be declared external:
- WEB3.allowance(address,address) (#479-481)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#410-414)
isExcluded(address) should be declared external:
- WEB3.isExcluded(address) (#504-506)
totalFees() should be declared external:
- WEB3.totalFees() (#508-510)
reflectionFromToken(uint256,bool) should be declared external:
- WEB3.reflectionFromToken(uint256,bool) (#528-537)
approve(address,uint256) should be declared external:
- WEB3.approve(address,uint256) (#483-486)
decimals() should be declared external:
- WEB3.decimals() (#461-463)
Use the external attribute for functions never called from the contract.
Additional information: link
Token has a considerable age, but we're still unable to find its website
Token has no active CoinGecko listing / rank
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Last post in Twitter was more than 180 days ago
Unable to find Youtube account
Unable to find Discord account