Baby Shiba Inu is a novel token with social conscience, built by the dog loving team and fully distributed within the crypto community. Baby Shiba Inu offers an innovative mix of a multi-stage rewards system for staking and NFT presence. Anyone holding the token contributes to a charitable cause as the team is committed to making donations to Shiba Rescue America Organization. Additional profit made from the sale of Baby Shiba Inu merchandise is also donated Shiba Rescue charity.
Reentrancy in BabyShibaINu._transfer(address,address,uint256) (#977-1005):
External calls:
- swapAndLiquify(contractTokenBalance) (#1000)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1053-1060)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1039-1045)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1000)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1053-1060)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1004)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#932)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1109)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1118)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1129)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#873)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1110)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1120)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1130)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#875)
- _tokenTransfer(from,to,amount) (#1004)
- _rTotal = _rTotal.sub(rFee) (#887)
- _tokenTransfer(from,to,amount) (#1004)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#934)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1128)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#872)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1119)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#874)
Apply the check-effects-interactions pattern.
Additional information: link
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
BabyShibaINu._taxFee (#707) is written in both
_taxFee = _previousTaxFee (#947)
_taxFee = 0 (#952)
BabyShibaINu._liquidityFee (#710) is written in both
_liquidityFee = _previousLiquidityFee (#948)
_liquidityFee = 0 (#953)
BabyShibaINu._burnFee (#713) is written in both
_burnFee = _previousBurnFee (#949)
_burnFee = 0 (#954)
BabyShibaINu._devFee (#716) is written in both
_devFee = _previousDevFee (#950)
_devFee = 0 (#955)
Fix or remove the writes.
Additional information: link
BabyShibaINu.includeInReward(address) (#857-868) has costly operations inside a loop:
- _excluded.pop() (#864)
Use a local variable to hold the loop computation result.
Additional information: link
Redundant expression "this (#241)" inContext (#235-244)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.
BabyShibaINu.addLiquidity(uint256,uint256) (#1048-1061) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1053-1060)
Ensure that all the return values of the function calls are used.
Additional information: link
BabyShibaINu.allowance(address,address).owner (#788) shadows:
- Ownable.owner() (#416-418) (function)
BabyShibaINu._approve(address,address,uint256).owner (#969) shadows:
- Ownable.owner() (#416-418) (function)
Rename the local variables that shadow another component.
Additional information: link
BabyShibaINu.setDevWallet(address).newWallet (#1156) lacks a zero-check on :
- devWallet = newWallet (#1157)
Check that the address is not zero.
Additional information: link
Reentrancy in BabyShibaINu._transfer(address,address,uint256) (#977-1005):
External calls:
- swapAndLiquify(contractTokenBalance) (#1000)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1053-1060)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1039-1045)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1000)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1053-1060)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1004)
- _burnFee = _previousBurnFee (#961)
- _burnFee = _previousBurnFee (#949)
- _burnFee = 0 (#954)
- _tokenTransfer(from,to,amount) (#1004)
- _devFee = _previousDevFee (#962)
- _devFee = _previousDevFee (#950)
- _devFee = 0 (#955)
- _tokenTransfer(from,to,amount) (#1004)
- _liquidityFee = _previousLiquidityFee (#960)
- _liquidityFee = _previousLiquidityFee (#948)
- _liquidityFee = 0 (#953)
- _liquidityFee = 0 (#1093)
- _liquidityFee = _previousLiquidityFee (#1100)
- _tokenTransfer(from,to,amount) (#1004)
- _tFeeTotal = _tFeeTotal.add(tFee) (#888)
- _tokenTransfer(from,to,amount) (#1004)
- _taxFee = _previousTaxFee (#959)
- _taxFee = _previousTaxFee (#947)
- _taxFee = 0 (#952)
- _taxFee = 0 (#1092)
- _taxFee = _previousTaxFee (#1099)
Reentrancy in BabyShibaINu.constructor() (#744-760):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#749-750)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#756)
- _isExcludedFromFee[address(this)] = true (#757)
- uniswapV2Router = _uniswapV2Router (#753)
Reentrancy in BabyShibaINu.swapAndLiquify(uint256) (#1007-1028):
External calls:
- swapTokensForEth(half) (#1019)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1039-1045)
- addLiquidity(otherHalf,newBalance) (#1025)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1053-1060)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1025)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1053-1060)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1025)
- _allowances[owner][spender] = amount (#973)
Reentrancy in BabyShibaINu.transferFrom(address,address,uint256) (#797-801):
External calls:
- _transfer(sender,recipient,amount) (#798)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1053-1060)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1039-1045)
External calls sending eth:
- _transfer(sender,recipient,amount) (#798)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1053-1060)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#799)
- _allowances[owner][spender] = amount (#973)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in BabyShibaINu._transfer(address,address,uint256) (#977-1005):
External calls:
- swapAndLiquify(contractTokenBalance) (#1000)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1053-1060)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1039-1045)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1000)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1053-1060)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1113)
- _tokenTransfer(from,to,amount) (#1004)
- Transfer(sender,recipient,tTransferAmount) (#1123)
- _tokenTransfer(from,to,amount) (#1004)
- Transfer(sender,recipient,tTransferAmount) (#1133)
- _tokenTransfer(from,to,amount) (#1004)
- Transfer(sender,recipient,tTransferAmount) (#878)
- _tokenTransfer(from,to,amount) (#1004)
Reentrancy in BabyShibaINu.constructor() (#744-760):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#749-750)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#759)
Reentrancy in BabyShibaINu.swapAndLiquify(uint256) (#1007-1028):
External calls:
- swapTokensForEth(half) (#1019)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1039-1045)
- addLiquidity(otherHalf,newBalance) (#1025)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1053-1060)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1025)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1053-1060)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#974)
- addLiquidity(otherHalf,newBalance) (#1025)
- SwapAndLiquify(half,newBalance,otherHalf) (#1027)
Reentrancy in BabyShibaINu.transferFrom(address,address,uint256) (#797-801):
External calls:
- _transfer(sender,recipient,amount) (#798)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1053-1060)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1039-1045)
External calls sending eth:
- _transfer(sender,recipient,amount) (#798)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1053-1060)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#974)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#799)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#463-468) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#465)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#268-277) uses assembly
- INLINE ASM (#275)
Address._functionCallWithValue(address,bytes,uint256,string) (#361-382) uses assembly
- INLINE ASM (#374-377)
Do not use evm assembly.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#361-382) is never used and should be removed
Address.functionCall(address,bytes) (#321-323) is never used and should be removed
Address.functionCall(address,bytes,string) (#331-333) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#346-348) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#356-359) is never used and should be removed
Address.isContract(address) (#268-277) is never used and should be removed
Address.sendValue(address,uint256) (#295-301) is never used and should be removed
Context._msgData() (#240-243) is never used and should be removed
SafeMath.mod(uint256,uint256) (#213-215) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#229-232) is never used and should be removed
Remove unused functions.
Additional information: link
BabyShibaINu._rTotal (#700) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
BabyShibaINu._previousTaxFee (#708) is set pre-construction with a non-constant function or state variable:
- _taxFee
BabyShibaINu._previousLiquidityFee (#711) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
BabyShibaINu._previousBurnFee (#714) is set pre-construction with a non-constant function or state variable:
- _burnFee
BabyShibaINu._previousDevFee (#718) is set pre-construction with a non-constant function or state variable:
- _devFee
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) (#295-301):
- (success) = recipient.call{value: amount}() (#299)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#361-382):
- (success,returndata) = target.call{value: weiValue}(data) (#365)
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() (#507) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#508) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#525) is not in mixedCase
Function IUniswapV2Router01.WETH() (#547) is not in mixedCase
Parameter BabyShibaINu.calculateTaxFee(uint256)._amount (#937) is not in mixedCase
Parameter BabyShibaINu.calculateLiquidityFee(uint256)._amount (#941) is not in mixedCase
Parameter BabyShibaINu.setSwapAndLiquifyEnabled(bool)._enabled (#1174) is not in mixedCase
Variable BabyShibaINu._taxFee (#707) is not in mixedCase
Variable BabyShibaINu._liquidityFee (#710) is not in mixedCase
Variable BabyShibaINu._burnFee (#713) is not in mixedCase
Variable BabyShibaINu._devFee (#716) is not in mixedCase
Variable BabyShibaINu._maxTxAmount (#726) is not in mixedCase
Variable BabyShibaINu._maxWalletToken (#728) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#552) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#553)
Variable BabyShibaINu._transferStandard(address,address,uint256).rTransferAmount (#1108) is too similar to BabyShibaINu._transferBothExcluded(address,address,uint256).tTransferAmount (#871)
Variable BabyShibaINu._transferToExcluded(address,address,uint256).rTransferAmount (#1117) is too similar to BabyShibaINu._transferStandard(address,address,uint256).tTransferAmount (#1108)
Variable BabyShibaINu.reflectionFromToken(uint256,bool).rTransferAmount (#836) is too similar to BabyShibaINu._transferStandard(address,address,uint256).tTransferAmount (#1108)
Variable BabyShibaINu.reflectionFromToken(uint256,bool).rTransferAmount (#836) is too similar to BabyShibaINu._getValues(uint256).tTransferAmount (#892)
Variable BabyShibaINu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#908) is too similar to BabyShibaINu._transferStandard(address,address,uint256).tTransferAmount (#1108)
Variable BabyShibaINu._transferToExcluded(address,address,uint256).rTransferAmount (#1117) is too similar to BabyShibaINu._getValues(uint256).tTransferAmount (#892)
Variable BabyShibaINu._transferFromExcluded(address,address,uint256).rTransferAmount (#1127) is too similar to BabyShibaINu._transferFromExcluded(address,address,uint256).tTransferAmount (#1127)
Variable BabyShibaINu.reflectionFromToken(uint256,bool).rTransferAmount (#836) is too similar to BabyShibaINu._transferToExcluded(address,address,uint256).tTransferAmount (#1117)
Variable BabyShibaINu._transferToExcluded(address,address,uint256).rTransferAmount (#1117) is too similar to BabyShibaINu._transferFromExcluded(address,address,uint256).tTransferAmount (#1127)
Variable BabyShibaINu.reflectionFromToken(uint256,bool).rTransferAmount (#836) is too similar to BabyShibaINu._transferFromExcluded(address,address,uint256).tTransferAmount (#1127)
Variable BabyShibaINu._transferToExcluded(address,address,uint256).rTransferAmount (#1117) is too similar to BabyShibaINu._transferToExcluded(address,address,uint256).tTransferAmount (#1117)
Variable BabyShibaINu._getValues(uint256).rTransferAmount (#893) is too similar to BabyShibaINu._transferStandard(address,address,uint256).tTransferAmount (#1108)
Variable BabyShibaINu._transferStandard(address,address,uint256).rTransferAmount (#1108) is too similar to BabyShibaINu._transferStandard(address,address,uint256).tTransferAmount (#1108)
Variable BabyShibaINu._transferBothExcluded(address,address,uint256).rTransferAmount (#871) is too similar to BabyShibaINu._transferStandard(address,address,uint256).tTransferAmount (#1108)
Variable BabyShibaINu.reflectionFromToken(uint256,bool).rTransferAmount (#836) is too similar to BabyShibaINu._getTValues(uint256).tTransferAmount (#900)
Variable BabyShibaINu._transferToExcluded(address,address,uint256).rTransferAmount (#1117) is too similar to BabyShibaINu._getTValues(uint256).tTransferAmount (#900)
Variable BabyShibaINu._transferFromExcluded(address,address,uint256).rTransferAmount (#1127) is too similar to BabyShibaINu._transferBothExcluded(address,address,uint256).tTransferAmount (#871)
Variable BabyShibaINu._transferToExcluded(address,address,uint256).rTransferAmount (#1117) is too similar to BabyShibaINu._transferBothExcluded(address,address,uint256).tTransferAmount (#871)
Variable BabyShibaINu.reflectionFromToken(uint256,bool).rTransferAmount (#836) is too similar to BabyShibaINu._transferBothExcluded(address,address,uint256).tTransferAmount (#871)
Variable BabyShibaINu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#908) is too similar to BabyShibaINu._transferBothExcluded(address,address,uint256).tTransferAmount (#871)
Variable BabyShibaINu._transferFromExcluded(address,address,uint256).rTransferAmount (#1127) is too similar to BabyShibaINu._transferStandard(address,address,uint256).tTransferAmount (#1108)
Variable BabyShibaINu._getValues(uint256).rTransferAmount (#893) is too similar to BabyShibaINu._transferBothExcluded(address,address,uint256).tTransferAmount (#871)
Variable BabyShibaINu._transferBothExcluded(address,address,uint256).rTransferAmount (#871) is too similar to BabyShibaINu._transferBothExcluded(address,address,uint256).tTransferAmount (#871)
Variable BabyShibaINu._transferBothExcluded(address,address,uint256).rTransferAmount (#871) is too similar to BabyShibaINu._getValues(uint256).tTransferAmount (#892)
Variable BabyShibaINu._transferStandard(address,address,uint256).rTransferAmount (#1108) is too similar to BabyShibaINu._transferFromExcluded(address,address,uint256).tTransferAmount (#1127)
Variable BabyShibaINu._transferStandard(address,address,uint256).rTransferAmount (#1108) is too similar to BabyShibaINu._getTValues(uint256).tTransferAmount (#900)
Variable BabyShibaINu._getValues(uint256).rTransferAmount (#893) is too similar to BabyShibaINu._getValues(uint256).tTransferAmount (#892)
Variable BabyShibaINu._transferStandard(address,address,uint256).rTransferAmount (#1108) is too similar to BabyShibaINu._transferToExcluded(address,address,uint256).tTransferAmount (#1117)
Variable BabyShibaINu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#908) is too similar to BabyShibaINu._getValues(uint256).tTransferAmount (#892)
Variable BabyShibaINu._transferFromExcluded(address,address,uint256).rTransferAmount (#1127) is too similar to BabyShibaINu._transferToExcluded(address,address,uint256).tTransferAmount (#1117)
Variable BabyShibaINu._transferFromExcluded(address,address,uint256).rTransferAmount (#1127) is too similar to BabyShibaINu._getTValues(uint256).tTransferAmount (#900)
Variable BabyShibaINu._transferStandard(address,address,uint256).rTransferAmount (#1108) is too similar to BabyShibaINu._getValues(uint256).tTransferAmount (#892)
Variable BabyShibaINu._transferBothExcluded(address,address,uint256).rTransferAmount (#871) is too similar to BabyShibaINu._transferFromExcluded(address,address,uint256).tTransferAmount (#1127)
Variable BabyShibaINu._getValues(uint256).rTransferAmount (#893) is too similar to BabyShibaINu._transferFromExcluded(address,address,uint256).tTransferAmount (#1127)
Variable BabyShibaINu._transferBothExcluded(address,address,uint256).rTransferAmount (#871) is too similar to BabyShibaINu._transferToExcluded(address,address,uint256).tTransferAmount (#1117)
Variable BabyShibaINu._transferBothExcluded(address,address,uint256).rTransferAmount (#871) is too similar to BabyShibaINu._getTValues(uint256).tTransferAmount (#900)
Variable BabyShibaINu._transferFromExcluded(address,address,uint256).rTransferAmount (#1127) is too similar to BabyShibaINu._getValues(uint256).tTransferAmount (#892)
Variable BabyShibaINu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#908) is too similar to BabyShibaINu._transferFromExcluded(address,address,uint256).tTransferAmount (#1127)
Variable BabyShibaINu._getValues(uint256).rTransferAmount (#893) is too similar to BabyShibaINu._transferToExcluded(address,address,uint256).tTransferAmount (#1117)
Variable BabyShibaINu._getValues(uint256).rTransferAmount (#893) is too similar to BabyShibaINu._getTValues(uint256).tTransferAmount (#900)
Variable BabyShibaINu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#908) is too similar to BabyShibaINu._getTValues(uint256).tTransferAmount (#900)
Variable BabyShibaINu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#908) is too similar to BabyShibaINu._transferToExcluded(address,address,uint256).tTransferAmount (#1117)
Prevent variables from having similar names.
Additional information: link
BabyShibaINu.slitherConstructorVariables() (#685-1179) uses literals with too many digits:
- _tTotal = 1000000 * 10 ** 9 * 10 ** 9 (#699)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
BabyShibaINu._decimals (#705) should be constant
BabyShibaINu._name (#703) should be constant
BabyShibaINu._symbol (#704) should be constant
BabyShibaINu._tTotal (#699) should be constant
BabyShibaINu.numTokensSellToAddToLiquidity (#727) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#435-438)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#444-448)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#450-452)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#455-460)
unlock() should be declared external:
- Ownable.unlock() (#463-468)
name() should be declared external:
- BabyShibaINu.name() (#762-764)
symbol() should be declared external:
- BabyShibaINu.symbol() (#766-768)
decimals() should be declared external:
- BabyShibaINu.decimals() (#770-772)
totalSupply() should be declared external:
- BabyShibaINu.totalSupply() (#774-776)
transfer(address,uint256) should be declared external:
- BabyShibaINu.transfer(address,uint256) (#783-786)
allowance(address,address) should be declared external:
- BabyShibaINu.allowance(address,address) (#788-790)
approve(address,uint256) should be declared external:
- BabyShibaINu.approve(address,uint256) (#792-795)
transferFrom(address,address,uint256) should be declared external:
- BabyShibaINu.transferFrom(address,address,uint256) (#797-801)
increaseAllowance(address,uint256) should be declared external:
- BabyShibaINu.increaseAllowance(address,uint256) (#803-806)
decreaseAllowance(address,uint256) should be declared external:
- BabyShibaINu.decreaseAllowance(address,uint256) (#808-811)
isExcludedFromReward(address) should be declared external:
- BabyShibaINu.isExcludedFromReward(address) (#813-815)
totalFees() should be declared external:
- BabyShibaINu.totalFees() (#817-819)
deliver(uint256) should be declared external:
- BabyShibaINu.deliver(uint256) (#821-828)
reflectionFromToken(uint256,bool) should be declared external:
- BabyShibaINu.reflectionFromToken(uint256,bool) (#830-839)
excludeFromReward(address) should be declared external:
- BabyShibaINu.excludeFromReward(address) (#847-855)
isExcludedFromFee(address) should be declared external:
- BabyShibaINu.isExcludedFromFee(address) (#965-967)
excludeFromFee(address) should be declared external:
- BabyShibaINu.excludeFromFee(address) (#1136-1138)
includeInFee(address) should be declared external:
- BabyShibaINu.includeInFee(address) (#1140-1142)
setMaxTxPercent(uint256) should be declared external:
- BabyShibaINu.setMaxTxPercent(uint256) (#1160-1165)
setMaxWalletPercent(uint256) should be declared external:
- BabyShibaINu.setMaxWalletPercent(uint256) (#1167-1172)
setSwapAndLiquifyEnabled(bool) should be declared external:
- BabyShibaINu.setSwapAndLiquifyEnabled(bool) (#1174-1177)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Token has relatively low CoinGecko rank
Last post in Twitter was more than 30 days ago
Unable to find Youtube account
Unable to find Discord account