BrightSideInu Token Logo

$BINU [BrightSideInu] Token

About $BINU

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 7 February 2022

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...)

Reentrancy in BrightSideInu._taxedTransfer(address,address,uint256,bool,bool) (#894-963):
External calls:
- claim(sender) (#928)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1128-1132)
- _swapContractToken() (#942)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1202-1209)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1190-1196)
External calls sending eth:
- claim(sender) (#928)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1128-1132)
- _swapContractToken() (#942)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1202-1209)
State variables written after the call(s):
- _removeToken(sender,amount) (#951)
- _balances[addr] = newAmount (#1054)
- _balances[addr] = newAmount (#1061)
- _balances[address(this)] += contractToken (#954)
- _addToken(recipient,taxedAmount) (#959)
- _balances[addr] = newAmount (#1033)
- _balances[addr] = newAmount (#1044)
- _circulatingSupply -= tokensToBeBurnt (#956)
- _removeToken(sender,amount) (#951)
- alreadyPaidShares[addr] = profitPerShare * newAmount (#1063)
- _addToken(recipient,taxedAmount) (#959)
- alreadyPaidShares[addr] = profitPerShare * newAmount (#1040)
- _swapContractToken() (#942)
- profitPerShare += ((amount * DistributionMultiplier) / totalShares) (#1095)
- _removeToken(sender,amount) (#951)
- toBePaid[addr] += payment (#1065)
- _addToken(recipient,taxedAmount) (#959)
- toBePaid[addr] += payment (#1042)
Reentrancy in BrightSideInu.claim(address) (#1102-1136):
External calls:
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1128-1132)
State variables written after the call(s):
- _isWithdrawing = false (#1135)
Apply the check-effects-interactions pattern.

Additional information: link

BrightSideInu.TeamReleaseLiquidity() (#1412-1422) ignores return value by liquidityToken.transfer(Development,amount) (#1420)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link

BrightSideInu.claim(address) (#1102-1136) uses a dangerous strict equality:
- amount == 0 (#1119)
Don't use strict equality to determine if an account has enough Ether or tokens.

Additional information: link


Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.

Contract ticker ($BINU) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.


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.

BrightSideInu.constructor() (#819-859) ignores return value by _excluded.add(Development) (#850)
BrightSideInu.constructor() (#819-859) ignores return value by _excluded.add(Marketing) (#851)
BrightSideInu.constructor() (#819-859) ignores return value by _excluded.add(msg.sender) (#852)
BrightSideInu.constructor() (#819-859) ignores return value by _excludedFromStaking.add(address(_pancakeRouter)) (#854)
BrightSideInu.constructor() (#819-859) ignores return value by _excludedFromStaking.add(_pancakePairAddress) (#855)
BrightSideInu.constructor() (#819-859) ignores return value by _excludedFromStaking.add(address(this)) (#856)
BrightSideInu.constructor() (#819-859) ignores return value by _excludedFromStaking.add(0x000000000000000000000000000000000000dEaD) (#857)
BrightSideInu._addLiquidity(uint256,uint256) (#1199-1210) ignores return value by _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1202-1209)
BrightSideInu.AddWalletExclusion(address) (#1336-1338) ignores return value by _excluded.add(exclusionAdd) (#1337)
BrightSideInu.TeamRemoveLiquidity(bool) (#1424-1453) ignores return value by liquidityToken.approve(address(_pancakeRouter),amount) (#1431)
BrightSideInu.TeamRemoveLiquidity(bool) (#1424-1453) ignores return value by _pancakeRouter.removeLiquidityETHSupportingFeeOnTransferTokens(address(this),amount,0,0,address(this),block.timestamp) (#1437-1444)
Ensure that all the return values of the function calls are used.

Additional information: link

BrightSideInu.allowance(address,address)._owner (#1498) shadows:
- Ownable._owner (#221) (state variable)
BrightSideInu._approve(address,address,uint256).owner (#1506) shadows:
- Ownable.owner() (#237-239) (function)
Rename the local variables that shadow another component.

Additional information: link

BrightSideInu.TeamWithdrawXMarketingBNB(uint256) (#1289-1294) should emit an event for:
- marketingBalance -= amount (#1291)
BrightSideInu.TeamChangeMaxBuy(uint256) (#1301-1303) should emit an event for:
- MaxBuy = newMaxBuy * 10 ** _decimals (#1302)
BrightSideInu.TeamSetSellLockTime(uint256) (#1324-1327) should emit an event for:
- sellLockTime = sellLockSeconds (#1326)
BrightSideInu.TeamSetBuyLockTime(uint256) (#1330-1333) should emit an event for:
- buyLockTime = buyLockSeconds (#1332)
BrightSideInu.TeamSetTaxes(uint8,uint8,uint8,uint8,uint8,uint8) (#1341-1352) should emit an event for:
- _burnTax = burnTaxes (#1345)
- _liquidityTax = liquidityTaxes (#1346)
- _stakingTax = stakingTaxes (#1347)
- _buyTax = buyTax (#1349)
- _sellTax = sellTax (#1350)
- _transferTax = transferTax (#1351)
BrightSideInu.TeamChangeMarketingShare(uint8) (#1355-1358) should emit an event for:
- marketingShare = newShare (#1357)
BrightSideInu.TeamUpdateLimits(uint256,uint256) (#1365-1382) should emit an event for:
- balanceLimit = newBalanceLimit (#1380)
- sellLimit = newSellLimit (#1381)
Emit an event for critical parameter changes.

Additional information: link

BrightSideInu.TeamChangeDevelopment(address).newDevelopment (#1305) lacks a zero-check on :
- Development = address(newDevelopment) (#1306)
BrightSideInu.TeamChangeMarketing(address).newMarketing (#1309) lacks a zero-check on :
- Marketing = address(newMarketing) (#1310)
BrightSideInu.SetupLiquidityTokenAddress(address).liquidityTokenAddress (#1394) lacks a zero-check on :
- _liquidityTokenAddress = liquidityTokenAddress (#1395)
Check that the address is not zero.

Additional information: link

Reentrancy in BrightSideInu.TeamRemoveLiquidity(bool) (#1424-1453):
External calls:
- liquidityToken.approve(address(_pancakeRouter),amount) (#1431)
- _pancakeRouter.removeLiquidityETHSupportingFeeOnTransferTokens(address(this),amount,0,0,address(this),block.timestamp) (#1437-1444)
State variables written after the call(s):
- _distributeStake(newBNBBalance) (#1447)
- marketingBalance += marketingSplit (#1085)
- marketingBalance += amount (#1092)
- marketingBalance += newBNBBalance (#1450)
- _distributeStake(newBNBBalance) (#1447)
- profitPerShare += ((amount * DistributionMultiplier) / totalShares) (#1095)
- _distributeStake(newBNBBalance) (#1447)
- totalStakingReward += amount (#1088)
Reentrancy in BrightSideInu._swapContractToken() (#1152-1182):
External calls:
- _swapTokenForBNB(swapToken) (#1172)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1190-1196)
- _addLiquidity(liqToken,liqBNB) (#1176)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1202-1209)
External calls sending eth:
- _addLiquidity(liqToken,liqBNB) (#1176)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1202-1209)
State variables written after the call(s):
- _addLiquidity(liqToken,liqBNB) (#1176)
- _allowances[owner][spender] = amount (#1510)
- _distributeStake(distributeBNB) (#1181)
- marketingBalance += marketingSplit (#1085)
- marketingBalance += amount (#1092)
- _distributeStake(distributeBNB) (#1181)
- profitPerShare += ((amount * DistributionMultiplier) / totalShares) (#1095)
- _distributeStake(distributeBNB) (#1181)
- totalStakingReward += amount (#1088)
Reentrancy in BrightSideInu._taxedTransfer(address,address,uint256,bool,bool) (#894-963):
External calls:
- claim(sender) (#928)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1128-1132)
- _swapContractToken() (#942)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1202-1209)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1190-1196)
External calls sending eth:
- claim(sender) (#928)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1128-1132)
- _swapContractToken() (#942)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1202-1209)
State variables written after the call(s):
- _swapContractToken() (#942)
- _allowances[owner][spender] = amount (#1510)
Reentrancy in BrightSideInu.constructor() (#819-859):
External calls:
- _pancakePairAddress = IPancakeFactory(_pancakeRouter.factory()).createPair(address(this),_pancakeRouter.WETH()) (#827)
State variables written after the call(s):
- _burnTax = 0 (#845)
- _buyTax = 12 (#841)
- _liquidityTax = 40 (#846)
- _sellTax = 24 (#842)
- _stakingTax = 60 (#847)
- _transferTax = 24 (#843)
- balanceLimit = InitialSupply / BalanceLimitDivider (#830)
- buyLockTime = 0 (#837)
- sellLimit = InitialSupply / SellLimitDivider (#831)
- sellLockTime = 0 (#834)
Reentrancy in BrightSideInu.transferFrom(address,address,uint256) (#1514-1522):
External calls:
- _transfer(sender,recipient,amount) (#1515)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1202-1209)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1190-1196)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1128-1132)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1515)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1202-1209)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1128-1132)
State variables written after the call(s):
- _approve(sender,msg.sender,currentAllowance - amount) (#1520)
- _allowances[owner][spender] = amount (#1510)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in BrightSideInu._swapContractToken() (#1152-1182):
External calls:
- _swapTokenForBNB(swapToken) (#1172)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1190-1196)
- _addLiquidity(liqToken,liqBNB) (#1176)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1202-1209)
External calls sending eth:
- _addLiquidity(liqToken,liqBNB) (#1176)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1202-1209)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1511)
- _addLiquidity(liqToken,liqBNB) (#1176)
Reentrancy in BrightSideInu._taxedTransfer(address,address,uint256,bool,bool) (#894-963):
External calls:
- claim(sender) (#928)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1128-1132)
- _swapContractToken() (#942)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1202-1209)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1190-1196)
External calls sending eth:
- claim(sender) (#928)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1128-1132)
- _swapContractToken() (#942)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1202-1209)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1511)
- _swapContractToken() (#942)
- Transfer(sender,recipient,taxedAmount) (#961)
Reentrancy in BrightSideInu.claim(address) (#1102-1136):
External calls:
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1128-1132)
Event emitted after the call(s):
- OnWithdrawXRP(amount,addr) (#1134)
Reentrancy in BrightSideInu.transferFrom(address,address,uint256) (#1514-1522):
External calls:
- _transfer(sender,recipient,amount) (#1515)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1202-1209)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1190-1196)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1128-1132)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1515)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1202-1209)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1128-1132)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1511)
- _approve(sender,msg.sender,currentAllowance - amount) (#1520)
Apply the check-effects-interactions pattern.

Additional information: link

BrightSideInu._taxedTransfer(address,address,uint256,bool,bool) (#894-963) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(_sellLock[sender] <= block.timestamp || sellLockDisabled,Seller in sellLock) (#903)
- require(bool,string)(_buyLock[recipient] <= block.timestamp || buyLockDisabled,Buyer in buyLock) (#915)
- require(bool,string)(_sellLock[sender] <= block.timestamp || sellLockDisabled,Sender in Lock) (#934)
BrightSideInu.getLiquidityReleaseTimeInSeconds() (#1214-1219) uses timestamp for comparisons
Dangerous comparisons:
- block.timestamp < _liquidityUnlockTime (#1215)
BrightSideInu.getAddressSellLockTimeInSeconds(address) (#1234-1241) uses timestamp for comparisons
Dangerous comparisons:
- lockTime <= block.timestamp (#1236)
BrightSideInu.getAddressBuyLockTimeInSeconds(address) (#1247-1254) uses timestamp for comparisons
Dangerous comparisons:
- lockTime <= block.timestamp (#1249)
BrightSideInu._prolongLiquidityLock(uint256) (#1405-1409) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(newUnlockTime > _liquidityUnlockTime) (#1407)
BrightSideInu.TeamReleaseLiquidity() (#1412-1422) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp >= _liquidityUnlockTime,Not yet unlocked) (#1414)
BrightSideInu.TeamRemoveLiquidity(bool) (#1424-1453) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp >= _liquidityUnlockTime,Not yet unlocked) (#1426)
BrightSideInu.TeamRemoveRemainingBNB() (#1455-1460) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp >= _liquidityUnlockTime,Not yet unlocked) (#1456)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#293-302) uses assembly
- INLINE ASM (#300)
Address._verifyCallResult(bool,bytes,string) (#438-455) uses assembly
- INLINE ASM (#447-450)
Do not use evm assembly.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#438-455) is never used and should be removed
Address.functionCall(address,bytes) (#346-348) is never used and should be removed
Address.functionCall(address,bytes,string) (#356-358) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#371-373) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#381-388) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#420-422) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#430-436) is never used and should be removed
Address.functionStaticCall(address,bytes) (#396-398) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#406-412) is never used and should be removed
Address.isContract(address) (#293-302) is never used and should be removed
Address.sendValue(address,uint256) (#320-326) is never used and should be removed
BrightSideInu._isTeam(address) (#813-815) is never used and should be removed
EnumerableSet._remove(EnumerableSet.Set,bytes32) (#525-557) is never used and should be removed
EnumerableSet.add(EnumerableSet.Bytes32Set,bytes32) (#600-602) is never used and should be removed
EnumerableSet.add(EnumerableSet.UintSet,uint256) (#708-710) is never used and should be removed
EnumerableSet.at(EnumerableSet.Bytes32Set,uint256) (#638-640) is never used and should be removed
EnumerableSet.at(EnumerableSet.UintSet,uint256) (#746-748) is never used and should be removed
EnumerableSet.contains(EnumerableSet.Bytes32Set,bytes32) (#617-619) is never used and should be removed
EnumerableSet.contains(EnumerableSet.UintSet,uint256) (#725-727) is never used and should be removed
EnumerableSet.length(EnumerableSet.Bytes32Set) (#624-626) is never used and should be removed
EnumerableSet.length(EnumerableSet.UintSet) (#732-734) is never used and should be removed
EnumerableSet.remove(EnumerableSet.AddressSet,address) (#664-666) is never used and should be removed
EnumerableSet.remove(EnumerableSet.Bytes32Set,bytes32) (#610-612) is never used and should be removed
EnumerableSet.remove(EnumerableSet.UintSet,uint256) (#718-720) is never used and should be removed
Remove unused functions.

Additional information: link

BrightSideInu.balanceLimit (#794) is set pre-construction with a non-constant function or state variable:
- _circulatingSupply
BrightSideInu.sellLimit (#795) is set pre-construction with a non-constant function or state variable:
- _circulatingSupply
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) (#320-326):
- (success) = recipient.call{value: amount}() (#324)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#381-388):
- (success,returndata) = target.call{value: value}(data) (#386)
Low level call in Address.functionStaticCall(address,bytes,string) (#406-412):
- (success,returndata) = target.staticcall(data) (#410)
Low level call in Address.functionDelegateCall(address,bytes,string) (#430-436):
- (success,returndata) = target.delegatecall(data) (#434)
Low level call in BrightSideInu.TeamRemoveRemainingBNB() (#1455-1460):
- (sent) = Development.call{value: (address(this).balance)}() (#1458)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IPancakeERC20.DOMAIN_SEPARATOR() (#54) is not in mixedCase
Function IPancakeERC20.PERMIT_TYPEHASH() (#55) is not in mixedCase
Function IPancakeRouter01.WETH() (#158) is not in mixedCase
Function BrightSideInu._getTotalShares() (#1017-1025) is not in mixedCase
Parameter BrightSideInu.getAddressSellLockTimeInSeconds(address).AddressToCheck (#1234) is not in mixedCase
Parameter BrightSideInu.getAddressBuyLockTimeInSeconds(address).AddressToCheck (#1247) is not in mixedCase
Function BrightSideInu.AddressResetSellLock() (#1261-1263) is not in mixedCase
Function BrightSideInu.AddressResetBuyLock() (#1266-1269) is not in mixedCase
Function BrightSideInu.TeamWithdrawALLMarketingBNB() (#1283-1288) is not in mixedCase
Function BrightSideInu.TeamWithdrawXMarketingBNB(uint256) (#1289-1294) is not in mixedCase
Function BrightSideInu.TeamSwitchManualBNBConversion(bool) (#1297-1299) is not in mixedCase
Function BrightSideInu.TeamChangeMaxBuy(uint256) (#1301-1303) is not in mixedCase
Function BrightSideInu.TeamChangeDevelopment(address) (#1305-1307) is not in mixedCase
Function BrightSideInu.TeamChangeMarketing(address) (#1309-1311) is not in mixedCase
Function BrightSideInu.TeamDisableSellLock(bool) (#1314-1316) is not in mixedCase
Function BrightSideInu.TeamDisableBuyLock(bool) (#1319-1321) is not in mixedCase
Function BrightSideInu.TeamSetSellLockTime(uint256) (#1324-1327) is not in mixedCase
Function BrightSideInu.TeamSetBuyLockTime(uint256) (#1330-1333) is not in mixedCase
Function BrightSideInu.AddWalletExclusion(address) (#1336-1338) is not in mixedCase
Function BrightSideInu.TeamSetTaxes(uint8,uint8,uint8,uint8,uint8,uint8) (#1341-1352) is not in mixedCase
Function BrightSideInu.TeamChangeMarketingShare(uint8) (#1355-1358) is not in mixedCase
Function BrightSideInu.TeamCreateLPandBNB() (#1360-1362) is not in mixedCase
Function BrightSideInu.TeamUpdateLimits(uint256,uint256) (#1365-1382) is not in mixedCase
Function BrightSideInu.SetupEnableTrading() (#1390-1392) is not in mixedCase
Function BrightSideInu.SetupLiquidityTokenAddress(address) (#1394-1396) is not in mixedCase
Function BrightSideInu.TeamUnlockLiquidityInSeconds(uint256) (#1402-1404) is not in mixedCase
Function BrightSideInu.TeamReleaseLiquidity() (#1412-1422) is not in mixedCase
Function BrightSideInu.TeamRemoveLiquidity(bool) (#1424-1453) is not in mixedCase
Function BrightSideInu.TeamRemoveRemainingBNB() (#1455-1460) is not in mixedCase
Parameter BrightSideInu.allowance(address,address)._owner (#1498) is not in mixedCase
Constant BrightSideInu._name (#768) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BrightSideInu._symbol (#769) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BrightSideInu._decimals (#770) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BrightSideInu.InitialSupply (#771) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BrightSideInu.BalanceLimitDivider (#774) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BrightSideInu.SellLimitDivider (#776) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BrightSideInu.MaxSellLockTime (#778) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BrightSideInu.MaxBuyLockTime (#780) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BrightSideInu.DefaultLiquidityLockTime (#782) is not in UPPER_CASE_WITH_UNDERSCORES
Variable BrightSideInu.Development (#784) is not in mixedCase
Variable BrightSideInu.Marketing (#785) is not in mixedCase
Constant BrightSideInu.PancakeRouter (#789) is not in UPPER_CASE_WITH_UNDERSCORES
Variable BrightSideInu.MaxBuy (#796) is not in mixedCase
Constant BrightSideInu.DistributionMultiplier (#991) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Variable IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#77) is too similar to IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#78)
Prevent variables from having similar names.

Additional information: link

BrightSideInu.constructor() (#819-859) uses literals with too many digits:
- _excludedFromStaking.add(0x000000000000000000000000000000000000dEaD) (#857)
BrightSideInu.slitherConstructorConstantVariables() (#753-1540) uses literals with too many digits:
- InitialSupply = 1000000 * 10 ** _decimals (#771)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#256-259)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#265-269)
getLiquidityReleaseTimeInSeconds() should be declared external:
- BrightSideInu.getLiquidityReleaseTimeInSeconds() (#1214-1219)
getBurnedTokens() should be declared external:
- BrightSideInu.getBurnedTokens() (#1221-1223)
getLimits() should be declared external:
- BrightSideInu.getLimits() (#1225-1227)
getTaxes() should be declared external:
- BrightSideInu.getTaxes() (#1229-1231)
getAddressSellLockTimeInSeconds(address) should be declared external:
- BrightSideInu.getAddressSellLockTimeInSeconds(address) (#1234-1241)
getSellLockTimeInSeconds() should be declared external:
- BrightSideInu.getSellLockTimeInSeconds() (#1242-1244)
getAddressBuyLockTimeInSeconds(address) should be declared external:
- BrightSideInu.getAddressBuyLockTimeInSeconds(address) (#1247-1254)
getBuyLockTimeInSeconds() should be declared external:
- BrightSideInu.getBuyLockTimeInSeconds() (#1255-1257)
AddressResetSellLock() should be declared external:
- BrightSideInu.AddressResetSellLock() (#1261-1263)
AddressResetBuyLock() should be declared external:
- BrightSideInu.AddressResetBuyLock() (#1266-1269)
getDividents(address) should be declared external:
- BrightSideInu.getDividents(address) (#1270-1273)
TeamWithdrawALLMarketingBNB() should be declared external:
- BrightSideInu.TeamWithdrawALLMarketingBNB() (#1283-1288)
TeamWithdrawXMarketingBNB(uint256) should be declared external:
- BrightSideInu.TeamWithdrawXMarketingBNB(uint256) (#1289-1294)
TeamSwitchManualBNBConversion(bool) should be declared external:
- BrightSideInu.TeamSwitchManualBNBConversion(bool) (#1297-1299)
TeamChangeMaxBuy(uint256) should be declared external:
- BrightSideInu.TeamChangeMaxBuy(uint256) (#1301-1303)
TeamChangeDevelopment(address) should be declared external:
- BrightSideInu.TeamChangeDevelopment(address) (#1305-1307)
TeamChangeMarketing(address) should be declared external:
- BrightSideInu.TeamChangeMarketing(address) (#1309-1311)
TeamDisableSellLock(bool) should be declared external:
- BrightSideInu.TeamDisableSellLock(bool) (#1314-1316)
TeamDisableBuyLock(bool) should be declared external:
- BrightSideInu.TeamDisableBuyLock(bool) (#1319-1321)
TeamSetSellLockTime(uint256) should be declared external:
- BrightSideInu.TeamSetSellLockTime(uint256) (#1324-1327)
TeamSetBuyLockTime(uint256) should be declared external:
- BrightSideInu.TeamSetBuyLockTime(uint256) (#1330-1333)
AddWalletExclusion(address) should be declared external:
- BrightSideInu.AddWalletExclusion(address) (#1336-1338)
TeamSetTaxes(uint8,uint8,uint8,uint8,uint8,uint8) should be declared external:
- BrightSideInu.TeamSetTaxes(uint8,uint8,uint8,uint8,uint8,uint8) (#1341-1352)
TeamChangeMarketingShare(uint8) should be declared external:
- BrightSideInu.TeamChangeMarketingShare(uint8) (#1355-1358)
TeamCreateLPandBNB() should be declared external:
- BrightSideInu.TeamCreateLPandBNB() (#1360-1362)
SetupEnableTrading() should be declared external:
- BrightSideInu.SetupEnableTrading() (#1390-1392)
SetupLiquidityTokenAddress(address) should be declared external:
- BrightSideInu.SetupLiquidityTokenAddress(address) (#1394-1396)
TeamUnlockLiquidityInSeconds(uint256) should be declared external:
- BrightSideInu.TeamUnlockLiquidityInSeconds(uint256) (#1402-1404)
TeamReleaseLiquidity() should be declared external:
- BrightSideInu.TeamReleaseLiquidity() (#1412-1422)
TeamRemoveLiquidity(bool) should be declared external:
- BrightSideInu.TeamRemoveLiquidity(bool) (#1424-1453)
TeamRemoveRemainingBNB() should be declared external:
- BrightSideInu.TeamRemoveRemainingBNB() (#1455-1460)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.


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


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 $BINU