BabyBillionaireINU Token Logo

BILLINU [BabyBillionaireINU] Token

ALERT: dead

About BILLINU

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 7 May 2022

report
Token seems to be unmaintained (no trading, inactive website, inactive socials, etc.).


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

Reentrancy in BabyBillionaireINU._transfer(address,address,uint256) (#807-843):
External calls:
- swapAndSendToFee(sellTokens) (#829)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#877-883)
External calls sending eth:
- swapAndSendToFee(sellTokens) (#829)
- address(_marketingWallet).transfer(ethToSend) (#850)
State variables written after the call(s):
- _tOwned[from] -= amount (#833)
- transferAmount = _getValues(amount,from) (#838)
- _tOwned[address(this)] += marketingFee + liquidityFee (#789)
- _tOwned[to] += transferAmount (#841)
- swapping = false (#830)
Apply the check-effects-interactions pattern.

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.

BabyBillionaireINU.allowance(address,address).owner (#748) shadows:
- Ownable.owner() (#428-430) (function)
BabyBillionaireINU._approve(address,address,uint256).owner (#799) shadows:
- Ownable.owner() (#428-430) (function)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in BabyBillionaireINU.constructor() (#705-721):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#710)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#716)
- _isExcludedFromFee[address(this)] = true (#717)
- _isExcludedFromFee[_marketingWallet] = true (#718)
- uniswapV2Pair = _uniswapV2Pair (#713)
- uniswapV2Router = _uniswapV2Router (#712)
Reentrancy in BabyBillionaireINU.swapAndLiquify() (#853-865):
External calls:
- newBalance = swapTokensForEth(half) (#858)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#877-883)
- addLiquidity(otherHalf,newBalance) (#862)
- (ethFromLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#892-899)
- (success) = recipient.call{value: amount}() (#313)
- address(_marketingWallet).sendValue(ethAmount - ethFromLiquidity) (#902)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#862)
- (ethFromLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#892-899)
- (success) = recipient.call{value: amount}() (#313)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#862)
- _allowances[owner][spender] = amount (#803)
Reentrancy in BabyBillionaireINU.transferFrom(address,address,uint256) (#757-761):
External calls:
- _transfer(sender,recipient,amount) (#758)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#877-883)
External calls sending eth:
- _transfer(sender,recipient,amount) (#758)
- address(_marketingWallet).transfer(ethToSend) (#850)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#759)
- _allowances[owner][spender] = amount (#803)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in BabyBillionaireINU._transfer(address,address,uint256) (#807-843):
External calls:
- swapAndSendToFee(sellTokens) (#829)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#877-883)
External calls sending eth:
- swapAndSendToFee(sellTokens) (#829)
- address(_marketingWallet).transfer(ethToSend) (#850)
Event emitted after the call(s):
- Transfer(from,address(this),marketingFee + liquidityFee) (#790)
- transferAmount = _getValues(amount,from) (#838)
- Transfer(from,to,transferAmount) (#842)
Reentrancy in BabyBillionaireINU.constructor() (#705-721):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#710)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#720)
Reentrancy in BabyBillionaireINU.swapAndLiquify() (#853-865):
External calls:
- newBalance = swapTokensForEth(half) (#858)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#877-883)
- addLiquidity(otherHalf,newBalance) (#862)
- (ethFromLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#892-899)
- (success) = recipient.call{value: amount}() (#313)
- address(_marketingWallet).sendValue(ethAmount - ethFromLiquidity) (#902)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#862)
- (ethFromLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#892-899)
- (success) = recipient.call{value: amount}() (#313)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#804)
- addLiquidity(otherHalf,newBalance) (#862)
- SwapAndLiquify(half,newBalance,otherHalf) (#863)
Reentrancy in BabyBillionaireINU.transferFrom(address,address,uint256) (#757-761):
External calls:
- _transfer(sender,recipient,amount) (#758)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#877-883)
External calls sending eth:
- _transfer(sender,recipient,amount) (#758)
- address(_marketingWallet).transfer(ethToSend) (#850)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#804)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#759)
Apply the check-effects-interactions pattern.

Additional information: link

BabyBillionaireINU._transfer(address,address,uint256) (#807-843) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(_lastBuy[to] + _buyCooldown < block.timestamp,Must wait til after coooldown to buy) (#821)
BabyBillionaireINU.addLiquidity(uint256,uint256) (#887-903) uses timestamp for comparisons
Dangerous comparisons:
- ethAmount - ethFromLiquidity > 0 (#901)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#282-291) uses assembly
- INLINE ASM (#289)
Address._functionCallWithValue(address,bytes,uint256,string) (#375-396) uses assembly
- INLINE ASM (#388-391)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#375-396) is never used and should be removed
Address.functionCall(address,bytes) (#335-337) is never used and should be removed
Address.functionCall(address,bytes,string) (#345-347) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#360-362) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#370-373) is never used and should be removed
Address.isContract(address) (#282-291) is never used and should be removed
Address.sendValue(address,uint256) (#309-315) is never used and should be removed
BabyBillionaireINU.addLiquidity(uint256,uint256) (#887-903) is never used and should be removed
BabyBillionaireINU.swapAndLiquify() (#853-865) is never used and should be removed
Context._msgData() (#254-257) is never used and should be removed
SafeMath.add(uint256,uint256) (#117-122) is never used and should be removed
SafeMath.div(uint256,uint256) (#191-193) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#207-213) is never used and should be removed
SafeMath.mod(uint256,uint256) (#227-229) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#243-246) is never used and should be removed
SafeMath.mul(uint256,uint256) (#165-177) is never used and should be removed
SafeMath.sub(uint256,uint256) (#134-136) is never used and should be removed
SafeMath.sub(uint256,uint256,string) (#148-153) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#309-315):
- (success) = recipient.call{value: amount}() (#313)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#375-396):
- (success,returndata) = target.call{value: weiValue}(data) (#379)
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() (#499) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#500) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#517) is not in mixedCase
Function IUniswapV2Router01.WETH() (#539) is not in mixedCase
Variable BabyBillionaireINU._maxTxAmount (#688) is not in mixedCase
Constant BabyBillionaireINU._name (#690) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BabyBillionaireINU._symbol (#691) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BabyBillionaireINU._decimals (#692) is not in UPPER_CASE_WITH_UNDERSCORES
Variable BabyBillionaireINU._marketingFee (#694) is not in mixedCase
Variable BabyBillionaireINU._liquidityFee (#695) is not in mixedCase
Variable BabyBillionaireINU._buyCooldown (#698) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#255)" inContext (#249-258)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in BabyBillionaireINU._transfer(address,address,uint256) (#807-843):
External calls:
- swapAndSendToFee(sellTokens) (#829)
- address(_marketingWallet).transfer(ethToSend) (#850)
State variables written after the call(s):
- _tOwned[from] -= amount (#833)
- transferAmount = _getValues(amount,from) (#838)
- _tOwned[address(this)] += marketingFee + liquidityFee (#789)
- _tOwned[to] += transferAmount (#841)
- swapping = false (#830)
Event emitted after the call(s):
- Transfer(from,address(this),marketingFee + liquidityFee) (#790)
- transferAmount = _getValues(amount,from) (#838)
- Transfer(from,to,transferAmount) (#842)
Reentrancy in BabyBillionaireINU.transferFrom(address,address,uint256) (#757-761):
External calls:
- _transfer(sender,recipient,amount) (#758)
- address(_marketingWallet).transfer(ethToSend) (#850)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#759)
- _allowances[owner][spender] = amount (#803)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#804)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#759)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#544) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#545)
Prevent variables from having similar names.

Additional information: link

Address.sendValue(address,uint256) (#309-315) uses literals with too many digits:
- recipient = address(0x000000000000000000000000000000000000dEaD) (#311)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

BabyBillionaireINU._buyCooldown (#698) should be constant
BabyBillionaireINU._liquidityFee (#695) should be constant
BabyBillionaireINU._marketingFee (#694) should be constant
BabyBillionaireINU._marketingWallet (#696) should be constant
BabyBillionaireINU._maxTxAmount (#688) should be constant
BabyBillionaireINU._tTotal (#687) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#447-450)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#456-460)
name() should be declared external:
- BabyBillionaireINU.name() (#723-725)
symbol() should be declared external:
- BabyBillionaireINU.symbol() (#727-729)
decimals() should be declared external:
- BabyBillionaireINU.decimals() (#731-733)
totalSupply() should be declared external:
- BabyBillionaireINU.totalSupply() (#735-737)
transfer(address,uint256) should be declared external:
- BabyBillionaireINU.transfer(address,uint256) (#743-746)
allowance(address,address) should be declared external:
- BabyBillionaireINU.allowance(address,address) (#748-750)
approve(address,uint256) should be declared external:
- BabyBillionaireINU.approve(address,uint256) (#752-755)
transferFrom(address,address,uint256) should be declared external:
- BabyBillionaireINU.transferFrom(address,address,uint256) (#757-761)
increaseAllowance(address,uint256) should be declared external:
- BabyBillionaireINU.increaseAllowance(address,uint256) (#763-766)
decreaseAllowance(address,uint256) should be declared external:
- BabyBillionaireINU.decreaseAllowance(address,uint256) (#768-771)
excludeFromFee(address) should be declared external:
- BabyBillionaireINU.excludeFromFee(address) (#773-775)
includeInFee(address) should be declared external:
- BabyBillionaireINU.includeInFee(address) (#777-779)
isExcludedFromFee(address) should be declared external:
- BabyBillionaireINU.isExcludedFromFee(address) (#795-797)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


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

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


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find Telegram and Twitter accounts


Unable to find website, listings and other project-related information


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for BILLINU