ByteEx Token Logo

BX [ByteEx] Token

About BX

Listings

Token 4 years
white paper

The World's Leading Cryptocurrency Decentralized Trading Platform
Provide safe, stable and efficient asset trading services to 1 million global professional cryptocurrency investors
Cross-chain Asset Security
Return to decentralization, the user keep private key by themself, master 100% of fund management rights. Users' assets are locked in smart contracts, multi- signature in all super nodes ensures security.

Social

Laser Scorebeta Last Audit: 17 October 2025

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.

Anti-Scam

Links


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

ERC20.constructor(string,string).name (#361) shadows:
- ERC20.name() (#370-372) (function)
ERC20.constructor(string,string).symbol (#361) shadows:
- ERC20.symbol() (#378-380) (function)
Rename the local variables that shadow another component.

Additional information: link

ByteEx.getReleaseState(uint256) (#630-651) uses timestamp for comparisons
Dangerous comparisons:
- block.timestamp > plan_release_time[planNumber] (#644)
ByteEx.release(uint256) (#657-666) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > plan_release_time[planNumber],locked) (#662)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#125-134) uses assembly
- INLINE ASM (#132)
Do not use evm assembly.

Additional information: link

ByteEx.release(uint256) (#657-666) compares to a boolean constant:
-require(bool,string)(release_plan_state[planNumber] == false,released) (#661)
Remove the equality to the boolean constant.

Additional information: link

Address.isContract(address) (#125-134) is never used and should be removed
Address.sendValue(address,uint256) (#152-158) is never used and should be removed
Context._msgData() (#22-25) is never used and should be removed
ERC20._burn(address,uint256) (#554-562) is never used and should be removed
ERC20._setupDecimals(uint8) (#592-594) is never used and should be removed
SafeMath.div(uint256,uint256) (#255-257) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#270-277) is never used and should be removed
SafeMath.mod(uint256,uint256) (#290-292) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#305-308) is never used and should be removed
SafeMath.mul(uint256,uint256) (#230-242) is never used and should be removed
SafeMath.sub(uint256,uint256) (#201-203) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.6.2 (#1) allows old versions
solc-0.6.2 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

Low level call in Address.sendValue(address,uint256) (#152-158):
- (success) = recipient.call{value: amount}() (#156)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable ByteEx.create_date (#617) is not in mixedCase
Variable ByteEx.release_plan_state (#619) is not in mixedCase
Variable ByteEx.plan_release_time (#621) is not in mixedCase
Variable ByteEx.release_plan_number (#623) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#23)" inContext (#13-26)
Remove redundant statements if they congest code but offer no value.

Additional information: link

ByteEx.constructor() (#625-628) uses literals with too many digits:
- _mint(address(0x764454bacC9Fbe73803a82f8A49068F1c9aC09fE),2260000000000000) (#627)
ByteEx.release(uint256) (#657-666) uses literals with too many digits:
- _mint(address(0x764454bacC9Fbe73803a82f8A49068F1c9aC09fE),129000000000000) (#664)
ByteEx.totalSupply() (#668-670) uses literals with too many digits:
- 10000000000000000 (#669)
ByteEx.slitherConstructorVariables() (#615-672) uses literals with too many digits:
- plan_release_time = (0,1638288000,1640966400,1643644800,1646064000,1648742400,1651334400,1654012800,1656604800,1659283200,1661961600,1664553600,1667232000,1669824000,1672502400,1675180800,1677600000,1680278400,1682870400,1685548800,1688140800,1690819200,1693497600,1696089600,1698768000,1701360000,1704038400,1706716800,1709222400,1711900800,1714492800,1717171200,1719763200,1722441600,1725120000,1727712000,1730390400,1732982400,1735660800,1738339200,1740758400,1743436800,1746028800,1748707200,1751299200,1753977600,1756656000,1759248000,1761926400,1764518400,1767196800,1769875200,1772294400,1774972800,1777564800,1780243200,1782835200,1785513600,1788192000,1790784000,1793462400) (#621)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

ByteEx.release_plan_number (#623) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

name() should be declared external:
- ERC20.name() (#370-372)
symbol() should be declared external:
- ERC20.symbol() (#378-380)
decimals() should be declared external:
- ERC20.decimals() (#395-397)
releasedSupply() should be declared external:
- ERC20.releasedSupply() (#402-404)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#409-411)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#421-424)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#429-431)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#440-443)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#457-461)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#475-478)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#494-497)
getReleaseState(uint256) should be declared external:
- ByteEx.getReleaseState(uint256) (#630-651)
releaseTime(uint256) should be declared external:
- ByteEx.releaseTime(uint256) (#653-655)
release(uint256) should be declared external:
- ByteEx.release(uint256) (#657-666)
totalSupply() should be declared external:
- ByteEx.totalSupply() (#668-670)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


Token is deployed only at one blockchain


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute number of swaps.


Last post in Twitter was more than 30 days ago


Unable to find Blog account (Reddit or Medium)


Unable to find Discord account


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token contract audit


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


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


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


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for BX

News for BX