We aim to bring the gaming community, content creators and game developers together with GMR.
Content Creators, Game Developers & Gaming Platforms will be able to create, showcase and sell personal NFT's on our platform.
Our gamer vault will be a place for everyone. You will be able to create your own profile, follow your favourite game categories. follow your favourite content creators and channels, support streamers & creators directly using GMR, enter competitions and tournaments. leaderboards with profiles, GMR lottery, live stream integrations and much much more.
Reentrancy in GAMER._transfer(address,address,uint256) (#1008-1052):
External calls:
- swapAndLiquify(contractTokenBalance) (#1039)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1100-1107)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1086-1092)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1039)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1100-1107)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- _rOwned[_BurnWallet] = _rOwned[_BurnWallet].add(rBurn) (#920)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1147)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1136)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1161)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#878)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1137)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1162)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1149)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#880)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- _rTotal = _rTotal.sub(rFee) (#917)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1160)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#877)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1148)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#879)
Apply the check-effects-interactions pattern.
Additional information: link
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.
GAMER.includeInReward(address) (#860-871) has costly operations inside a loop:
- _excluded.pop() (#867)
Use a local variable to hold the loop computation result.
Additional information: link
GAMER.setTaxFeePercent(uint256) (#894-896) should emit an event for:
- _taxFee = taxFee (#895)
GAMER.setLiquidityFeePercent(uint256) (#898-900) should emit an event for:
- _liquidityFee = liquidityFee (#899)
GAMER.setMaxTxPercent(uint256) (#902-906) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#903-905)
Emit an event for critical parameter changes.
Additional information: link
Ownable.unlock() (#461-466) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#463)
Avoid relying on block.timestamp.
Additional information: link
GAMER.addLiquidity(uint256,uint256) (#1095-1108) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1100-1107)
Ensure that all the return values of the function calls are used.
Additional information: link
GAMER.allowance(address,address).owner (#780) shadows:
- Ownable.owner() (#414-416) (function)
GAMER._approve(address,address,uint256).owner (#1000) shadows:
- Ownable.owner() (#414-416) (function)
Rename the local variables that shadow another component.
Additional information: link
GAMER.constructor(address).BurnWallet (#735) lacks a zero-check on :
- _BurnWallet = BurnWallet (#750)
Check that the address is not zero.
Additional information: link
Reentrancy in GAMER._transfer(address,address,uint256) (#1008-1052):
External calls:
- swapAndLiquify(contractTokenBalance) (#1039)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1100-1107)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1086-1092)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1039)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1100-1107)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- _liquidityFee = _previousLiquidityFee (#993)
- _liquidityFee = 0 (#988)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- _previousLiquidityFee = _liquidityFee (#985)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- _previousTaxFee = _taxFee (#984)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- _tBurnTotal = _tBurnTotal.add(tBurn) (#919)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- _tFeeTotal = _tFeeTotal.add(tFee) (#918)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- _taxFee = _previousTaxFee (#992)
- _taxFee = 0 (#987)
Reentrancy in GAMER.constructor(address) (#735-752):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#740-741)
State variables written after the call(s):
- _BurnWallet = BurnWallet (#750)
- _isExcludedFromFee[owner()] = true (#747)
- _isExcludedFromFee[address(this)] = true (#748)
- uniswapV2Router = _uniswapV2Router (#744)
Reentrancy in GAMER.swapAndLiquify(uint256) (#1054-1075):
External calls:
- swapTokensForEth(half) (#1066)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1086-1092)
- addLiquidity(otherHalf,newBalance) (#1072)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1100-1107)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1072)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1100-1107)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1072)
- _allowances[owner][spender] = amount (#1004)
Reentrancy in GAMER.transferFrom(address,address,uint256) (#789-793):
External calls:
- _transfer(sender,recipient,amount) (#790)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1100-1107)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1086-1092)
External calls sending eth:
- _transfer(sender,recipient,amount) (#790)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1100-1107)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#791)
- _allowances[owner][spender] = amount (#1004)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in GAMER._transfer(address,address,uint256) (#1008-1052):
External calls:
- swapAndLiquify(contractTokenBalance) (#1039)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1100-1107)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1086-1092)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1039)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1100-1107)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1140)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- Transfer(sender,recipient,tTransferAmount) (#1165)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- Transfer(sender,recipient,tTransferAmount) (#1152)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
- Transfer(sender,recipient,tTransferAmount) (#883)
- _tokenTransfer(from,to,amount,takeFee) (#1051)
Reentrancy in GAMER.constructor(address) (#735-752):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#740-741)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#751)
Reentrancy in GAMER.swapAndLiquify(uint256) (#1054-1075):
External calls:
- swapTokensForEth(half) (#1066)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1086-1092)
- addLiquidity(otherHalf,newBalance) (#1072)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1100-1107)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1072)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1100-1107)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1005)
- addLiquidity(otherHalf,newBalance) (#1072)
- SwapAndLiquify(half,newBalance,otherHalf) (#1074)
Reentrancy in GAMER.transferFrom(address,address,uint256) (#789-793):
External calls:
- _transfer(sender,recipient,amount) (#790)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1100-1107)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1086-1092)
External calls sending eth:
- _transfer(sender,recipient,amount) (#790)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1100-1107)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1005)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#791)
Apply the check-effects-interactions pattern.
Additional information: link
Address.isContract(address) (#266-275) uses assembly
- INLINE ASM (#273)
Address._functionCallWithValue(address,bytes,uint256,string) (#359-380) uses assembly
- INLINE ASM (#372-375)
Do not use evm assembly.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#359-380) is never used and should be removed
Address.functionCall(address,bytes) (#319-321) is never used and should be removed
Address.functionCall(address,bytes,string) (#329-331) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#344-346) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#354-357) is never used and should be removed
Address.isContract(address) (#266-275) is never used and should be removed
Address.sendValue(address,uint256) (#293-299) is never used and should be removed
Context._msgData() (#238-241) is never used and should be removed
GAMER._takeLiquidity(uint256) (#961-967) is never used and should be removed
SafeMath.mod(uint256,uint256) (#211-213) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#227-230) is never used and should be removed
Remove unused functions.
Additional information: link
GAMER._rTotal (#698) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
GAMER._previousTaxFee (#706) is set pre-construction with a non-constant function or state variable:
- _taxFee
GAMER._previousLiquidityFee (#709) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.
Additional information: link
Low level call in Address.sendValue(address,uint256) (#293-299):
- (success) = recipient.call{value: amount}() (#297)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#359-380):
- (success,returndata) = target.call{value: weiValue}(data) (#363)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#505) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#506) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#523) is not in mixedCase
Function IUniswapV2Router01.WETH() (#545) is not in mixedCase
Parameter GAMER.setBurnWallet(address).BurnWallet (#819) is not in mixedCase
Parameter GAMER.setSwapAndLiquifyEnabled(bool)._enabled (#908) is not in mixedCase
Parameter GAMER.calculateTaxFee(uint256)._amount (#969) is not in mixedCase
Parameter GAMER.calculateLiquidityFee(uint256)._amount (#975) is not in mixedCase
Variable GAMER._taxFee (#705) is not in mixedCase
Variable GAMER._liquidityFee (#708) is not in mixedCase
Variable GAMER._maxTxAmount (#717) is not in mixedCase
Variable GAMER._BurnWallet (#719) is not in mixedCase
Constant GAMER._Burn_FEE (#720) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#239)" inContext (#233-242)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#550) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#551)
Variable GAMER._transferBothExcluded(address,address,uint256).rTransferAmount (#874) is too similar to GAMER._transferFromExcluded(address,address,uint256).tTransferAmount (#1157)
Variable GAMER._transferStandard(address,address,uint256).rTransferAmount (#1133) is too similar to GAMER._transferStandard(address,address,uint256).tTransferAmount (#1133)
Variable GAMER._transferFromExcluded(address,address,uint256).rTransferAmount (#1157) is too similar to GAMER._transferFromExcluded(address,address,uint256).tTransferAmount (#1157)
Variable GAMER._transferBothExcluded(address,address,uint256).rTransferAmount (#874) is too similar to GAMER._getValues(uint256).tTransferAmount (#924)
Variable GAMER.reflectionFromToken(uint256,bool).rTransferAmount (#839) is too similar to GAMER._transferBothExcluded(address,address,uint256).tTransferAmount (#874)
Variable GAMER._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#940) is too similar to GAMER._transferBothExcluded(address,address,uint256).tTransferAmount (#874)
Variable GAMER._transferStandard(address,address,uint256).rTransferAmount (#1133) is too similar to GAMER._transferFromExcluded(address,address,uint256).tTransferAmount (#1157)
Variable GAMER._transferStandard(address,address,uint256).rTransferAmount (#1133) is too similar to GAMER._transferToExcluded(address,address,uint256).tTransferAmount (#1144)
Variable GAMER._transferToExcluded(address,address,uint256).rTransferAmount (#1144) is too similar to GAMER._transferBothExcluded(address,address,uint256).tTransferAmount (#874)
Variable GAMER._transferStandard(address,address,uint256).rTransferAmount (#1133) is too similar to GAMER._getValues(uint256).tTransferAmount (#924)
Variable GAMER._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#940) is too similar to GAMER._getTValues(uint256).tTransferAmount (#932)
Variable GAMER._transferBothExcluded(address,address,uint256).rTransferAmount (#874) is too similar to GAMER._transferBothExcluded(address,address,uint256).tTransferAmount (#874)
Variable GAMER._transferToExcluded(address,address,uint256).rTransferAmount (#1144) is too similar to GAMER._getTValues(uint256).tTransferAmount (#932)
Variable GAMER._transferStandard(address,address,uint256).rTransferAmount (#1133) is too similar to GAMER._transferBothExcluded(address,address,uint256).tTransferAmount (#874)
Variable GAMER._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#940) is too similar to GAMER._transferStandard(address,address,uint256).tTransferAmount (#1133)
Variable GAMER._transferStandard(address,address,uint256).rTransferAmount (#1133) is too similar to GAMER._getTValues(uint256).tTransferAmount (#932)
Variable GAMER._transferToExcluded(address,address,uint256).rTransferAmount (#1144) is too similar to GAMER._transferStandard(address,address,uint256).tTransferAmount (#1133)
Variable GAMER.reflectionFromToken(uint256,bool).rTransferAmount (#839) is too similar to GAMER._transferFromExcluded(address,address,uint256).tTransferAmount (#1157)
Variable GAMER._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#940) is too similar to GAMER._transferFromExcluded(address,address,uint256).tTransferAmount (#1157)
Variable GAMER._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#940) is too similar to GAMER._transferToExcluded(address,address,uint256).tTransferAmount (#1144)
Variable GAMER._getValues(uint256).rTransferAmount (#925) is too similar to GAMER._transferFromExcluded(address,address,uint256).tTransferAmount (#1157)
Variable GAMER._transferToExcluded(address,address,uint256).rTransferAmount (#1144) is too similar to GAMER._transferToExcluded(address,address,uint256).tTransferAmount (#1144)
Variable GAMER.reflectionFromToken(uint256,bool).rTransferAmount (#839) is too similar to GAMER._getValues(uint256).tTransferAmount (#924)
Variable GAMER._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#940) is too similar to GAMER._getValues(uint256).tTransferAmount (#924)
Variable GAMER._transferToExcluded(address,address,uint256).rTransferAmount (#1144) is too similar to GAMER._transferFromExcluded(address,address,uint256).tTransferAmount (#1157)
Variable GAMER._transferToExcluded(address,address,uint256).rTransferAmount (#1144) is too similar to GAMER._getValues(uint256).tTransferAmount (#924)
Variable GAMER._transferFromExcluded(address,address,uint256).rTransferAmount (#1157) is too similar to GAMER._getTValues(uint256).tTransferAmount (#932)
Variable GAMER._getValues(uint256).rTransferAmount (#925) is too similar to GAMER._transferToExcluded(address,address,uint256).tTransferAmount (#1144)
Variable GAMER.reflectionFromToken(uint256,bool).rTransferAmount (#839) is too similar to GAMER._transferToExcluded(address,address,uint256).tTransferAmount (#1144)
Variable GAMER._transferFromExcluded(address,address,uint256).rTransferAmount (#1157) is too similar to GAMER._transferToExcluded(address,address,uint256).tTransferAmount (#1144)
Variable GAMER._getValues(uint256).rTransferAmount (#925) is too similar to GAMER._getValues(uint256).tTransferAmount (#924)
Variable GAMER._transferFromExcluded(address,address,uint256).rTransferAmount (#1157) is too similar to GAMER._getValues(uint256).tTransferAmount (#924)
Variable GAMER.reflectionFromToken(uint256,bool).rTransferAmount (#839) is too similar to GAMER._transferStandard(address,address,uint256).tTransferAmount (#1133)
Variable GAMER._getValues(uint256).rTransferAmount (#925) is too similar to GAMER._transferStandard(address,address,uint256).tTransferAmount (#1133)
Variable GAMER._transferFromExcluded(address,address,uint256).rTransferAmount (#1157) is too similar to GAMER._transferStandard(address,address,uint256).tTransferAmount (#1133)
Variable GAMER._transferBothExcluded(address,address,uint256).rTransferAmount (#874) is too similar to GAMER._getTValues(uint256).tTransferAmount (#932)
Variable GAMER._transferBothExcluded(address,address,uint256).rTransferAmount (#874) is too similar to GAMER._transferToExcluded(address,address,uint256).tTransferAmount (#1144)
Variable GAMER._transferBothExcluded(address,address,uint256).rTransferAmount (#874) is too similar to GAMER._transferStandard(address,address,uint256).tTransferAmount (#1133)
Variable GAMER._getValues(uint256).rTransferAmount (#925) is too similar to GAMER._transferBothExcluded(address,address,uint256).tTransferAmount (#874)
Variable GAMER._getValues(uint256).rTransferAmount (#925) is too similar to GAMER._getTValues(uint256).tTransferAmount (#932)
Variable GAMER.reflectionFromToken(uint256,bool).rTransferAmount (#839) is too similar to GAMER._getTValues(uint256).tTransferAmount (#932)
Variable GAMER._transferFromExcluded(address,address,uint256).rTransferAmount (#1157) is too similar to GAMER._transferBothExcluded(address,address,uint256).tTransferAmount (#874)
Prevent variables from having similar names.
Additional information: link
GAMER.slitherConstructorVariables() (#683-1169) uses literals with too many digits:
- _tTotal = 1000000000000000 * 10 ** 9 (#697)
GAMER.slitherConstructorVariables() (#683-1169) uses literals with too many digits:
- _maxTxAmount = 1000000000000000 * 10 ** 9 (#717)
GAMER.slitherConstructorVariables() (#683-1169) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 100000000000000 * 10 ** 9 (#718)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
GAMER._Burn_FEE (#720) is never used in GAMER (#683-1169)
Remove unused state variables.
Additional information: link
GAMER._decimals (#703) should be constant
GAMER._name (#701) should be constant
GAMER._symbol (#702) should be constant
GAMER._tTotal (#697) should be constant
GAMER.numTokensSellToAddToLiquidity (#718) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#433-436)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#442-446)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#448-450)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#453-458)
unlock() should be declared external:
- Ownable.unlock() (#461-466)
name() should be declared external:
- GAMER.name() (#754-756)
symbol() should be declared external:
- GAMER.symbol() (#758-760)
decimals() should be declared external:
- GAMER.decimals() (#762-764)
totalSupply() should be declared external:
- GAMER.totalSupply() (#766-768)
transfer(address,uint256) should be declared external:
- GAMER.transfer(address,uint256) (#775-778)
allowance(address,address) should be declared external:
- GAMER.allowance(address,address) (#780-782)
approve(address,uint256) should be declared external:
- GAMER.approve(address,uint256) (#784-787)
transferFrom(address,address,uint256) should be declared external:
- GAMER.transferFrom(address,address,uint256) (#789-793)
increaseAllowance(address,uint256) should be declared external:
- GAMER.increaseAllowance(address,uint256) (#795-798)
decreaseAllowance(address,uint256) should be declared external:
- GAMER.decreaseAllowance(address,uint256) (#800-803)
isExcludedFromReward(address) should be declared external:
- GAMER.isExcludedFromReward(address) (#805-807)
totalFees() should be declared external:
- GAMER.totalFees() (#809-811)
totalBurnFee() should be declared external:
- GAMER.totalBurnFee() (#812-814)
getBurnWallet() should be declared external:
- GAMER.getBurnWallet() (#815-817)
deliver(uint256) should be declared external:
- GAMER.deliver(uint256) (#824-831)
reflectionFromToken(uint256,bool) should be declared external:
- GAMER.reflectionFromToken(uint256,bool) (#833-842)
excludeFromReward(address) should be declared external:
- GAMER.excludeFromReward(address) (#850-858)
excludeFromFee(address) should be declared external:
- GAMER.excludeFromFee(address) (#886-888)
includeInFee(address) should be declared external:
- GAMER.includeInFee(address) (#890-892)
setSwapAndLiquifyEnabled(bool) should be declared external:
- GAMER.setSwapAndLiquifyEnabled(bool) (#908-911)
isExcludedFromFee(address) should be declared external:
- GAMER.isExcludedFromFee(address) (#996-998)
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. Both name and ticker of current token are widespread, i.e. common across multiple tokens. This is slightly suspicious
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.
Average 30d PancakeSwap volume is low.
Average PancakeSwap trading volume, liqudity, number of swaps are low. Token seems to be inactive.
Token is deployed only at one blockchain
Contract has 7% buy tax and 3% sell tax.
Taxes are low and contract ownership is renounced.
Unable to find website, listings and other project-related information
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Token has a considerable age, but we're still unable to find its website
Token has a considerable age, but social accounts / website are missing or have few users
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Telegram account has relatively few subscribers
Twitter account has relatively few followers
Unable to find Youtube account
Twitter account has few posts