ULTGG will democratise esports and give gamers & content creators around the world the power to build a better future through gaming.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
UltimoGG.checkContractBalance() (#1007-1011) sends eth to arbitrary user
Dangerous calls:
- _contract.transfer(address(this).balance) (#1010)
UltimoGG.swapAndLiquify(uint256) (#1158-1209) sends eth to arbitrary user
Dangerous calls:
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1196)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Reentrancy in UltimoGG._transfer(address,address,uint256) (#1110-1155):
External calls:
- swapAndLiquify(contractTokenBalance) (#1142)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1221-1227)
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1196)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1142)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1196)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1154)
- _devFee = _previousDevFee (#1094)
- _devFee = 0 (#1087)
- _tokenTransfer(from,to,amount,takeFee) (#1154)
- _liquidityFee = _previousLiquidityFee (#1093)
- _liquidityFee = 0 (#1086)
- _tokenTransfer(from,to,amount,takeFee) (#1154)
- _marketingFee = _previousMarketingFee (#1095)
- _marketingFee = 0 (#1088)
- _tokenTransfer(from,to,amount,takeFee) (#1154)
- _previousDevFee = _devFee (#1082)
- _tokenTransfer(from,to,amount,takeFee) (#1154)
- _previousLiquidityFee = _liquidityFee (#1081)
- _tokenTransfer(from,to,amount,takeFee) (#1154)
- _previousMarketingFee = _marketingFee (#1083)
- _tokenTransfer(from,to,amount,takeFee) (#1154)
- _previousTaxFee = _taxFee (#1080)
- _tokenTransfer(from,to,amount,takeFee) (#1154)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1059)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1269)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1278)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#907)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1289)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1270)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1280)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1290)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#909)
- _tokenTransfer(from,to,amount,takeFee) (#1154)
- _rTotal = _rTotal.sub(rFee) (#1014)
- _tokenTransfer(from,to,amount,takeFee) (#1154)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1015)
- _tokenTransfer(from,to,amount,takeFee) (#1154)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1061)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#906)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1288)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1279)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#908)
- _tokenTransfer(from,to,amount,takeFee) (#1154)
- _taxFee = _previousTaxFee (#1092)
- _taxFee = 0 (#1085)
Reentrancy in UltimoGG.swapAndLiquify(uint256) (#1158-1209):
External calls:
- swapTokensForEth(half) (#1171)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1221-1227)
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
External calls sending eth:
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
State variables written after the call(s):
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,devPortion,false) (#1190)
- _devFee = _previousDevFee (#1094)
- _devFee = 0 (#1087)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,devPortion,false) (#1190)
- _liquidityFee = _previousLiquidityFee (#1093)
- _liquidityFee = 0 (#1086)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,devPortion,false) (#1190)
- _marketingFee = _previousMarketingFee (#1095)
- _marketingFee = 0 (#1088)
Reentrancy in UltimoGG.swapAndLiquify(uint256) (#1158-1209):
External calls:
- swapTokensForEth(half) (#1171)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1221-1227)
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- addLiquidity(devPortion,devBalance,_devAddress) (#1193)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1196)
External calls sending eth:
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- addLiquidity(devPortion,devBalance,_devAddress) (#1193)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1196)
State variables written after the call(s):
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1198)
- _devFee = _previousDevFee (#1094)
- _devFee = 0 (#1087)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1198)
- _liquidityFee = _previousLiquidityFee (#1093)
- _liquidityFee = 0 (#1086)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1198)
- _marketingFee = _previousMarketingFee (#1095)
- _marketingFee = 0 (#1088)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1198)
- _previousDevFee = _devFee (#1082)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1198)
- _previousLiquidityFee = _liquidityFee (#1081)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1198)
- _previousMarketingFee = _marketingFee (#1083)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1198)
- _previousTaxFee = _taxFee (#1080)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1198)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1059)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1269)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1278)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#907)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1289)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1270)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1280)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1290)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#909)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1198)
- _rTotal = _rTotal.sub(rFee) (#1014)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1198)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1015)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1198)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1061)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#906)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1288)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1279)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#908)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1198)
- _taxFee = _previousTaxFee (#1092)
- _taxFee = 0 (#1085)
Apply the check-effects-interactions pattern.
Additional information: link
Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
Contract ownership is not renounced (belongs to a wallet)
UltimoGG.swapAndLiquify(uint256) (#1158-1209) performs a multiplication on the result of a division:
-devBalance = newBalance.div(totalLiqFee).mul(_devFee) (#1177)
UltimoGG.swapAndLiquify(uint256) (#1158-1209) performs a multiplication on the result of a division:
-devPortion = otherHalf.div(totalLiqFee).mul(_devFee) (#1178)
UltimoGG.swapAndLiquify(uint256) (#1158-1209) performs a multiplication on the result of a division:
-marketingBalance = newBalance.div(totalLiqFee).mul(_marketingFee) (#1180)
UltimoGG.swapAndLiquify(uint256) (#1158-1209) performs a multiplication on the result of a division:
-marketingPortion = otherHalf.div(totalLiqFee).mul(_marketingFee) (#1181)
Consider ordering multiplication before division.
Additional information: link
UltimoGG.addLiquidity(uint256,uint256,address) (#1230-1243) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
Ensure that all the return values of the function calls are used.
Additional information: link
UltimoGG.allowance(address,address).owner (#816) shadows:
- Ownable.owner() (#416-418) (function)
UltimoGG._approve(address,address,uint256).owner (#1102) shadows:
- Ownable.owner() (#416-418) (function)
Rename the local variables that shadow another component.
Additional information: link
UltimoGG.setMinTokensToSwap(uint256) (#935-937) should emit an event for:
- numTokensSellToAddToLiquidity = _minTokens * 10 ** 9 (#936)
UltimoGG.setDevFeePercent(uint256) (#951-956) should emit an event for:
- _devFee = 0 (#952)
- _devFee = devFee (#954)
UltimoGG.setTaxFeePercent(uint256) (#958-963) should emit an event for:
- _taxFee = 0 (#959)
- _taxFee = taxFee (#961)
UltimoGG.setMarketingFeePercent(uint256) (#965-970) should emit an event for:
- _marketingFee = 0 (#966)
- _marketingFee = marketingFee (#968)
UltimoGG.setLiquidityFeePercent(uint256) (#972-977) should emit an event for:
- _liquidityFee = 0 (#973)
- _liquidityFee = liquidityFee (#975)
UltimoGG.setMaxTx(uint256) (#979-981) should emit an event for:
- _maxTxAmount = maxTx * 10 ** 9 (#980)
UltimoGG.afterPresale(uint256) (#998-1002) should emit an event for:
- _maxTxAmount = maxTx * 10 ** 9 (#999)
Emit an event for critical parameter changes.
Additional information: link
UltimoGG.setDevAddress(address).dev (#927) lacks a zero-check on :
- _devAddress = dev (#928)
UltimoGG.setMarketingAddress(address).marketing (#931) lacks a zero-check on :
- _marketingAddress = marketing (#932)
UltimoGG.checkContractBalance()._contract (#1009) lacks a zero-check on :
- _contract.transfer(address(this).balance) (#1010)
Check that the address is not zero.
Additional information: link
Reentrancy in UltimoGG.constructor() (#760-783):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#765-766)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#772)
- _isExcludedFromFee[address(this)] = true (#773)
- _isExcludedFromMaxTx[owner()] = true (#777)
- _isExcludedFromMaxTx[address(this)] = true (#778)
- _isExcludedFromMaxTx[address(0x000000000000000000000000000000000000dEaD)] = true (#779)
- _isExcludedFromMaxTx[address(0)] = true (#780)
- uniswapV2Router = _uniswapV2Router (#769)
Reentrancy in UltimoGG.swapAndLiquify(uint256) (#1158-1209):
External calls:
- swapTokensForEth(half) (#1171)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1221-1227)
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
External calls sending eth:
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
State variables written after the call(s):
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,devPortion,false) (#1190)
- _previousDevFee = _devFee (#1082)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,devPortion,false) (#1190)
- _previousLiquidityFee = _liquidityFee (#1081)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,devPortion,false) (#1190)
- _previousMarketingFee = _marketingFee (#1083)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,devPortion,false) (#1190)
- _previousTaxFee = _taxFee (#1080)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,devPortion,false) (#1190)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1059)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1269)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1278)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#907)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1289)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1270)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1280)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1290)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#909)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,devPortion,false) (#1190)
- _rTotal = _rTotal.sub(rFee) (#1014)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,devPortion,false) (#1190)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1015)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,devPortion,false) (#1190)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1061)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#906)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1288)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1279)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#908)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,devPortion,false) (#1190)
- _taxFee = _previousTaxFee (#1092)
- _taxFee = 0 (#1085)
Reentrancy in UltimoGG.swapAndLiquify(uint256) (#1158-1209):
External calls:
- swapTokensForEth(half) (#1171)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1221-1227)
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- addLiquidity(devPortion,devBalance,_devAddress) (#1193)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
External calls sending eth:
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- addLiquidity(devPortion,devBalance,_devAddress) (#1193)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
State variables written after the call(s):
- addLiquidity(devPortion,devBalance,_devAddress) (#1193)
- _allowances[owner][spender] = amount (#1106)
Reentrancy in UltimoGG.swapAndLiquify(uint256) (#1158-1209):
External calls:
- swapTokensForEth(half) (#1171)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1221-1227)
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- addLiquidity(devPortion,devBalance,_devAddress) (#1193)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1196)
- addLiquidity(marketingPortion,marketingBalance,_marketingAddress) (#1201)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
External calls sending eth:
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- addLiquidity(devPortion,devBalance,_devAddress) (#1193)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1196)
- addLiquidity(marketingPortion,marketingBalance,_marketingAddress) (#1201)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
State variables written after the call(s):
- addLiquidity(marketingPortion,marketingBalance,_marketingAddress) (#1201)
- _allowances[owner][spender] = amount (#1106)
Reentrancy in UltimoGG.swapAndLiquify(uint256) (#1158-1209):
External calls:
- swapTokensForEth(half) (#1171)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1221-1227)
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- addLiquidity(devPortion,devBalance,_devAddress) (#1193)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1196)
- addLiquidity(marketingPortion,marketingBalance,_marketingAddress) (#1201)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1205)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
External calls sending eth:
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- addLiquidity(devPortion,devBalance,_devAddress) (#1193)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1196)
- addLiquidity(marketingPortion,marketingBalance,_marketingAddress) (#1201)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1205)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
State variables written after the call(s):
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1205)
- _allowances[owner][spender] = amount (#1106)
Reentrancy in UltimoGG.transferFrom(address,address,uint256) (#825-830):
External calls:
- _transfer(sender,recipient,amount) (#827)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1221-1227)
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1196)
External calls sending eth:
- _transfer(sender,recipient,amount) (#827)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1196)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#828)
- _allowances[owner][spender] = amount (#1106)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in UltimoGG._transfer(address,address,uint256) (#1110-1155):
External calls:
- swapAndLiquify(contractTokenBalance) (#1142)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1221-1227)
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1196)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1142)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1196)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1273)
- _tokenTransfer(from,to,amount,takeFee) (#1154)
- Transfer(sender,recipient,tTransferAmount) (#1293)
- _tokenTransfer(from,to,amount,takeFee) (#1154)
- Transfer(sender,recipient,tTransferAmount) (#1283)
- _tokenTransfer(from,to,amount,takeFee) (#1154)
- Transfer(sender,recipient,tTransferAmount) (#912)
- _tokenTransfer(from,to,amount,takeFee) (#1154)
Reentrancy in UltimoGG.constructor() (#760-783):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#765-766)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#782)
Reentrancy in UltimoGG.swapAndLiquify(uint256) (#1158-1209):
External calls:
- swapTokensForEth(half) (#1171)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1221-1227)
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
External calls sending eth:
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1273)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,devPortion,false) (#1190)
- Transfer(sender,recipient,tTransferAmount) (#1283)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,devPortion,false) (#1190)
- Transfer(sender,recipient,tTransferAmount) (#1293)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,devPortion,false) (#1190)
- Transfer(sender,recipient,tTransferAmount) (#912)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,devPortion,false) (#1190)
- Transfer(address(this),0x000000000000000000000000000000000000dEaD,devPortion) (#1191)
Reentrancy in UltimoGG.swapAndLiquify(uint256) (#1158-1209):
External calls:
- swapTokensForEth(half) (#1171)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1221-1227)
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- addLiquidity(devPortion,devBalance,_devAddress) (#1193)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
External calls sending eth:
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- addLiquidity(devPortion,devBalance,_devAddress) (#1193)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1107)
- addLiquidity(devPortion,devBalance,_devAddress) (#1193)
Reentrancy in UltimoGG.swapAndLiquify(uint256) (#1158-1209):
External calls:
- swapTokensForEth(half) (#1171)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1221-1227)
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- addLiquidity(devPortion,devBalance,_devAddress) (#1193)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1196)
External calls sending eth:
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- addLiquidity(devPortion,devBalance,_devAddress) (#1193)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1196)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1273)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1198)
- Transfer(sender,recipient,tTransferAmount) (#1283)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1198)
- Transfer(sender,recipient,tTransferAmount) (#1293)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1198)
- Transfer(sender,recipient,tTransferAmount) (#912)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1198)
- Transfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion) (#1199)
Reentrancy in UltimoGG.swapAndLiquify(uint256) (#1158-1209):
External calls:
- swapTokensForEth(half) (#1171)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1221-1227)
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- addLiquidity(devPortion,devBalance,_devAddress) (#1193)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1196)
- addLiquidity(marketingPortion,marketingBalance,_marketingAddress) (#1201)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
External calls sending eth:
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- addLiquidity(devPortion,devBalance,_devAddress) (#1193)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1196)
- addLiquidity(marketingPortion,marketingBalance,_marketingAddress) (#1201)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1107)
- addLiquidity(marketingPortion,marketingBalance,_marketingAddress) (#1201)
Reentrancy in UltimoGG.swapAndLiquify(uint256) (#1158-1209):
External calls:
- swapTokensForEth(half) (#1171)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1221-1227)
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- addLiquidity(devPortion,devBalance,_devAddress) (#1193)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1196)
- addLiquidity(marketingPortion,marketingBalance,_marketingAddress) (#1201)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1205)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
External calls sending eth:
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- addLiquidity(devPortion,devBalance,_devAddress) (#1193)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1196)
- addLiquidity(marketingPortion,marketingBalance,_marketingAddress) (#1201)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1205)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1107)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1205)
- SwapAndLiquify(half,newBalance,otherHalf) (#1208)
Reentrancy in UltimoGG.transferFrom(address,address,uint256) (#825-830):
External calls:
- _transfer(sender,recipient,amount) (#827)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1221-1227)
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1196)
External calls sending eth:
- _transfer(sender,recipient,amount) (#827)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1235-1242)
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1196)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1107)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#828)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#466-471) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (#468)
UltimoGG.transfer(address,uint256) (#810-814) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _tLocked[_msgSender()],Wallet is still locked) (#811)
UltimoGG.transferFrom(address,address,uint256) (#825-830) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _tLocked[sender],Wallet is still locked) (#826)
Avoid relying on block.timestamp.
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
UltimoGG._transfer(address,address,uint256) (#1110-1155) compares to a boolean constant:
-_isExcludedFromMaxTx[from] == false && _isExcludedFromMaxTx[to] == false (#1118)
Remove the equality to the boolean constant.
Additional information: link
UltimoGG.includeInReward(address) (#891-902) has costly operations inside a loop:
- _excluded.pop() (#898)
Use a local variable to hold the loop computation result.
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
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
UltimoGG._rTotal (#709) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
UltimoGG._previousTaxFee (#717) is set pre-construction with a non-constant function or state variable:
- _taxFee
UltimoGG._previousLiquidityFee (#720) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
UltimoGG._previousDevFee (#723) is set pre-construction with a non-constant function or state variable:
- _devFee
UltimoGG._previousMarketingFee (#726) is set pre-construction with a non-constant function or state variable:
- _marketingFee
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)
Low level call in UltimoGG.swapAndLiquify(uint256) (#1158-1209):
- (sent,data) = _devAddress.call{value: devBalance}() (#1188)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1196)
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() (#510) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#511) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#528) is not in mixedCase
Function IUniswapV2Router01.WETH() (#550) is not in mixedCase
Parameter UltimoGG.setMinTokensToSwap(uint256)._minTokens (#935) is not in mixedCase
Parameter UltimoGG.setSwapAndLiquifyEnabled(bool)._enabled (#983) is not in mixedCase
Parameter UltimoGG.calculateTaxFee(uint256)._amount (#1064) is not in mixedCase
Parameter UltimoGG.calculateLiquidityPlusFees(uint256)._amount (#1070) is not in mixedCase
Variable UltimoGG._devAddress (#704) is not in mixedCase
Variable UltimoGG._marketingAddress (#705) is not in mixedCase
Variable UltimoGG._taxFee (#716) is not in mixedCase
Variable UltimoGG._liquidityFee (#719) is not in mixedCase
Variable UltimoGG._devFee (#722) is not in mixedCase
Variable UltimoGG._marketingFee (#725) is not in mixedCase
Variable UltimoGG._maxTxAmount (#735) is not in mixedCase
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 (#555) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#556)
Variable UltimoGG.reflectionFromToken(uint256,bool).rTransferAmount (#870) is too similar to UltimoGG._transferToExcluded(address,address,uint256).tTransferAmount (#1277)
Variable UltimoGG._getValues(uint256).rTransferAmount (#1020) is too similar to UltimoGG._transferStandard(address,address,uint256).tTransferAmount (#1268)
Variable UltimoGG.reflectionFromToken(uint256,bool).rTransferAmount (#870) is too similar to UltimoGG._transferFromExcluded(address,address,uint256).tTransferAmount (#1287)
Variable UltimoGG._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1035) is too similar to UltimoGG._transferBothExcluded(address,address,uint256).tTransferAmount (#905)
Variable UltimoGG._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1035) is too similar to UltimoGG._getTValues(uint256).tTransferAmount (#1027)
Variable UltimoGG._getValues(uint256).rTransferAmount (#1020) is too similar to UltimoGG._transferBothExcluded(address,address,uint256).tTransferAmount (#905)
Variable UltimoGG._getValues(uint256).rTransferAmount (#1020) is too similar to UltimoGG._getTValues(uint256).tTransferAmount (#1027)
Variable UltimoGG._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1035) is too similar to UltimoGG._transferToExcluded(address,address,uint256).tTransferAmount (#1277)
Variable UltimoGG._transferFromExcluded(address,address,uint256).rTransferAmount (#1287) is too similar to UltimoGG._transferStandard(address,address,uint256).tTransferAmount (#1268)
Variable UltimoGG._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1035) is too similar to UltimoGG._transferFromExcluded(address,address,uint256).tTransferAmount (#1287)
Variable UltimoGG._transferStandard(address,address,uint256).rTransferAmount (#1268) is too similar to UltimoGG._transferStandard(address,address,uint256).tTransferAmount (#1268)
Variable UltimoGG._getValues(uint256).rTransferAmount (#1020) is too similar to UltimoGG._transferToExcluded(address,address,uint256).tTransferAmount (#1277)
Variable UltimoGG._transferBothExcluded(address,address,uint256).rTransferAmount (#905) is too similar to UltimoGG._transferStandard(address,address,uint256).tTransferAmount (#1268)
Variable UltimoGG._getValues(uint256).rTransferAmount (#1020) is too similar to UltimoGG._transferFromExcluded(address,address,uint256).tTransferAmount (#1287)
Variable UltimoGG._transferFromExcluded(address,address,uint256).rTransferAmount (#1287) is too similar to UltimoGG._transferBothExcluded(address,address,uint256).tTransferAmount (#905)
Variable UltimoGG._transferFromExcluded(address,address,uint256).rTransferAmount (#1287) is too similar to UltimoGG._getTValues(uint256).tTransferAmount (#1027)
Variable UltimoGG._transferToExcluded(address,address,uint256).rTransferAmount (#1277) is too similar to UltimoGG._transferStandard(address,address,uint256).tTransferAmount (#1268)
Variable UltimoGG._transferStandard(address,address,uint256).rTransferAmount (#1268) is too similar to UltimoGG._getTValues(uint256).tTransferAmount (#1027)
Variable UltimoGG._transferBothExcluded(address,address,uint256).rTransferAmount (#905) is too similar to UltimoGG._transferBothExcluded(address,address,uint256).tTransferAmount (#905)
Variable UltimoGG._transferBothExcluded(address,address,uint256).rTransferAmount (#905) is too similar to UltimoGG._getTValues(uint256).tTransferAmount (#1027)
Variable UltimoGG.reflectionFromToken(uint256,bool).rTransferAmount (#870) is too similar to UltimoGG._transferStandard(address,address,uint256).tTransferAmount (#1268)
Variable UltimoGG._transferFromExcluded(address,address,uint256).rTransferAmount (#1287) is too similar to UltimoGG._transferToExcluded(address,address,uint256).tTransferAmount (#1277)
Variable UltimoGG._transferToExcluded(address,address,uint256).rTransferAmount (#1277) is too similar to UltimoGG._transferBothExcluded(address,address,uint256).tTransferAmount (#905)
Variable UltimoGG._transferToExcluded(address,address,uint256).rTransferAmount (#1277) is too similar to UltimoGG._getTValues(uint256).tTransferAmount (#1027)
Variable UltimoGG._transferBothExcluded(address,address,uint256).rTransferAmount (#905) is too similar to UltimoGG._transferToExcluded(address,address,uint256).tTransferAmount (#1277)
Variable UltimoGG._transferFromExcluded(address,address,uint256).rTransferAmount (#1287) is too similar to UltimoGG._transferFromExcluded(address,address,uint256).tTransferAmount (#1287)
Variable UltimoGG._transferBothExcluded(address,address,uint256).rTransferAmount (#905) is too similar to UltimoGG._transferFromExcluded(address,address,uint256).tTransferAmount (#1287)
Variable UltimoGG.reflectionFromToken(uint256,bool).rTransferAmount (#870) is too similar to UltimoGG._getTValues(uint256).tTransferAmount (#1027)
Variable UltimoGG.reflectionFromToken(uint256,bool).rTransferAmount (#870) is too similar to UltimoGG._transferBothExcluded(address,address,uint256).tTransferAmount (#905)
Variable UltimoGG._transferToExcluded(address,address,uint256).rTransferAmount (#1277) is too similar to UltimoGG._transferToExcluded(address,address,uint256).tTransferAmount (#1277)
Variable UltimoGG._transferToExcluded(address,address,uint256).rTransferAmount (#1277) is too similar to UltimoGG._transferFromExcluded(address,address,uint256).tTransferAmount (#1287)
Variable UltimoGG._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1035) is too similar to UltimoGG._transferStandard(address,address,uint256).tTransferAmount (#1268)
Variable UltimoGG.reflectionFromToken(uint256,bool).rTransferAmount (#870) is too similar to UltimoGG._getValues(uint256).tTransferAmount (#1019)
Variable UltimoGG._transferStandard(address,address,uint256).rTransferAmount (#1268) is too similar to UltimoGG._transferFromExcluded(address,address,uint256).tTransferAmount (#1287)
Variable UltimoGG._transferStandard(address,address,uint256).rTransferAmount (#1268) is too similar to UltimoGG._getValues(uint256).tTransferAmount (#1019)
Variable UltimoGG._transferBothExcluded(address,address,uint256).rTransferAmount (#905) is too similar to UltimoGG._getValues(uint256).tTransferAmount (#1019)
Variable UltimoGG._transferToExcluded(address,address,uint256).rTransferAmount (#1277) is too similar to UltimoGG._getValues(uint256).tTransferAmount (#1019)
Variable UltimoGG._transferStandard(address,address,uint256).rTransferAmount (#1268) is too similar to UltimoGG._transferBothExcluded(address,address,uint256).tTransferAmount (#905)
Variable UltimoGG._transferStandard(address,address,uint256).rTransferAmount (#1268) is too similar to UltimoGG._transferToExcluded(address,address,uint256).tTransferAmount (#1277)
Variable UltimoGG._getValues(uint256).rTransferAmount (#1020) is too similar to UltimoGG._getValues(uint256).tTransferAmount (#1019)
Variable UltimoGG._transferFromExcluded(address,address,uint256).rTransferAmount (#1287) is too similar to UltimoGG._getValues(uint256).tTransferAmount (#1019)
Variable UltimoGG._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1035) is too similar to UltimoGG._getValues(uint256).tTransferAmount (#1019)
Prevent variables from having similar names.
Additional information: link
UltimoGG.constructor() (#760-783) uses literals with too many digits:
- _isExcludedFromMaxTx[address(0x000000000000000000000000000000000000dEaD)] = true (#779)
UltimoGG.swapAndLiquify(uint256) (#1158-1209) uses literals with too many digits:
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,devPortion,false) (#1190)
UltimoGG.swapAndLiquify(uint256) (#1158-1209) uses literals with too many digits:
- Transfer(address(this),0x000000000000000000000000000000000000dEaD,devPortion) (#1191)
UltimoGG.swapAndLiquify(uint256) (#1158-1209) uses literals with too many digits:
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1198)
UltimoGG.swapAndLiquify(uint256) (#1158-1209) uses literals with too many digits:
- Transfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion) (#1199)
UltimoGG.slitherConstructorVariables() (#688-1297) uses literals with too many digits:
- _tTotal = 1000000000000000 * 10 ** 9 (#708)
UltimoGG.slitherConstructorVariables() (#688-1297) uses literals with too many digits:
- _maxTxAmount = 1000000000000000 * 10 ** 9 (#735)
UltimoGG.slitherConstructorVariables() (#688-1297) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 250000000000 * 10 ** 9 (#737)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
UltimoGG._decimals (#714) should be constant
UltimoGG._name (#712) should be constant
UltimoGG._symbol (#713) should be constant
UltimoGG._tTotal (#708) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#438-441)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#447-451)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#453-455)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#458-463)
unlock() should be declared external:
- Ownable.unlock() (#466-471)
lockTimeOfWallet() should be declared external:
- UltimoGG.lockTimeOfWallet() (#785-787)
name() should be declared external:
- UltimoGG.name() (#789-791)
symbol() should be declared external:
- UltimoGG.symbol() (#793-795)
decimals() should be declared external:
- UltimoGG.decimals() (#797-799)
totalSupply() should be declared external:
- UltimoGG.totalSupply() (#801-803)
transfer(address,uint256) should be declared external:
- UltimoGG.transfer(address,uint256) (#810-814)
allowance(address,address) should be declared external:
- UltimoGG.allowance(address,address) (#816-818)
approve(address,uint256) should be declared external:
- UltimoGG.approve(address,uint256) (#820-823)
transferFrom(address,address,uint256) should be declared external:
- UltimoGG.transferFrom(address,address,uint256) (#825-830)
increaseAllowance(address,uint256) should be declared external:
- UltimoGG.increaseAllowance(address,uint256) (#832-835)
decreaseAllowance(address,uint256) should be declared external:
- UltimoGG.decreaseAllowance(address,uint256) (#837-840)
isExcludedFromReward(address) should be declared external:
- UltimoGG.isExcludedFromReward(address) (#842-844)
totalFees() should be declared external:
- UltimoGG.totalFees() (#846-848)
lockWallet(uint256) should be declared external:
- UltimoGG.lockWallet(uint256) (#850-852)
deliver(uint256) should be declared external:
- UltimoGG.deliver(uint256) (#855-862)
reflectionFromToken(uint256,bool) should be declared external:
- UltimoGG.reflectionFromToken(uint256,bool) (#864-873)
excludeFromReward(address) should be declared external:
- UltimoGG.excludeFromReward(address) (#881-889)
excludeFromFee(address) should be declared external:
- UltimoGG.excludeFromFee(address) (#915-917)
isExcludedFromMaxTx(address) should be declared external:
- UltimoGG.isExcludedFromMaxTx(address) (#919-921)
excludeOrIncludeFromMaxTx(address,bool) should be declared external:
- UltimoGG.excludeOrIncludeFromMaxTx(address,bool) (#923-925)
setDevAddress(address) should be declared external:
- UltimoGG.setDevAddress(address) (#927-929)
setMarketingAddress(address) should be declared external:
- UltimoGG.setMarketingAddress(address) (#931-933)
showDevAddress() should be declared external:
- UltimoGG.showDevAddress() (#939-941)
showMarketingaddress() should be declared external:
- UltimoGG.showMarketingaddress() (#943-945)
includeInFee(address) should be declared external:
- UltimoGG.includeInFee(address) (#947-949)
setSwapAndLiquifyEnabled(bool) should be declared external:
- UltimoGG.setSwapAndLiquifyEnabled(bool) (#983-986)
isExcludedFromFee(address) should be declared external:
- UltimoGG.isExcludedFromFee(address) (#1098-1100)
Use the external attribute for functions never called from the contract.
Additional information: link
Contract has 30% buy tax and 27% sell tax.
Taxes are suspiciously high (over 10%) and contract ownership is not renounced. Token has a high risk of becoming a honeypot.
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
Swap operations require suspiciously high gas. Contract logic is complex and may disguise some form of scam.
Average 30d number of PancakeSwap swaps is low.
Unable to crawl data from the website
Unable to find token contract audit
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find Telegram link on the website
Unable to find Twitter link on the website
Unable to find code repository for the project
Token is not listed at Mobula.Finance
Additional information: link
Token has a considerable age, but we're still unable to find its website
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
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account