Bitgatti Token Logo

BITGATTI Token

About BITGATTI

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
white paper

Bitgatti Protocol is a deflationary, static yield farming, automatic liquidity generating token on the Binance Smart Chain. This means that the supply of Bitgatti will shrink over time, you get coins after every transaction simply by holding Bitgatti in your wallet. Bitgatti is striving to be the most fun coin on the street and the first meme project that puts its Tokenholders at the center of it all with its rewards system.

Laser Scorebeta Last Audit: 10 April 2022

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.

Reentrancy in Bitgatti._transfer(address,address,uint256) (#1191-1235):
External calls:
- swapAndLiquify(contractTokenBalance) (#1222)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1283-1290)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1269-1275)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1222)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1283-1290)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1234)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1147)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1325)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1316)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1063)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1317)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1336)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1327)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1337)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1065)
- _tokenTransfer(from,to,amount,takeFee) (#1234)
- _rTotal = _rTotal.sub(rFee) (#1102)
- _tokenTransfer(from,to,amount,takeFee) (#1234)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1149)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1335)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1062)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1326)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1064)
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)

Bitgatti.includeInReward(address) (#1047-1058) has costly operations inside a loop:
- _excluded.pop() (#1054)
Use a local variable to hold the loop computation result.

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#504) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#505) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#522) is not in mixedCase
Function IUniswapV2Router01.WETH() (#544) is not in mixedCase
Parameter Bitgatti.recoverwrongTokens(uint256,address)._tokenAmount (#1006) is not in mixedCase
Parameter Bitgatti.recoverwrongTokens(uint256,address)._tokenAddress (#1006) is not in mixedCase
Parameter Bitgatti.setSwapAndLiquifyEnabled(bool)._enabled (#1093) is not in mixedCase
Parameter Bitgatti.calculateTaxFee(uint256)._amount (#1152) is not in mixedCase
Parameter Bitgatti.calculateLiquidityFee(uint256)._amount (#1158) is not in mixedCase
Variable Bitgatti._taxFee (#897) is not in mixedCase
Variable Bitgatti._liquidityFee (#900) is not in mixedCase
Variable Bitgatti._maxTxAmount (#909) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#238)" inContext (#232-241)
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 (#549) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#550)
Variable Bitgatti._transferFromExcluded(address,address,uint256).rTransferAmount (#1334) is too similar to Bitgatti._getValues(uint256).tTransferAmount (#1107)
Variable Bitgatti._transferBothExcluded(address,address,uint256).rTransferAmount (#1061) is too similar to Bitgatti._getTValues(uint256).tTransferAmount (#1115)
Variable Bitgatti._transferToExcluded(address,address,uint256).rTransferAmount (#1324) is too similar to Bitgatti._transferStandard(address,address,uint256).tTransferAmount (#1315)
Variable Bitgatti._transferBothExcluded(address,address,uint256).rTransferAmount (#1061) is too similar to Bitgatti._transferBothExcluded(address,address,uint256).tTransferAmount (#1061)
Variable Bitgatti.reflectionFromToken(uint256,bool).rTransferAmount (#1026) is too similar to Bitgatti._transferStandard(address,address,uint256).tTransferAmount (#1315)
Variable Bitgatti._transferBothExcluded(address,address,uint256).rTransferAmount (#1061) is too similar to Bitgatti._transferStandard(address,address,uint256).tTransferAmount (#1315)
Variable Bitgatti._transferToExcluded(address,address,uint256).rTransferAmount (#1324) is too similar to Bitgatti._transferFromExcluded(address,address,uint256).tTransferAmount (#1334)
Variable Bitgatti._transferStandard(address,address,uint256).rTransferAmount (#1315) is too similar to Bitgatti._transferStandard(address,address,uint256).tTransferAmount (#1315)
Variable Bitgatti._transferToExcluded(address,address,uint256).rTransferAmount (#1324) is too similar to Bitgatti._getValues(uint256).tTransferAmount (#1107)
Variable Bitgatti.reflectionFromToken(uint256,bool).rTransferAmount (#1026) is too similar to Bitgatti._transferFromExcluded(address,address,uint256).tTransferAmount (#1334)
Variable Bitgatti._transferBothExcluded(address,address,uint256).rTransferAmount (#1061) is too similar to Bitgatti._transferFromExcluded(address,address,uint256).tTransferAmount (#1334)
Variable Bitgatti._transferToExcluded(address,address,uint256).rTransferAmount (#1324) is too similar to Bitgatti._transferToExcluded(address,address,uint256).tTransferAmount (#1324)
Variable Bitgatti.reflectionFromToken(uint256,bool).rTransferAmount (#1026) is too similar to Bitgatti._getValues(uint256).tTransferAmount (#1107)
Variable Bitgatti._transferFromExcluded(address,address,uint256).rTransferAmount (#1334) is too similar to Bitgatti._transferStandard(address,address,uint256).tTransferAmount (#1315)
Variable Bitgatti._transferBothExcluded(address,address,uint256).rTransferAmount (#1061) is too similar to Bitgatti._getValues(uint256).tTransferAmount (#1107)
Variable Bitgatti._transferToExcluded(address,address,uint256).rTransferAmount (#1324) is too similar to Bitgatti._getTValues(uint256).tTransferAmount (#1115)
Variable Bitgatti._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1123) is too similar to Bitgatti._transferStandard(address,address,uint256).tTransferAmount (#1315)
Variable Bitgatti._transferFromExcluded(address,address,uint256).rTransferAmount (#1334) is too similar to Bitgatti._transferFromExcluded(address,address,uint256).tTransferAmount (#1334)
Variable Bitgatti._transferBothExcluded(address,address,uint256).rTransferAmount (#1061) is too similar to Bitgatti._transferToExcluded(address,address,uint256).tTransferAmount (#1324)
Variable Bitgatti._transferToExcluded(address,address,uint256).rTransferAmount (#1324) is too similar to Bitgatti._transferBothExcluded(address,address,uint256).tTransferAmount (#1061)
Variable Bitgatti._getValues(uint256).rTransferAmount (#1108) is too similar to Bitgatti._getValues(uint256).tTransferAmount (#1107)
Variable Bitgatti.reflectionFromToken(uint256,bool).rTransferAmount (#1026) is too similar to Bitgatti._transferToExcluded(address,address,uint256).tTransferAmount (#1324)
Variable Bitgatti._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1123) is too similar to Bitgatti._getValues(uint256).tTransferAmount (#1107)
Variable Bitgatti.reflectionFromToken(uint256,bool).rTransferAmount (#1026) is too similar to Bitgatti._getTValues(uint256).tTransferAmount (#1115)
Variable Bitgatti.reflectionFromToken(uint256,bool).rTransferAmount (#1026) is too similar to Bitgatti._transferBothExcluded(address,address,uint256).tTransferAmount (#1061)
Variable Bitgatti._transferStandard(address,address,uint256).rTransferAmount (#1315) is too similar to Bitgatti._getValues(uint256).tTransferAmount (#1107)
Variable Bitgatti._getValues(uint256).rTransferAmount (#1108) is too similar to Bitgatti._transferStandard(address,address,uint256).tTransferAmount (#1315)
Variable Bitgatti._getValues(uint256).rTransferAmount (#1108) is too similar to Bitgatti._transferToExcluded(address,address,uint256).tTransferAmount (#1324)
Variable Bitgatti._getValues(uint256).rTransferAmount (#1108) is too similar to Bitgatti._getTValues(uint256).tTransferAmount (#1115)
Variable Bitgatti._getValues(uint256).rTransferAmount (#1108) is too similar to Bitgatti._transferBothExcluded(address,address,uint256).tTransferAmount (#1061)
Variable Bitgatti._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1123) is too similar to Bitgatti._getTValues(uint256).tTransferAmount (#1115)
Variable Bitgatti._transferStandard(address,address,uint256).rTransferAmount (#1315) is too similar to Bitgatti._transferToExcluded(address,address,uint256).tTransferAmount (#1324)
Variable Bitgatti._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1123) is too similar to Bitgatti._transferToExcluded(address,address,uint256).tTransferAmount (#1324)
Variable Bitgatti._transferStandard(address,address,uint256).rTransferAmount (#1315) is too similar to Bitgatti._transferBothExcluded(address,address,uint256).tTransferAmount (#1061)
Variable Bitgatti._transferStandard(address,address,uint256).rTransferAmount (#1315) is too similar to Bitgatti._getTValues(uint256).tTransferAmount (#1115)
Variable Bitgatti._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1123) is too similar to Bitgatti._transferBothExcluded(address,address,uint256).tTransferAmount (#1061)
Variable Bitgatti._transferFromExcluded(address,address,uint256).rTransferAmount (#1334) is too similar to Bitgatti._transferToExcluded(address,address,uint256).tTransferAmount (#1324)
Variable Bitgatti._transferFromExcluded(address,address,uint256).rTransferAmount (#1334) is too similar to Bitgatti._getTValues(uint256).tTransferAmount (#1115)
Variable Bitgatti._transferFromExcluded(address,address,uint256).rTransferAmount (#1334) is too similar to Bitgatti._transferBothExcluded(address,address,uint256).tTransferAmount (#1061)
Variable Bitgatti._getValues(uint256).rTransferAmount (#1108) is too similar to Bitgatti._transferFromExcluded(address,address,uint256).tTransferAmount (#1334)
Variable Bitgatti._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1123) is too similar to Bitgatti._transferFromExcluded(address,address,uint256).tTransferAmount (#1334)
Variable Bitgatti._transferStandard(address,address,uint256).rTransferAmount (#1315) is too similar to Bitgatti._transferFromExcluded(address,address,uint256).tTransferAmount (#1334)
Prevent variables from having similar names.

Additional information: link

Bitgatti.slitherConstructorVariables() (#873-1347) uses literals with too many digits:
- totalAmount = 1000000000 (#888)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Bitgatti._decimals (#895) should be constant
Bitgatti._name (#893) should be constant
Bitgatti._symbol (#894) should be constant
Bitgatti.totalAmount (#888) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#432-435)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#441-445)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#447-449)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#452-457)
unlock() should be declared external:
- Ownable.unlock() (#460-465)
name() should be declared external:
- Bitgatti.name() (#946-948)
symbol() should be declared external:
- Bitgatti.symbol() (#950-952)
decimals() should be declared external:
- Bitgatti.decimals() (#954-956)
totalSupply() should be declared external:
- Bitgatti.totalSupply() (#958-960)
transfer(address,uint256) should be declared external:
- Bitgatti.transfer(address,uint256) (#967-970)
allowance(address,address) should be declared external:
- Bitgatti.allowance(address,address) (#972-974)
approve(address,uint256) should be declared external:
- Bitgatti.approve(address,uint256) (#976-979)
transferFrom(address,address,uint256) should be declared external:
- Bitgatti.transferFrom(address,address,uint256) (#981-985)
increaseAllowance(address,uint256) should be declared external:
- Bitgatti.increaseAllowance(address,uint256) (#987-990)
decreaseAllowance(address,uint256) should be declared external:
- Bitgatti.decreaseAllowance(address,uint256) (#992-995)
isExcludedFromReward(address) should be declared external:
- Bitgatti.isExcludedFromReward(address) (#997-999)
totalFees() should be declared external:
- Bitgatti.totalFees() (#1001-1003)
deliver(uint256) should be declared external:
- Bitgatti.deliver(uint256) (#1011-1018)
reflectionFromToken(uint256,bool) should be declared external:
- Bitgatti.reflectionFromToken(uint256,bool) (#1020-1029)
excludeFromReward(address) should be declared external:
- Bitgatti.excludeFromReward(address) (#1037-1045)
excludeFromFee(address) should be declared external:
- Bitgatti.excludeFromFee(address) (#1071-1073)
includeInFee(address) should be declared external:
- Bitgatti.includeInFee(address) (#1075-1077)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Bitgatti.setSwapAndLiquifyEnabled(bool) (#1093-1096)
isExcludedFromFee(address) should be declared external:
- Bitgatti.isExcludedFromFee(address) (#1179-1181)
Use the external attribute for functions never called from the contract.

Additional information: link

Bitgatti.slitherConstructorVariables() (#873-1347) performs a multiplication on the result of a division:
-_maxTxAmount = totalAmount.div(200).mul(10 ** 6).mul(10 ** 9) (#909)
Bitgatti.slitherConstructorVariables() (#873-1347) performs a multiplication on the result of a division:
-numTokensSellToAddToLiquidity = totalAmount.div(2000).mul(10 ** 6).mul(10 ** 9) (#910)
Consider ordering multiplication before division.

Additional information: link

Bitgatti.addLiquidity(uint256,uint256) (#1278-1291) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1283-1290)
Ensure that all the return values of the function calls are used.

Additional information: link

Bitgatti.allowance(address,address).owner (#972) shadows:
- Ownable.owner() (#413-415) (function)
Bitgatti._approve(address,address,uint256).owner (#1183) shadows:
- Ownable.owner() (#413-415) (function)
Rename the local variables that shadow another component.

Additional information: link

Bitgatti.setTaxFeePercent(uint256) (#1079-1081) should emit an event for:
- _taxFee = taxFee (#1080)
Bitgatti.setLiquidityFeePercent(uint256) (#1083-1085) should emit an event for:
- _liquidityFee = liquidityFee (#1084)
Bitgatti.setMaxTxPercent(uint256) (#1087-1091) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#1088-1090)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in Bitgatti._transfer(address,address,uint256) (#1191-1235):
External calls:
- swapAndLiquify(contractTokenBalance) (#1222)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1283-1290)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1269-1275)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1222)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1283-1290)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1234)
- _liquidityFee = _previousLiquidityFee (#1176)
- _liquidityFee = 0 (#1171)
- _tokenTransfer(from,to,amount,takeFee) (#1234)
- _previousLiquidityFee = _liquidityFee (#1168)
- _tokenTransfer(from,to,amount,takeFee) (#1234)
- _previousTaxFee = _taxFee (#1167)
- _tokenTransfer(from,to,amount,takeFee) (#1234)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1103)
- _tokenTransfer(from,to,amount,takeFee) (#1234)
- _taxFee = _previousTaxFee (#1175)
- _taxFee = 0 (#1170)
Reentrancy in Bitgatti.constructor() (#927-944):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#933-934)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#940)
- _isExcludedFromFee[address(this)] = true (#941)
- uniswapV2Router = _uniswapV2Router (#937)
Reentrancy in Bitgatti.swapAndLiquify(uint256) (#1237-1258):
External calls:
- swapTokensForEth(half) (#1249)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1269-1275)
- addLiquidity(otherHalf,newBalance) (#1255)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1283-1290)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1255)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1283-1290)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1255)
- _allowances[owner][spender] = amount (#1187)
Reentrancy in Bitgatti.transferFrom(address,address,uint256) (#981-985):
External calls:
- _transfer(sender,recipient,amount) (#982)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1283-1290)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1269-1275)
External calls sending eth:
- _transfer(sender,recipient,amount) (#982)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1283-1290)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#983)
- _allowances[owner][spender] = amount (#1187)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Bitgatti._transfer(address,address,uint256) (#1191-1235):
External calls:
- swapAndLiquify(contractTokenBalance) (#1222)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1283-1290)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1269-1275)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1222)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1283-1290)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1320)
- _tokenTransfer(from,to,amount,takeFee) (#1234)
- Transfer(sender,recipient,tTransferAmount) (#1340)
- _tokenTransfer(from,to,amount,takeFee) (#1234)
- Transfer(sender,recipient,tTransferAmount) (#1330)
- _tokenTransfer(from,to,amount,takeFee) (#1234)
- Transfer(sender,recipient,tTransferAmount) (#1068)
- _tokenTransfer(from,to,amount,takeFee) (#1234)
Reentrancy in Bitgatti.constructor() (#927-944):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#933-934)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#943)
Reentrancy in Bitgatti.recoverwrongTokens(uint256,address) (#1006-1009):
External calls:
- IBEP20(_tokenAddress).safeTransfer(address(msg.sender),_tokenAmount) (#1007)
Event emitted after the call(s):
- AdminTokenRecovery(_tokenAddress,_tokenAmount) (#1008)
Reentrancy in Bitgatti.swapAndLiquify(uint256) (#1237-1258):
External calls:
- swapTokensForEth(half) (#1249)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1269-1275)
- addLiquidity(otherHalf,newBalance) (#1255)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1283-1290)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1255)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1283-1290)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1188)
- addLiquidity(otherHalf,newBalance) (#1255)
- SwapAndLiquify(half,newBalance,otherHalf) (#1257)
Reentrancy in Bitgatti.transferFrom(address,address,uint256) (#981-985):
External calls:
- _transfer(sender,recipient,amount) (#982)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1283-1290)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1269-1275)
External calls sending eth:
- _transfer(sender,recipient,amount) (#982)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1283-1290)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1188)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#983)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#460-465) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#462)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#265-274) uses assembly
- INLINE ASM (#272)
Address._functionCallWithValue(address,bytes,uint256,string) (#358-379) uses assembly
- INLINE ASM (#371-374)
Do not use evm assembly.

Additional information: link

Address.functionCall(address,bytes) (#318-320) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#343-345) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#353-356) is never used and should be removed
Address.sendValue(address,uint256) (#292-298) is never used and should be removed
Context._msgData() (#237-240) is never used and should be removed
SafeBEP20.safeApprove(IBEP20,address,uint256) (#773-787) is never used and should be removed
SafeBEP20.safeDecreaseAllowance(IBEP20,address,uint256) (#798-806) is never used and should be removed
SafeBEP20.safeIncreaseAllowance(IBEP20,address,uint256) (#789-796) is never used and should be removed
SafeBEP20.safeTransferFrom(IBEP20,address,address,uint256) (#757-764) is never used and should be removed
SafeMath.mod(uint256,uint256) (#210-212) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#226-229) is never used and should be removed
Remove unused functions.

Additional information: link

Bitgatti._tTotal (#889) is set pre-construction with a non-constant function or state variable:
- totalAmount.mul(10 ** 6).mul(10 ** 9)
Bitgatti._rTotal (#890) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
Bitgatti._previousTaxFee (#898) is set pre-construction with a non-constant function or state variable:
- _taxFee
Bitgatti._previousLiquidityFee (#901) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
Bitgatti._maxTxAmount (#909) is set pre-construction with a non-constant function or state variable:
- totalAmount.div(200).mul(10 ** 6).mul(10 ** 9)
Bitgatti.numTokensSellToAddToLiquidity (#910) is set pre-construction with a non-constant function or state variable:
- totalAmount.div(2000).mul(10 ** 6).mul(10 ** 9)
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) (#292-298):
- (success) = recipient.call{value: amount}() (#296)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#358-379):
- (success,returndata) = target.call{value: weiValue}(data) (#362)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Holders:


Token is deployed only at one blockchain

Contract has 10% buy tax and 8% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Average 30d number of PancakeSwap swaps is low.


Last post in Twitter was more than 30 days ago


Unable to find Youtube account


Unable to find code repository for the project


Alexa traffic rank is very low

Additional information: link


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank

Price for BITGATTI

News for BITGATTI