GORILLAZ Token (GORI) Token Logo

GORI [GORILLAZ (GORI)] Token

About GORI

Listings

Token 18 months
white paper

GORILLAZ is an NFT game based on the Polygon network with the implementation of a governance token from the Binance Smart Chain network about deadly modern battles in an open or closed field, where you have to show the best skills to survive to the next level and get rewards ($GORI tokens, from the Binance Smart Chain network).

Social

Laser Scorebeta Last Audit: 15 June 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

Reentrancy in GORI._transfer(address,address,uint256) (#622-652):
External calls:
- swapAndLiquify(contractTokenBalance) (#645)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#677-684)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#667-673)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#645)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#677-684)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#651)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#573)
- _rOwned[_developmentWalletAddress] = _rOwned[_developmentWalletAddress].add(rDevelopment) (#580)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#705)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#714)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#706)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#511)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#725)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#726)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#716)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#513)
- _tokenTransfer(from,to,amount,takeFee) (#651)
- _rTotal = _rTotal.sub(rFee) (#532)
- _tokenTransfer(from,to,amount,takeFee) (#651)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#575)
- _tOwned[_developmentWalletAddress] = _tOwned[_developmentWalletAddress].add(tDevelopment) (#582)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#510)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#724)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#715)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#512)
Apply the check-effects-interactions pattern.

Additional information: link


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains


Contract ownership is not renounced (belongs to a wallet)

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#204) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#205) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#219) is not in mixedCase
Function IUniswapV2Router01.WETH() (#237) is not in mixedCase
Parameter GORI.setSwapAndLiquifyEnabled(bool)._enabled (#526) is not in mixedCase
Parameter GORI.calculateTaxFee(uint256)._amount (#584) is not in mixedCase
Parameter GORI.calculateDevelopmentFee(uint256)._amount (#589) is not in mixedCase
Parameter GORI.calculateLiquidityFee(uint256)._amount (#594) is not in mixedCase
Variable GORI._developmentWalletAddress (#376) is not in mixedCase
Variable GORI._taxFee (#384) is not in mixedCase
Variable GORI._developmentFee (#386) is not in mixedCase
Variable GORI._liquidityFee (#388) is not in mixedCase
Variable GORI._maxTxAmount (#395) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#241) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#242)
Variable GORI._takeDevelopment(uint256).rDevelopment (#579) is too similar to GORI._getTValues(uint256).tDevelopment (#543)
Variable GORI._transferStandard(address,address,uint256).rTransferAmount (#704) is too similar to GORI._transferStandard(address,address,uint256).tTransferAmount (#704)
Variable GORI._transferBothExcluded(address,address,uint256).rTransferAmount (#509) is too similar to GORI._getTValues(uint256).tTransferAmount (#544)
Variable GORI._transferBothExcluded(address,address,uint256).rTransferAmount (#509) is too similar to GORI._transferBothExcluded(address,address,uint256).tTransferAmount (#509)
Variable GORI._transferStandard(address,address,uint256).rTransferAmount (#704) is too similar to GORI._transferBothExcluded(address,address,uint256).tTransferAmount (#509)
Variable GORI._transferFromExcluded(address,address,uint256).rTransferAmount (#723) is too similar to GORI._transferFromExcluded(address,address,uint256).tTransferAmount (#723)
Variable GORI._transferStandard(address,address,uint256).rTransferAmount (#704) is too similar to GORI._getTValues(uint256).tTransferAmount (#544)
Variable GORI._transferFromExcluded(address,address,uint256).rTransferAmount (#723) is too similar to GORI._transferStandard(address,address,uint256).tTransferAmount (#704)
Variable GORI._transferFromExcluded(address,address,uint256).rTransferAmount (#723) is too similar to GORI._transferToExcluded(address,address,uint256).tTransferAmount (#713)
Variable GORI._getValues(uint256).rTransferAmount (#537) is too similar to GORI._transferFromExcluded(address,address,uint256).tTransferAmount (#723)
Variable GORI._getValues(uint256).rTransferAmount (#537) is too similar to GORI._transferToExcluded(address,address,uint256).tTransferAmount (#713)
Variable GORI._getValues(uint256).rTransferAmount (#537) is too similar to GORI._transferStandard(address,address,uint256).tTransferAmount (#704)
Variable GORI._transferFromExcluded(address,address,uint256).rTransferAmount (#723) is too similar to GORI._transferBothExcluded(address,address,uint256).tTransferAmount (#509)
Variable GORI._transferFromExcluded(address,address,uint256).rTransferAmount (#723) is too similar to GORI._getTValues(uint256).tTransferAmount (#544)
Variable GORI._getValues(uint256).rTransferAmount (#537) is too similar to GORI._transferBothExcluded(address,address,uint256).tTransferAmount (#509)
Variable GORI._getValues(uint256).rTransferAmount (#537) is too similar to GORI._getTValues(uint256).tTransferAmount (#544)
Variable GORI._transferToExcluded(address,address,uint256).rTransferAmount (#713) is too similar to GORI._transferFromExcluded(address,address,uint256).tTransferAmount (#723)
Variable GORI._transferToExcluded(address,address,uint256).rTransferAmount (#713) is too similar to GORI._transferToExcluded(address,address,uint256).tTransferAmount (#713)
Variable GORI._transferToExcluded(address,address,uint256).rTransferAmount (#713) is too similar to GORI._transferStandard(address,address,uint256).tTransferAmount (#704)
Variable GORI.reflectionFromToken(uint256,bool).rTransferAmount (#479) is too similar to GORI._getTValues(uint256).tTransferAmount (#544)
Variable GORI._transferToExcluded(address,address,uint256).rTransferAmount (#713) is too similar to GORI._transferBothExcluded(address,address,uint256).tTransferAmount (#509)
Variable GORI._transferToExcluded(address,address,uint256).rTransferAmount (#713) is too similar to GORI._getTValues(uint256).tTransferAmount (#544)
Variable GORI._transferBothExcluded(address,address,uint256).rTransferAmount (#509) is too similar to GORI._transferStandard(address,address,uint256).tTransferAmount (#704)
Variable GORI._transferBothExcluded(address,address,uint256).rTransferAmount (#509) is too similar to GORI._transferFromExcluded(address,address,uint256).tTransferAmount (#723)
Variable GORI._transferBothExcluded(address,address,uint256).rTransferAmount (#509) is too similar to GORI._transferToExcluded(address,address,uint256).tTransferAmount (#713)
Variable GORI._transferStandard(address,address,uint256).rTransferAmount (#704) is too similar to GORI._transferFromExcluded(address,address,uint256).tTransferAmount (#723)
Variable GORI._getRValues(uint256,uint256,uint256,uint256,uint256).rDevelopment (#551) is too similar to GORI._transferBothExcluded(address,address,uint256).tDevelopment (#509)
Variable GORI._takeDevelopment(uint256).rDevelopment (#579) is too similar to GORI._transferStandard(address,address,uint256).tDevelopment (#704)
Variable GORI._getRValues(uint256,uint256,uint256,uint256,uint256).rDevelopment (#551) is too similar to GORI._getValues(uint256).tDevelopment (#536)
Variable GORI._getRValues(uint256,uint256,uint256,uint256,uint256).rDevelopment (#551) is too similar to GORI._getRValues(uint256,uint256,uint256,uint256,uint256).tDevelopment (#547)
Variable GORI._getRValues(uint256,uint256,uint256,uint256,uint256).rDevelopment (#551) is too similar to GORI._takeDevelopment(uint256).tDevelopment (#577)
Variable GORI._takeDevelopment(uint256).rDevelopment (#579) is too similar to GORI._transferFromExcluded(address,address,uint256).tDevelopment (#723)
Variable GORI._getRValues(uint256,uint256,uint256,uint256,uint256).rDevelopment (#551) is too similar to GORI._getTValues(uint256).tDevelopment (#543)
Variable GORI._takeDevelopment(uint256).rDevelopment (#579) is too similar to GORI._transferBothExcluded(address,address,uint256).tDevelopment (#509)
Variable GORI._takeDevelopment(uint256).rDevelopment (#579) is too similar to GORI._takeDevelopment(uint256).tDevelopment (#577)
Variable GORI._takeDevelopment(uint256).rDevelopment (#579) is too similar to GORI._getRValues(uint256,uint256,uint256,uint256,uint256).tDevelopment (#547)
Variable GORI._takeDevelopment(uint256).rDevelopment (#579) is too similar to GORI._getValues(uint256).tDevelopment (#536)
Variable GORI._getRValues(uint256,uint256,uint256,uint256,uint256).rDevelopment (#551) is too similar to GORI._transferToExcluded(address,address,uint256).tDevelopment (#713)
Variable GORI._getRValues(uint256,uint256,uint256,uint256,uint256).rDevelopment (#551) is too similar to GORI._transferStandard(address,address,uint256).tDevelopment (#704)
Variable GORI._getRValues(uint256,uint256,uint256,uint256,uint256).rDevelopment (#551) is too similar to GORI._transferFromExcluded(address,address,uint256).tDevelopment (#723)
Variable GORI._takeDevelopment(uint256).rDevelopment (#579) is too similar to GORI._transferToExcluded(address,address,uint256).tDevelopment (#713)
Variable GORI.reflectionFromToken(uint256,bool).rTransferAmount (#479) is too similar to GORI._transferStandard(address,address,uint256).tTransferAmount (#704)
Variable GORI.reflectionFromToken(uint256,bool).rTransferAmount (#479) is too similar to GORI._getValues(uint256).tTransferAmount (#536)
Variable GORI.reflectionFromToken(uint256,bool).rTransferAmount (#479) is too similar to GORI._transferBothExcluded(address,address,uint256).tTransferAmount (#509)
Variable GORI._transferStandard(address,address,uint256).rTransferAmount (#704) is too similar to GORI._getValues(uint256).tTransferAmount (#536)
Variable GORI._transferFromExcluded(address,address,uint256).rTransferAmount (#723) is too similar to GORI._getValues(uint256).tTransferAmount (#536)
Variable GORI._transferToExcluded(address,address,uint256).rTransferAmount (#713) is too similar to GORI._getValues(uint256).tTransferAmount (#536)
Variable GORI._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#552) is too similar to GORI._transferToExcluded(address,address,uint256).tTransferAmount (#713)
Variable GORI._getValues(uint256).rTransferAmount (#537) is too similar to GORI._getValues(uint256).tTransferAmount (#536)
Variable GORI._transferBothExcluded(address,address,uint256).rTransferAmount (#509) is too similar to GORI._getValues(uint256).tTransferAmount (#536)
Variable GORI.reflectionFromToken(uint256,bool).rTransferAmount (#479) is too similar to GORI._transferFromExcluded(address,address,uint256).tTransferAmount (#723)
Variable GORI._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#552) is too similar to GORI._getTValues(uint256).tTransferAmount (#544)
Variable GORI._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#552) is too similar to GORI._transferStandard(address,address,uint256).tTransferAmount (#704)
Variable GORI._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#552) is too similar to GORI._getValues(uint256).tTransferAmount (#536)
Variable GORI.reflectionFromToken(uint256,bool).rTransferAmount (#479) is too similar to GORI._transferToExcluded(address,address,uint256).tTransferAmount (#713)
Variable GORI._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#552) is too similar to GORI._transferBothExcluded(address,address,uint256).tTransferAmount (#509)
Variable GORI._transferStandard(address,address,uint256).rTransferAmount (#704) is too similar to GORI._transferToExcluded(address,address,uint256).tTransferAmount (#713)
Variable GORI._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#552) is too similar to GORI._transferFromExcluded(address,address,uint256).tTransferAmount (#723)
Prevent variables from having similar names.

Additional information: link

GORI.addLiquidity(uint256,uint256) (#675-685) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#677-684)
Ensure that all the return values of the function calls are used.

Additional information: link

GORI.allowance(address,address).owner (#439) shadows:
- Ownable.owner() (#162-164) (function)
GORI._approve(address,address,uint256).owner (#616) shadows:
- Ownable.owner() (#162-164) (function)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in GORI._transfer(address,address,uint256) (#622-652):
External calls:
- swapAndLiquify(contractTokenBalance) (#645)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#677-684)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#667-673)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#645)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#677-684)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#651)
- _developmentFee = _previousDevelopmentFee (#610)
- _developmentFee = 0 (#605)
- _tokenTransfer(from,to,amount,takeFee) (#651)
- _liquidityFee = _previousLiquidityFee (#611)
- _liquidityFee = 0 (#606)
- _tokenTransfer(from,to,amount,takeFee) (#651)
- _previousDevelopmentFee = _developmentFee (#602)
- _tokenTransfer(from,to,amount,takeFee) (#651)
- _previousLiquidityFee = _liquidityFee (#603)
- _tokenTransfer(from,to,amount,takeFee) (#651)
- _previousTaxFee = _taxFee (#601)
- _tokenTransfer(from,to,amount,takeFee) (#651)
- _tFeeTotal = _tFeeTotal.add(tFee) (#533)
- _tokenTransfer(from,to,amount,takeFee) (#651)
- _taxFee = _previousTaxFee (#609)
- _taxFee = 0 (#604)
Reentrancy in GORI.constructor() (#409-418):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#412-413)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#415)
- _isExcludedFromFee[address(this)] = true (#416)
- uniswapV2Router = _uniswapV2Router (#414)
Reentrancy in GORI.swapAndLiquify(uint256) (#653-661):
External calls:
- swapTokensForEth(half) (#657)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#667-673)
- addLiquidity(otherHalf,newBalance) (#659)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#677-684)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#659)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#677-684)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#659)
- _allowances[owner][spender] = amount (#619)
Reentrancy in GORI.transferFrom(address,address,uint256) (#446-450):
External calls:
- _transfer(sender,recipient,amount) (#447)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#677-684)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#667-673)
External calls sending eth:
- _transfer(sender,recipient,amount) (#447)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#677-684)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#448)
- _allowances[owner][spender] = amount (#619)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in GORI._transfer(address,address,uint256) (#622-652):
External calls:
- swapAndLiquify(contractTokenBalance) (#645)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#677-684)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#667-673)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#645)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#677-684)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#710)
- _tokenTransfer(from,to,amount,takeFee) (#651)
- Transfer(sender,recipient,tTransferAmount) (#730)
- _tokenTransfer(from,to,amount,takeFee) (#651)
- Transfer(sender,recipient,tTransferAmount) (#720)
- _tokenTransfer(from,to,amount,takeFee) (#651)
- Transfer(sender,recipient,tTransferAmount) (#517)
- _tokenTransfer(from,to,amount,takeFee) (#651)
Reentrancy in GORI.constructor() (#409-418):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#412-413)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotal) (#417)
Reentrancy in GORI.swapAndLiquify(uint256) (#653-661):
External calls:
- swapTokensForEth(half) (#657)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#667-673)
- addLiquidity(otherHalf,newBalance) (#659)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#677-684)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#659)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#677-684)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#620)
- addLiquidity(otherHalf,newBalance) (#659)
- SwapAndLiquify(half,newBalance,otherHalf) (#660)
Reentrancy in GORI.transferFrom(address,address,uint256) (#446-450):
External calls:
- _transfer(sender,recipient,amount) (#447)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#677-684)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#667-673)
External calls sending eth:
- _transfer(sender,recipient,amount) (#447)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#677-684)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#620)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#448)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#98-102) uses assembly
- INLINE ASM (#100)
Address._verifyCallResult(bool,bytes,string) (#139-152) uses assembly
- INLINE ASM (#144-147)
Do not use evm assembly.

Additional information: link

GORI.includeInReward(address) (#496-507) has costly operations inside a loop:
- _excluded.pop() (#503)
Use a local variable to hold the loop computation result.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#139-152) is never used and should be removed
Address.functionCall(address,bytes) (#108-110) is never used and should be removed
Address.functionCall(address,bytes,string) (#111-113) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#114-116) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#117-122) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#131-133) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#134-138) is never used and should be removed
Address.functionStaticCall(address,bytes) (#123-125) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#126-130) is never used and should be removed
Address.isContract(address) (#98-102) is never used and should be removed
Address.sendValue(address,uint256) (#103-107) is never used and should be removed
Context._msgData() (#91-94) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#73-78) is never used and should be removed
SafeMath.mod(uint256,uint256) (#64-66) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#79-84) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#19-25) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#40-45) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#46-51) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#32-39) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#26-31) is never used and should be removed
Remove unused functions.

Additional information: link

GORI._rTotal (#379) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
GORI._previousTaxFee (#385) is set pre-construction with a non-constant function or state variable:
- _taxFee
GORI._previousDevelopmentFee (#387) is set pre-construction with a non-constant function or state variable:
- _developmentFee
GORI._previousLiquidityFee (#389) 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) (#103-107):
- (success) = recipient.call{value: amount}() (#105)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#117-122):
- (success,returndata) = target.call{value: value}(data) (#120)
Low level call in Address.functionStaticCall(address,bytes,string) (#126-130):
- (success,returndata) = target.staticcall(data) (#128)
Low level call in Address.functionDelegateCall(address,bytes,string) (#134-138):
- (success,returndata) = target.delegatecall(data) (#136)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

GORI.slitherConstructorVariables() (#367-733) uses literals with too many digits:
- _tTotal = 10000000 * 10 ** 18 (#378)
GORI.slitherConstructorVariables() (#367-733) uses literals with too many digits:
- _maxTxAmount = 10000000 * 10 ** 18 (#395)
GORI.slitherConstructorVariables() (#367-733) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 10000000 * 10 ** 18 (#396)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

GORI._decimals (#383) should be constant
GORI._developmentWalletAddress (#376) should be constant
GORI._maxTxAmount (#395) should be constant
GORI._name (#381) should be constant
GORI._symbol (#382) should be constant
GORI._tTotal (#378) should be constant
GORI.numTokensSellToAddToLiquidity (#396) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#169-172)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#173-177)
name() should be declared external:
- GORI.name() (#419-421)
symbol() should be declared external:
- GORI.symbol() (#422-424)
decimals() should be declared external:
- GORI.decimals() (#425-427)
totalSupply() should be declared external:
- GORI.totalSupply() (#428-430)
transfer(address,uint256) should be declared external:
- GORI.transfer(address,uint256) (#435-438)
allowance(address,address) should be declared external:
- GORI.allowance(address,address) (#439-441)
approve(address,uint256) should be declared external:
- GORI.approve(address,uint256) (#442-445)
transferFrom(address,address,uint256) should be declared external:
- GORI.transferFrom(address,address,uint256) (#446-450)
increaseAllowance(address,uint256) should be declared external:
- GORI.increaseAllowance(address,uint256) (#451-454)
decreaseAllowance(address,uint256) should be declared external:
- GORI.decreaseAllowance(address,uint256) (#455-458)
isExcludedFromReward(address) should be declared external:
- GORI.isExcludedFromReward(address) (#459-461)
totalFees() should be declared external:
- GORI.totalFees() (#462-464)
deliver(uint256) should be declared external:
- GORI.deliver(uint256) (#465-472)
reflectionFromToken(uint256,bool) should be declared external:
- GORI.reflectionFromToken(uint256,bool) (#473-482)
excludeFromReward(address) should be declared external:
- GORI.excludeFromReward(address) (#488-495)
excludeFromFee(address) should be declared external:
- GORI.excludeFromFee(address) (#519-521)
includeInFee(address) should be declared external:
- GORI.includeInFee(address) (#522-524)
setSwapAndLiquifyEnabled(bool) should be declared external:
- GORI.setSwapAndLiquifyEnabled(bool) (#526-529)
isExcludedFromFee(address) should be declared external:
- GORI.isExcludedFromFee(address) (#613-615)
Use the external attribute for functions never called from the contract.

Additional information: link

Redundant expression "this (#92)" inContext (#87-95)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Contract name (GORILLAZ Token (GORI)) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.

Holders:


Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


Twitter account link seems to be invalid


Unable to find Blog account (Reddit or Medium)


Unable to find whitepaper link on the website


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Young tokens have high risks of scam / price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death

Price for GORI

News for GORI