BattleStars Orbit Token Logo

ORBIT [BattleStars Orbit] Token

ALERT: rug pull scam

About ORBIT

Listings

Not Found
Token 2 years

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 14 May 2022

report
Token seems to be a scam (type: rug pull scam).


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains


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.


Not a direct threat, but may indicate unreliable intentions of developer. Both name and ticker of current token are widespread, i.e. common across multiple tokens. This is slightly suspicious

Ownable.constructor().msgSender (Ownable.sol#29) lacks a zero-check on :
- _owner = msgSender (Ownable.sol#30)
Check that the address is not zero.

Additional information: link

Different versions of Solidity is used:
- Version used: ['>=0.4.22<0.9.0', '^0.8.0']
- ^0.8.0 (Context.sol#2)
- ^0.8.0 (IBEP20.sol#2)
- >=0.4.22<0.9.0 (Migrations.sol#2)
- ^0.8.0 (Orbit.sol#2)
- ^0.8.0 (Ownable.sol#2)
- ^0.8.0 (Pausable.sol#2)
- ^0.8.0 (SafeMath.sol#2)
Use one Solidity version.

Additional information: link

Variable Migrations.last_completed_migration (Migrations.sol#6) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Orbit.allowance(address,address).owner (Orbit.sol#113) shadows:
- Ownable.owner() (Ownable.sol#37-39) (function)
Orbit._approve(address,address,uint256).owner (Orbit.sol#304) shadows:
- Ownable.owner() (Ownable.sol#37-39) (function)
Rename the local variables that shadow another component.

Additional information: link

Context._msgData() (Context.sol#23-26) is never used and should be removed
Orbit._burn(address,uint256) (Orbit.sol#271-288) is never used and should be removed
Orbit._burnFrom(address,uint256) (Orbit.sol#321-331) is never used and should be removed
SafeMath.div(uint256,uint256) (SafeMath.sol#100-102) is never used and should be removed
SafeMath.div(uint256,uint256,string) (SafeMath.sol#115-126) is never used and should be removed
SafeMath.mod(uint256,uint256) (SafeMath.sol#139-141) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (SafeMath.sol#154-161) is never used and should be removed
SafeMath.mul(uint256,uint256) (SafeMath.sol#75-87) is never used and should be removed
SafeMath.sub(uint256,uint256) (SafeMath.sol#42-44) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.0 (Context.sol#2) allows old versions
Pragma version^0.8.0 (IBEP20.sol#2) allows old versions
Pragma version>=0.4.22<0.9.0 (Migrations.sol#2) is too complex
Pragma version^0.8.0 (Orbit.sol#2) allows old versions
Pragma version^0.8.0 (Ownable.sol#2) allows old versions
Pragma version^0.8.0 (Pausable.sol#2) allows old versions
Pragma version^0.8.0 (SafeMath.sol#2) allows old versions
solc-0.8.0 is not recommended for deployment
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

Redundant expression "this (Context.sol#24)" inContext (Context.sol#14-27)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Orbit.constructor(string,string) (Orbit.sol#32-42) uses literals with too many digits:
- mint(miningAddr,159000000) (Orbit.sol#35)
Orbit.constructor(string,string) (Orbit.sol#32-42) uses literals with too many digits:
- mint(stakingAddr,60000000) (Orbit.sol#36)
Orbit.constructor(string,string) (Orbit.sol#32-42) uses literals with too many digits:
- mint(teamAddr,36000000) (Orbit.sol#37)
Orbit.constructor(string,string) (Orbit.sol#32-42) uses literals with too many digits:
- mint(marketingAddr,21000000) (Orbit.sol#38)
Orbit.constructor(string,string) (Orbit.sol#32-42) uses literals with too many digits:
- mint(publicSaleAddr,12000000) (Orbit.sol#39)
Orbit.constructor(string,string) (Orbit.sol#32-42) uses literals with too many digits:
- mint(reserveAddr,9000000) (Orbit.sol#40)
Orbit.constructor(string,string) (Orbit.sol#32-42) uses literals with too many digits:
- mint(liquidReserveAddr,3000000) (Orbit.sol#41)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Orbit.liquidReserveAddr (Orbit.sol#24) should be constant
Orbit.marketingAddr (Orbit.sol#21) should be constant
Orbit.miningAddr (Orbit.sol#18) should be constant
Orbit.publicSaleAddr (Orbit.sol#22) should be constant
Orbit.reserveAddr (Orbit.sol#23) should be constant
Orbit.stakingAddr (Orbit.sol#19) should be constant
Orbit.teamAddr (Orbit.sol#20) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

setCompleted(uint256) should be declared external:
- Migrations.setCompleted(uint256) (Migrations.sol#16-18)
name() should be declared external:
- Orbit.name() (Orbit.sol#47-49)
symbol() should be declared external:
- Orbit.symbol() (Orbit.sol#54-56)
decimals() should be declared external:
- Orbit.decimals() (Orbit.sol#71-73)
totalSupply() should be declared external:
- Orbit.totalSupply() (Orbit.sol#79-81)
balanceOf(address) should be declared external:
- Orbit.balanceOf(address) (Orbit.sol#86-88)
transfer(address,uint256) should be declared external:
- Orbit.transfer(address,uint256) (Orbit.sol#98-102)
allowance(address,address) should be declared external:
- Orbit.allowance(address,address) (Orbit.sol#113-116)
approve(address,uint256) should be declared external:
- Orbit.approve(address,uint256) (Orbit.sol#125-128)
transferFrom(address,address,uint256) should be declared external:
- Orbit.transferFrom(address,address,uint256) (Orbit.sol#142-157)
increaseAllowance(address,uint256) should be declared external:
- Orbit.increaseAllowance(address,uint256) (Orbit.sol#171-175)
decreaseAllowance(address,uint256) should be declared external:
- Orbit.decreaseAllowance(address,uint256) (Orbit.sol#191-200)
owner() should be declared external:
- Ownable.owner() (Ownable.sol#37-39)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (Ownable.sol#56-59)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (Ownable.sol#65-67)
pause() should be declared external:
- Pausable.pause() (Pausable.sol#38-42)
unpause() should be declared external:
- Pausable.unpause() (Pausable.sol#47-51)
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.


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


Number of Binance Smart Chain (BSC) token holders is low.


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


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


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 ORBIT