BNB Glow Token Logo

BNBGLOW [BNB Glow] Token

About BNBGLOW

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 18 December 2021

report
Token seems to be anonymous. As long as we are unable to find website score is limited.


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

BNBGLOW.allowance(address,address).owner (#751) shadows:
- Ownable.owner() (#638-640) (function)
BNBGLOW._approve(address,address,uint256).owner (#865) shadows:
- Ownable.owner() (#638-640) (function)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in BNBGLOW.constructor() (#706-718):
External calls:
- uniswapV2Pair = IUniswapV2Pair(IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH())) (#711)
State variables written after the call(s):
- _excludeAccount(_msgSender()) (#715)
- _excluded.push(account) (#848)
- _excludeAccount(_msgSender()) (#715)
- _isExcluded[account] = true (#847)
- _rOwned[_msgSender()] = _rTotal (#714)
- _excludeAccount(_msgSender()) (#715)
- _tOwned[account] = tokenFromReflection(_rOwned[account]) (#845)
- swapV2Pair = address(uniswapV2Pair) (#712)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in BNBGLOW.constructor() (#706-718):
External calls:
- uniswapV2Pair = IUniswapV2Pair(IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH())) (#711)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#716)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#488-497) uses assembly
- INLINE ASM (#495)
Address._functionCallWithValue(address,bytes,uint256,string) (#581-602) uses assembly
- INLINE ASM (#594-597)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#581-602) is never used and should be removed
Address.functionCall(address,bytes) (#541-543) is never used and should be removed
Address.functionCall(address,bytes,string) (#551-553) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#566-568) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#576-579) is never used and should be removed
Address.isContract(address) (#488-497) is never used and should be removed
Address.sendValue(address,uint256) (#515-521) is never used and should be removed
Context._msgData() (#228-231) is never used and should be removed
SafeMath.mod(uint256,uint256) (#444-446) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#460-463) is never used and should be removed
Remove unused functions.

Additional information: link

BNBGLOW._rTotal (#690) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
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) (#515-521):
- (success) = recipient.call{value: amount}() (#519)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#581-602):
- (success,returndata) = target.call{value: weiValue}(data) (#585)
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() (#42) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#43) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#60) is not in mixedCase
Function IUniswapV2Router02.WETH() (#83) is not in mixedCase
Variable BNBGLOW._feeFactor (#702) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#229)" inContext (#223-232)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable IUniswapV2Router02.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#88) is too similar to IUniswapV2Router02.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#89)
Variable BNBGLOW._getValues(uint256).rTransferAmount (#949) is too similar to BNBGLOW._getTValues(uint256).tTransferAmount (#955)
Variable BNBGLOW._transferToExcluded(address,address,uint256).rTransferAmount (#917) is too similar to BNBGLOW._transferToExcluded(address,address,uint256).tTransferAmount (#917)
Variable BNBGLOW._transferStandard(address,address,uint256).rTransferAmount (#903) is too similar to BNBGLOW._transferStandard(address,address,uint256).tTransferAmount (#903)
Variable BNBGLOW._transferStandard(address,address,uint256).rTransferAmount (#903) is too similar to BNBGLOW._transferToExcluded(address,address,uint256).tTransferAmount (#917)
Variable BNBGLOW._transferFromExcluded(address,address,uint256).rTransferAmount (#926) is too similar to BNBGLOW._transferStandard(address,address,uint256).tTransferAmount (#903)
Variable BNBGLOW._transferFromExcluded(address,address,uint256).rTransferAmount (#926) is too similar to BNBGLOW._getValues(uint256).tTransferAmount (#947)
Variable BNBGLOW._transferFromExcluded(address,address,uint256).rTransferAmount (#926) is too similar to BNBGLOW._transferToExcluded(address,address,uint256).tTransferAmount (#917)
Variable BNBGLOW._getRValues(uint256,uint256,uint256).rTransferAmount (#962) is too similar to BNBGLOW._transferStandard(address,address,uint256).tTransferAmount (#903)
Variable BNBGLOW._getRValues(uint256,uint256,uint256).rTransferAmount (#962) is too similar to BNBGLOW._transferToExcluded(address,address,uint256).tTransferAmount (#917)
Variable BNBGLOW._transferFromExcluded(address,address,uint256).rTransferAmount (#926) is too similar to BNBGLOW._getTValues(uint256).tTransferAmount (#955)
Variable BNBGLOW.reflectionFromToken(uint256,bool).rTransferAmount (#804) is too similar to BNBGLOW._transferStandard(address,address,uint256).tTransferAmount (#903)
Variable BNBGLOW.reflectionFromToken(uint256,bool).rTransferAmount (#804) is too similar to BNBGLOW._transferToExcluded(address,address,uint256).tTransferAmount (#917)
Variable BNBGLOW._getValues(uint256).rTransferAmount (#949) is too similar to BNBGLOW._transferStandard(address,address,uint256).tTransferAmount (#903)
Variable BNBGLOW._getValues(uint256).rTransferAmount (#949) is too similar to BNBGLOW._transferToExcluded(address,address,uint256).tTransferAmount (#917)
Variable BNBGLOW._transferFromExcluded(address,address,uint256).rTransferAmount (#926) is too similar to BNBGLOW._transferFromExcluded(address,address,uint256).tTransferAmount (#926)
Variable BNBGLOW._getRValues(uint256,uint256,uint256).rTransferAmount (#962) is too similar to BNBGLOW._getTValues(uint256).tTransferAmount (#955)
Variable BNBGLOW._getRValues(uint256,uint256,uint256).rTransferAmount (#962) is too similar to BNBGLOW._transferFromExcluded(address,address,uint256).tTransferAmount (#926)
Variable BNBGLOW._transferFromExcluded(address,address,uint256).rTransferAmount (#926) is too similar to BNBGLOW._transferBothExcluded(address,address,uint256).tTransferAmount (#935)
Variable BNBGLOW.reflectionFromToken(uint256,bool).rTransferAmount (#804) is too similar to BNBGLOW._getTValues(uint256).tTransferAmount (#955)
Variable BNBGLOW._getRValues(uint256,uint256,uint256).rTransferAmount (#962) is too similar to BNBGLOW._transferBothExcluded(address,address,uint256).tTransferAmount (#935)
Variable BNBGLOW.reflectionFromToken(uint256,bool).rTransferAmount (#804) is too similar to BNBGLOW._transferFromExcluded(address,address,uint256).tTransferAmount (#926)
Variable BNBGLOW._transferStandard(address,address,uint256).rTransferAmount (#903) is too similar to BNBGLOW._getTValues(uint256).tTransferAmount (#955)
Variable BNBGLOW._transferStandard(address,address,uint256).rTransferAmount (#903) is too similar to BNBGLOW._transferFromExcluded(address,address,uint256).tTransferAmount (#926)
Variable BNBGLOW._transferToExcluded(address,address,uint256).rTransferAmount (#917) is too similar to BNBGLOW._getTValues(uint256).tTransferAmount (#955)
Variable BNBGLOW.reflectionFromToken(uint256,bool).rTransferAmount (#804) is too similar to BNBGLOW._transferBothExcluded(address,address,uint256).tTransferAmount (#935)
Variable BNBGLOW._transferToExcluded(address,address,uint256).rTransferAmount (#917) is too similar to BNBGLOW._transferFromExcluded(address,address,uint256).tTransferAmount (#926)
Variable BNBGLOW._transferStandard(address,address,uint256).rTransferAmount (#903) is too similar to BNBGLOW._transferBothExcluded(address,address,uint256).tTransferAmount (#935)
Variable BNBGLOW._transferToExcluded(address,address,uint256).rTransferAmount (#917) is too similar to BNBGLOW._transferBothExcluded(address,address,uint256).tTransferAmount (#935)
Variable BNBGLOW._transferToExcluded(address,address,uint256).rTransferAmount (#917) is too similar to BNBGLOW._transferStandard(address,address,uint256).tTransferAmount (#903)
Variable BNBGLOW._transferToExcluded(address,address,uint256).rTransferAmount (#917) is too similar to BNBGLOW._getValues(uint256).tTransferAmount (#947)
Variable BNBGLOW._getValues(uint256).rTransferAmount (#949) is too similar to BNBGLOW._getValues(uint256).tTransferAmount (#947)
Variable BNBGLOW._getRValues(uint256,uint256,uint256).rTransferAmount (#962) is too similar to BNBGLOW._getValues(uint256).tTransferAmount (#947)
Variable BNBGLOW.reflectionFromToken(uint256,bool).rTransferAmount (#804) is too similar to BNBGLOW._getValues(uint256).tTransferAmount (#947)
Variable BNBGLOW._getValues(uint256).rTransferAmount (#949) is too similar to BNBGLOW._transferFromExcluded(address,address,uint256).tTransferAmount (#926)
Variable BNBGLOW._transferStandard(address,address,uint256).rTransferAmount (#903) is too similar to BNBGLOW._getValues(uint256).tTransferAmount (#947)
Variable BNBGLOW._getValues(uint256).rTransferAmount (#949) is too similar to BNBGLOW._transferBothExcluded(address,address,uint256).tTransferAmount (#935)
Prevent variables from having similar names.

Additional information: link

BNBGLOW.slitherConstructorVariables() (#677-983) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 9 (#689)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Ownable._previousOwner (#619) is never used in BNBGLOW (#677-983)
Ownable._lockTime (#620) is never used in BNBGLOW (#677-983)
BNBGLOW._pairAddress (#698) is never used in BNBGLOW (#677-983)
Remove unused state variables.

Additional information: link

BNBGLOW._decimals (#695) should be constant
BNBGLOW._name (#693) should be constant
BNBGLOW._pairAddress (#698) should be constant
BNBGLOW._symbol (#694) should be constant
Ownable._lockTime (#620) should be constant
Ownable._previousOwner (#619) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

owner() should be declared external:
- Ownable.owner() (#638-640)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#657-660)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#666-670)
name() should be declared external:
- BNBGLOW.name() (#720-722)
symbol() should be declared external:
- BNBGLOW.symbol() (#724-726)
decimals() should be declared external:
- BNBGLOW.decimals() (#728-730)
totalSupply() should be declared external:
- BNBGLOW.totalSupply() (#732-734)
balanceOf(address) should be declared external:
- BNBGLOW.balanceOf(address) (#736-739)
transfer(address,uint256) should be declared external:
- BNBGLOW.transfer(address,uint256) (#741-744)
approve(address,uint256) should be declared external:
- BNBGLOW.approve(address,uint256) (#746-749)
allowance(address,address) should be declared external:
- BNBGLOW.allowance(address,address) (#751-753)
transferFrom(address,address,uint256) should be declared external:
- BNBGLOW.transferFrom(address,address,uint256) (#755-759)
increaseAllowance(address,uint256) should be declared external:
- BNBGLOW.increaseAllowance(address,uint256) (#761-764)
decreaseAllowance(address,uint256) should be declared external:
- BNBGLOW.decreaseAllowance(address,uint256) (#766-769)
isExcluded(address) should be declared external:
- BNBGLOW.isExcluded(address) (#771-773)
totalFees() should be declared external:
- BNBGLOW.totalFees() (#775-777)
burn(address,uint256) should be declared external:
- BNBGLOW.burn(address,uint256) (#779-782)
setLiquidityFee(uint256) should be declared external:
- BNBGLOW.setLiquidityFee(uint256) (#784-787)
reflect(uint256) should be declared external:
- BNBGLOW.reflect(uint256) (#789-796)
reflectionFromToken(uint256,bool) should be declared external:
- BNBGLOW.reflectionFromToken(uint256,bool) (#798-807)
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.


Unable to find Telegram and Twitter accounts


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


Young tokens have high risks of price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for BNBGLOW