Tobi Token Logo

TOBI Token

About TOBI

Listings

Not Found
Token 3 years

A Frictionless Yield Generation DEFI protocol on Binance Smart Chain. Supporting Beautiful Dogs across the world whilst rewarding you!

https://t.co/wFQMu3TX0Q

Social

Laser Scorebeta Last Audit: 27 December 2021

report
Token has too many issues. Scam probability is high.

Anti-Scam

Links


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

Reentrancy in Tobi._transfer(address,address,uint256) (#1105-1149):
External calls:
- swapAndLiquify(contractTokenBalance) (#1136)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1197-1204)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1183-1189)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1136)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1197-1204)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1044)
- _rOwned[_charityWalletAddress] = _rOwned[_charityWalletAddress].add(rCharity) (#1052)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1240)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1230)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1231)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#953)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1252)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1253)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1242)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#955)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- _rTotal = _rTotal.sub(rFee) (#997)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1046)
- _tOwned[_charityWalletAddress] = _tOwned[_charityWalletAddress].add(tCharity) (#1054)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1251)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#952)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1241)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#954)
Apply the check-effects-interactions pattern.

Additional information: link

Tobi.addLiquidity(uint256,uint256) (#1192-1205) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1197-1204)
Ensure that all the return values of the function calls are used.

Additional information: link

Tobi.allowance(address,address).owner (#869) shadows:
- Ownable.owner() (#534-536) (function)
Tobi._approve(address,address,uint256).owner (#1097) shadows:
- Ownable.owner() (#534-536) (function)
Rename the local variables that shadow another component.

Additional information: link

Tobi.setTaxFeePercent(uint256) (#970-972) should emit an event for:
- _taxFee = taxFee (#971)
Tobi.setCharityFeePercent(uint256) (#974-976) should emit an event for:
- _charityFee = charityFee (#975)
Tobi.setLiquidityFeePercent(uint256) (#978-980) should emit an event for:
- _liquidityFee = liquidityFee (#979)
Tobi.setMaxTxPercent(uint256) (#982-986) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#983-985)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in Tobi._transfer(address,address,uint256) (#1105-1149):
External calls:
- swapAndLiquify(contractTokenBalance) (#1136)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1197-1204)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1183-1189)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1136)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1197-1204)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- _charityFee = _previousCharityFee (#1089)
- _charityFee = 0 (#1083)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- _liquidityFee = _previousLiquidityFee (#1090)
- _liquidityFee = 0 (#1084)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- _previousCharityFee = _charityFee (#1079)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- _previousLiquidityFee = _liquidityFee (#1080)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- _previousTaxFee = _taxFee (#1078)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- _tFeeTotal = _tFeeTotal.add(tFee) (#998)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- _taxFee = _previousTaxFee (#1088)
- _taxFee = 0 (#1082)
Reentrancy in Tobi.constructor() (#825-841):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#830-831)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#837)
- _isExcludedFromFee[address(this)] = true (#838)
- uniswapV2Router = _uniswapV2Router (#834)
Reentrancy in Tobi.swapAndLiquify(uint256) (#1151-1172):
External calls:
- swapTokensForEth(half) (#1163)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1183-1189)
- addLiquidity(otherHalf,newBalance) (#1169)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1197-1204)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1169)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1197-1204)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1169)
- _allowances[owner][spender] = amount (#1101)
Reentrancy in Tobi.transferFrom(address,address,uint256) (#878-882):
External calls:
- _transfer(sender,recipient,amount) (#879)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1197-1204)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1183-1189)
External calls sending eth:
- _transfer(sender,recipient,amount) (#879)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1197-1204)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#880)
- _allowances[owner][spender] = amount (#1101)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Tobi._transfer(address,address,uint256) (#1105-1149):
External calls:
- swapAndLiquify(contractTokenBalance) (#1136)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1197-1204)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1183-1189)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1136)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1197-1204)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1235)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- Transfer(sender,recipient,tTransferAmount) (#1257)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- Transfer(sender,recipient,tTransferAmount) (#1246)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- Transfer(sender,recipient,tTransferAmount) (#959)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
Reentrancy in Tobi.constructor() (#825-841):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#830-831)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotal) (#840)
Reentrancy in Tobi.swapAndLiquify(uint256) (#1151-1172):
External calls:
- swapTokensForEth(half) (#1163)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1183-1189)
- addLiquidity(otherHalf,newBalance) (#1169)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1197-1204)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1169)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1197-1204)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1102)
- addLiquidity(otherHalf,newBalance) (#1169)
- SwapAndLiquify(half,newBalance,otherHalf) (#1171)
Reentrancy in Tobi.transferFrom(address,address,uint256) (#878-882):
External calls:
- _transfer(sender,recipient,amount) (#879)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1197-1204)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1183-1189)
External calls sending eth:
- _transfer(sender,recipient,amount) (#879)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1197-1204)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1102)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#880)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#341-350) uses assembly
- INLINE ASM (#348)
Address._verifyCallResult(bool,bytes,string) (#486-503) uses assembly
- INLINE ASM (#495-498)
Do not use evm assembly.

Additional information: link

Tobi.includeInReward(address) (#938-949) has costly operations inside a loop:
- _excluded.pop() (#945)
Use a local variable to hold the loop computation result.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#486-503) is never used and should be removed
Address.functionCall(address,bytes) (#394-396) is never used and should be removed
Address.functionCall(address,bytes,string) (#404-406) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#419-421) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#429-436) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#468-470) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#478-484) is never used and should be removed
Address.functionStaticCall(address,bytes) (#444-446) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#454-460) is never used and should be removed
Address.isContract(address) (#341-350) is never used and should be removed
Address.sendValue(address,uint256) (#368-374) is never used and should be removed
Context._msgData() (#314-317) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#269-274) is never used and should be removed
SafeMath.mod(uint256,uint256) (#229-231) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#291-296) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#100-106) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#142-147) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#154-159) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#125-135) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#113-118) is never used and should be removed
Remove unused functions.

Additional information: link

Tobi._rTotal (#788) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
Tobi._previousTaxFee (#796) is set pre-construction with a non-constant function or state variable:
- _taxFee
Tobi._previousCharityFee (#798) is set pre-construction with a non-constant function or state variable:
- _charityFee
Tobi._previousLiquidityFee (#800) 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

Pragma version^0.8.3 (#8) allows old versions
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#368-374):
- (success) = recipient.call{value: amount}() (#372)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#429-436):
- (success,returndata) = target.call{value: value}(data) (#434)
Low level call in Address.functionStaticCall(address,bytes,string) (#454-460):
- (success,returndata) = target.staticcall(data) (#458)
Low level call in Address.functionDelegateCall(address,bytes,string) (#478-484):
- (success,returndata) = target.delegatecall(data) (#482)
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() (#600) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#601) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#618) is not in mixedCase
Function IUniswapV2Router01.WETH() (#638) is not in mixedCase
Parameter Tobi.setSwapAndLiquifyEnabled(bool)._enabled (#988) is not in mixedCase
Parameter Tobi.calculateTaxFee(uint256)._amount (#1057) is not in mixedCase
Parameter Tobi.calculateCharityFee(uint256)._amount (#1063) is not in mixedCase
Parameter Tobi.calculateLiquidityFee(uint256)._amount (#1069) is not in mixedCase
Variable Tobi._taxFee (#795) is not in mixedCase
Variable Tobi._charityFee (#797) is not in mixedCase
Variable Tobi._liquidityFee (#799) is not in mixedCase
Variable Tobi._maxTxAmount (#808) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#315)" inContext (#309-318)
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 (#643) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#644)
Variable Tobi._getValues(uint256).rTransferAmount (#1003) is too similar to Tobi._transferStandard(address,address,uint256).tTransferAmount (#1229)
Variable Tobi.reflectionFromToken(uint256,bool).rTransferAmount (#917) is too similar to Tobi._getValues(uint256).tTransferAmount (#1002)
Variable Tobi._getValues(uint256).rTransferAmount (#1003) is too similar to Tobi._transferFromExcluded(address,address,uint256).tTransferAmount (#1250)
Variable Tobi._transferStandard(address,address,uint256).rTransferAmount (#1229) is too similar to Tobi._getValues(uint256).tTransferAmount (#1002)
Variable Tobi.reflectionFromToken(uint256,bool).rTransferAmount (#917) is too similar to Tobi._transferToExcluded(address,address,uint256).tTransferAmount (#1239)
Variable Tobi._transferToExcluded(address,address,uint256).rTransferAmount (#1239) is too similar to Tobi._getValues(uint256).tTransferAmount (#1002)
Variable Tobi._transferFromExcluded(address,address,uint256).rTransferAmount (#1250) is too similar to Tobi._transferStandard(address,address,uint256).tTransferAmount (#1229)
Variable Tobi._getValues(uint256).rTransferAmount (#1003) is too similar to Tobi._getValues(uint256).tTransferAmount (#1002)
Variable Tobi._transferFromExcluded(address,address,uint256).rTransferAmount (#1250) is too similar to Tobi._transferFromExcluded(address,address,uint256).tTransferAmount (#1250)
Variable Tobi._getValues(uint256).rTransferAmount (#1003) is too similar to Tobi._getTValues(uint256).tTransferAmount (#1011)
Variable Tobi._getValues(uint256).rTransferAmount (#1003) is too similar to Tobi._transferToExcluded(address,address,uint256).tTransferAmount (#1239)
Variable Tobi._transferFromExcluded(address,address,uint256).rTransferAmount (#1250) is too similar to Tobi._transferToExcluded(address,address,uint256).tTransferAmount (#1239)
Variable Tobi._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1020) is too similar to Tobi._getValues(uint256).tTransferAmount (#1002)
Variable Tobi.reflectionFromToken(uint256,bool).rTransferAmount (#917) is too similar to Tobi._transferStandard(address,address,uint256).tTransferAmount (#1229)
Variable Tobi._transferStandard(address,address,uint256).rTransferAmount (#1229) is too similar to Tobi._transferStandard(address,address,uint256).tTransferAmount (#1229)
Variable Tobi.reflectionFromToken(uint256,bool).rTransferAmount (#917) is too similar to Tobi._transferFromExcluded(address,address,uint256).tTransferAmount (#1250)
Variable Tobi._transferFromExcluded(address,address,uint256).rTransferAmount (#1250) is too similar to Tobi._getValues(uint256).tTransferAmount (#1002)
Variable Tobi._transferStandard(address,address,uint256).rTransferAmount (#1229) is too similar to Tobi._transferFromExcluded(address,address,uint256).tTransferAmount (#1250)
Variable Tobi._transferBothExcluded(address,address,uint256).rTransferAmount (#951) is too similar to Tobi._transferStandard(address,address,uint256).tTransferAmount (#1229)
Variable Tobi._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1020) is too similar to Tobi._transferFromExcluded(address,address,uint256).tTransferAmount (#1250)
Variable Tobi._transferBothExcluded(address,address,uint256).rTransferAmount (#951) is too similar to Tobi._transferBothExcluded(address,address,uint256).tTransferAmount (#951)
Variable Tobi._transferFromExcluded(address,address,uint256).rTransferAmount (#1250) is too similar to Tobi._transferBothExcluded(address,address,uint256).tTransferAmount (#951)
Variable Tobi._transferToExcluded(address,address,uint256).rTransferAmount (#1239) is too similar to Tobi._getTValues(uint256).tTransferAmount (#1011)
Variable Tobi._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1020) is too similar to Tobi._transferToExcluded(address,address,uint256).tTransferAmount (#1239)
Variable Tobi._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1020) is too similar to Tobi._transferStandard(address,address,uint256).tTransferAmount (#1229)
Variable Tobi.reflectionFromToken(uint256,bool).rTransferAmount (#917) is too similar to Tobi._getTValues(uint256).tTransferAmount (#1011)
Variable Tobi._transferStandard(address,address,uint256).rTransferAmount (#1229) is too similar to Tobi._getTValues(uint256).tTransferAmount (#1011)
Variable Tobi._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1020) is too similar to Tobi._transferBothExcluded(address,address,uint256).tTransferAmount (#951)
Variable Tobi._transferBothExcluded(address,address,uint256).rTransferAmount (#951) is too similar to Tobi._getValues(uint256).tTransferAmount (#1002)
Variable Tobi._transferBothExcluded(address,address,uint256).rTransferAmount (#951) is too similar to Tobi._getTValues(uint256).tTransferAmount (#1011)
Variable Tobi._transferFromExcluded(address,address,uint256).rTransferAmount (#1250) is too similar to Tobi._getTValues(uint256).tTransferAmount (#1011)
Variable Tobi._transferBothExcluded(address,address,uint256).rTransferAmount (#951) is too similar to Tobi._transferToExcluded(address,address,uint256).tTransferAmount (#1239)
Variable Tobi._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1020) is too similar to Tobi._getTValues(uint256).tTransferAmount (#1011)
Variable Tobi._transferToExcluded(address,address,uint256).rTransferAmount (#1239) is too similar to Tobi._transferFromExcluded(address,address,uint256).tTransferAmount (#1250)
Variable Tobi._transferStandard(address,address,uint256).rTransferAmount (#1229) is too similar to Tobi._transferBothExcluded(address,address,uint256).tTransferAmount (#951)
Variable Tobi._transferBothExcluded(address,address,uint256).rTransferAmount (#951) is too similar to Tobi._transferFromExcluded(address,address,uint256).tTransferAmount (#1250)
Variable Tobi._transferToExcluded(address,address,uint256).rTransferAmount (#1239) is too similar to Tobi._transferToExcluded(address,address,uint256).tTransferAmount (#1239)
Variable Tobi._transferStandard(address,address,uint256).rTransferAmount (#1229) is too similar to Tobi._transferToExcluded(address,address,uint256).tTransferAmount (#1239)
Variable Tobi._transferToExcluded(address,address,uint256).rTransferAmount (#1239) is too similar to Tobi._transferStandard(address,address,uint256).tTransferAmount (#1229)
Variable Tobi._getValues(uint256).rTransferAmount (#1003) is too similar to Tobi._transferBothExcluded(address,address,uint256).tTransferAmount (#951)
Variable Tobi.reflectionFromToken(uint256,bool).rTransferAmount (#917) is too similar to Tobi._transferBothExcluded(address,address,uint256).tTransferAmount (#951)
Variable Tobi._transferToExcluded(address,address,uint256).rTransferAmount (#1239) is too similar to Tobi._transferBothExcluded(address,address,uint256).tTransferAmount (#951)
Prevent variables from having similar names.

Additional information: link

Tobi.slitherConstructorVariables() (#771-1261) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 9 (#787)
Tobi.slitherConstructorVariables() (#771-1261) uses literals with too many digits:
- _maxTxAmount = 5000000 * 10 ** 6 * 10 ** 9 (#808)
Tobi.slitherConstructorVariables() (#771-1261) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000 * 10 ** 6 * 10 ** 9 (#809)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Tobi._charityWalletAddress (#784) should be constant
Tobi._decimals (#793) should be constant
Tobi._name (#791) should be constant
Tobi._symbol (#792) should be constant
Tobi._tTotal (#787) should be constant
Tobi.numTokensSellToAddToLiquidity (#809) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#553-556)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#562-566)
name() should be declared external:
- Tobi.name() (#843-845)
symbol() should be declared external:
- Tobi.symbol() (#847-849)
decimals() should be declared external:
- Tobi.decimals() (#851-853)
totalSupply() should be declared external:
- Tobi.totalSupply() (#855-857)
transfer(address,uint256) should be declared external:
- Tobi.transfer(address,uint256) (#864-867)
allowance(address,address) should be declared external:
- Tobi.allowance(address,address) (#869-871)
approve(address,uint256) should be declared external:
- Tobi.approve(address,uint256) (#873-876)
transferFrom(address,address,uint256) should be declared external:
- Tobi.transferFrom(address,address,uint256) (#878-882)
increaseAllowance(address,uint256) should be declared external:
- Tobi.increaseAllowance(address,uint256) (#884-887)
decreaseAllowance(address,uint256) should be declared external:
- Tobi.decreaseAllowance(address,uint256) (#889-892)
isExcludedFromReward(address) should be declared external:
- Tobi.isExcludedFromReward(address) (#894-896)
totalFees() should be declared external:
- Tobi.totalFees() (#898-900)
deliver(uint256) should be declared external:
- Tobi.deliver(uint256) (#902-909)
reflectionFromToken(uint256,bool) should be declared external:
- Tobi.reflectionFromToken(uint256,bool) (#911-920)
excludeFromReward(address) should be declared external:
- Tobi.excludeFromReward(address) (#928-936)
excludeFromFee(address) should be declared external:
- Tobi.excludeFromFee(address) (#962-964)
includeInFee(address) should be declared external:
- Tobi.includeInFee(address) (#966-968)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Tobi.setSwapAndLiquifyEnabled(bool) (#988-991)
isExcludedFromFee(address) should be declared external:
- Tobi.isExcludedFromFee(address) (#1093-1095)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


Unable to find PancakeSwap trading pair to compute number of swaps.


Last post in Twitter was more than 180 days ago


Telegram account has relatively few subscribers


Twitter account has relatively few followers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Twitter account has few posts


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to find token/project description on the website or on BscScan, CoinMarketCap


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 token on CoinHunt

Additional information: link


Unable to find code repository for the project


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Token has a considerable age, but social accounts / website are missing or have few users


Token has a considerable age, but average PancakeSwap 30d trading volume is low


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

Price for TOBI

News for TOBI