HoneyX Token Logo

HONEYX Token

About HONEYX

Listings

Token 3 years

Website

HoneyX is a platform where adult content creators can create, share & upload their content, and users may purchase content using the HoneyX token. Effectively, HoneyX is the cryptocurrency based rival to OnlyFans. The token serves 2 main purposes – firstly, providing anonymity on the platform by negating the need for any fiat payment mechanisms. Secondly, it provides a tangible ownership share in the HoneyX profits, similar to owning shares in a company. The platform allows content creators to create better engagement with their followers by providing tools that are both high in utility & promotional features.

Our token is built on the Binance Smart Chain, and our platform developers are paid solely in long term incentives – this ensures the stability of the token, as well as the longevity and delivery capability of the platform. It pegs the performance of our team & platform to how well the token performs. For example, we have set aside two wallets of 7% each for marketing & development purposes respectively.

Additionally, every buy/sell transaction incurs a 10% transaction tax that is then fed into the PancakeSwap liquidity pool. This ensures that as our market cap continues to grow, there is sufficient liquidity to trade. Most importantly, is that ownership of the token grants you governance rights. Just like shareholders in a listed company, owning HoneyX tokens give tokenholders the right to vote on important company decisions to refine and improve the business, and scale it into its full potential.

Laser Scorebeta Last Audit: 17 February 2022

report
Token has too many issues. Scam probability is high.

Anti-Scam

Links


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

HoneyXLiquidity.withdrawLiquidityTax(uint256) (#521-523) ignores return value by _honeyx.transfer(owner(),amount) (#522)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link

HoneyX._disableTax (#569) is written in both
_disableTax = true (#601)
_disableTax = false (#901)
HoneyX._disableTax (#569) is written in both
_disableTax = true (#1162)
_disableTax = false (#1176)
HoneyX._disableTax (#569) is written in both
_disableTax = false (#1176)
_disableTax = false (#1217)
HoneyX._disableTax (#569) is written in both
_disableTax = true (#1180)
_disableTax = false (#1199)
Fix or remove the writes.

Additional information: link

HoneyX._init1() (#597-903) performs a multiplication on the result of a division:
-totalAmountClaimableByDev = (_totalSupply * 150) / 10000 (#625)
-amountSentFirst = (totalAmountClaimableByDev * 2500) / 10000 (#626)
Consider ordering multiplication before division.

Additional information: link

Reentrancy in HoneyX.constructor() (#581-595):
External calls:
- _pairAddress = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#589-592)
State variables written after the call(s):
- _init1() (#594)
- _balances[sender] = senderBalance - amount (#1234)
- _balances[recipient] += amount (#1236)
Apply the check-effects-interactions pattern.

Additional information: link

HoneyXLiquidity.constructor(IERC20,address).owner (#516) shadows:
- Ownable.owner() (#168-170) (function)
HoneyX.allowance(address,address).owner (#1003) shadows:
- Ownable.owner() (#168-170) (function)
HoneyX._approve(address,address,uint256).owner (#1272) shadows:
- Ownable.owner() (#168-170) (function)
Rename the local variables that shadow another component.

Additional information: link

HoneyX.setLiquidityFee(uint256) (#1306-1309) should emit an event for:
- _liquidityFee = fee (#1308)
HoneyX.airdrop(address[],uint256[]) (#1384-1397) should emit an event for:
- _airdropTotal = _airdropTotal - amounts[i] (#1395)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in HoneyX.constructor() (#581-595):
External calls:
- _pairAddress = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#589-592)
State variables written after the call(s):
- _init1() (#594)
- _airdropTotal = (_totalSupply * 600) / 10000 (#600)
- _init1() (#594)
- _disableTax = true (#601)
- _disableTax = false (#901)
- _init1() (#594)
- _disableTaxForAddress[owner()] = true (#602)
- _disableTaxForAddress[0x6520a4bEB513B96f9b2081874BC777229AeA0A5b] = true (#619-621)
- _init1() (#594)
- _liquidityTaxAddress = new HoneyXLiquidity(this,owner()) (#599)
- _tokenIsInitialized = false (#593)
- _init1() (#594)
- _tokenIsInitialized = true (#902)
- _init1() (#594)
- devAddressesx.push(DevAndAmount(0xD1257dd8e2b87338f1618BF04Bba37a1C477cC78,totalAmountClaimableByDev,amountSentFirst)) (#628-634)
- devAddressesx.push(DevAndAmount(0x2D570751c74D6367B79F97934AA4eDFAf83ebEa9,totalAmountClaimableByDev,amountSentFirst)) (#636-642)
- devAddressesx.push(DevAndAmount(0x75e521Ed7A25f1432CA0a4BB6dE6Bfd6af40954A,totalAmountClaimableByDev,amountSentFirst)) (#644-650)
- devAddressesx.push(DevAndAmount(0x8E78C3659758f287118A29D72049BD128e122548,totalAmountClaimableByDev,amountSentFirst)) (#652-658)
- devAddressesx.push(DevAndAmount(0xd8d875805a4d0A06eFFCBcCb573c28fAA56DD53B,totalAmountClaimableByDev,amountSentFirst)) (#660-666)
- devAddressesx.push(DevAndAmount(0xBe2A4C9b224DBc8730e06FEC727a1709d1641bdB,totalAmountClaimableByDev,amountSentFirst)) (#668-674)
- devAddressesx.push(DevAndAmount(0xaDcF9f66D95a757eF8a740c597973c5c02049F6E,totalAmountClaimableByDev,amountSentFirst)) (#676-682)
- devAddressesx.push(DevAndAmount(0x1aEB746f7b22C19DdA2f53eE00e2d6e5352930fc,totalAmountClaimableByDev,amountSentFirst)) (#684-690)
- devAddressesx.push(DevAndAmount(0x3439439F4Cc4F96106688Cb98aca45C4ad3f4C0C,(_totalSupply * 50) / 10000,0)) (#692-698)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000001,(_totalSupply * 150) / 10000,0)) (#700-706)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000002,(_totalSupply * 150) / 10000,0)) (#708-714)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000003,(_totalSupply * 50) / 10000,0)) (#718-724)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000004,(_totalSupply * 50) / 10000,0)) (#726-732)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000005,(_totalSupply * 50) / 10000,0)) (#734-740)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000006,(_totalSupply * 25) / 10000,0)) (#744-750)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000007,(_totalSupply * 25) / 10000,0)) (#751-757)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000008,(_totalSupply * 25) / 10000,0)) (#758-764)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000009,(_totalSupply * 25) / 10000,0)) (#765-771)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000010,(_totalSupply * 25) / 10000,0)) (#773-779)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000011,(_totalSupply * 25) / 10000,0)) (#781-787)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000012,(_totalSupply * 10) / 10000,0)) (#792-798)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000013,(_totalSupply * 10) / 10000,0)) (#799-805)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000014,(_totalSupply * 10) / 10000,0)) (#806-812)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000015,(_totalSupply * 10) / 10000,0)) (#813-819)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000016,(_totalSupply * 10) / 10000,0)) (#820-826)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000017,(_totalSupply * 10) / 10000,0)) (#827-833)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000018,(_totalSupply * 10) / 10000,0)) (#834-840)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000019,(_totalSupply * 10) / 10000,0)) (#841-847)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000020,(_totalSupply * 10) / 10000,0)) (#848-854)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000021,(_totalSupply * 10) / 10000,0)) (#855-861)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000022,(_totalSupply * 10) / 10000,0)) (#862-868)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000023,(_totalSupply * 10) / 10000,0)) (#869-875)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000024,(_totalSupply * 10) / 10000,0)) (#876-882)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000025,(_totalSupply * 10) / 10000,0)) (#883-889)
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000026,(_totalSupply * 10) / 10000,0)) (#890-896)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in HoneyX.constructor() (#581-595):
External calls:
- _pairAddress = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#589-592)
Event emitted after the call(s):
- Transfer(sender,recipient,amount) (#1238)
- _init1() (#594)
Apply the check-effects-interactions pattern.

Additional information: link

HoneyX.claimTokenForDev() (#1328-1354) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(_claimableTokenByDev[yourPosition].fornightlyCount <= 24,You can't claim anymore) (#1331-1334)
- require(bool,string)(block.timestamp >= _claimableTokenByDev[yourPosition].timestamp,You can't claim yet) (#1335-1338)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#251-261) uses assembly
- INLINE ASM (#257-259)
Address._verifyCallResult(bool,bytes,string) (#451-471) uses assembly
- INLINE ASM (#463-466)
Do not use evm assembly.

Additional information: link

HoneyX._transfer(address,address,uint256) (#1132-1218) compares to a boolean constant:
-_disableTax == false (#1159)
Remove the equality to the boolean constant.

Additional information: link

HoneyX.airdrop(address[],uint256[]) (#1384-1397) has costly operations inside a loop:
- _airdropTotal = _airdropTotal - amounts[i] (#1395)
Use a local variable to hold the loop computation result.

Additional information: link

Address.functionCall(address,bytes) (#310-315) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#342-354) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#422-432) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#440-449) is never used and should be removed
Address.functionStaticCall(address,bytes) (#386-397) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#405-414) is never used and should be removed
Context._msgData() (#133-135) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#279-290):
- (success) = recipient.call{value: amount}() (#285)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#362-378):
- (success,returndata) = target.call{value: value}(data) (#374-376)
Low level call in Address.functionStaticCall(address,bytes,string) (#405-414):
- (success,returndata) = target.staticcall(data) (#412)
Low level call in Address.functionDelegateCall(address,bytes,string) (#440-449):
- (success,returndata) = target.delegatecall(data) (#447)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Router01.WETH() (#221) is not in mixedCase
Function HoneyX._init_dev() (#905-928) is not in mixedCase
Function HoneyX._transfer_without_tax(address,address,uint256) (#1220-1239) is not in mixedCase
Variable HoneyX._uniswapV2Router (#537-538) is not in mixedCase
Variable HoneyX._liquidityTaxAddress (#540) is not in mixedCase
Variable HoneyX._is_init_dev (#547) is not in mixedCase
Variable HoneyX._balances (#572) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

HoneyX.constructor() (#581-595) uses literals with too many digits:
- _mint(address(this),100000000000 * 10 ** decimals()) (#582)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000001,(_totalSupply * 150) / 10000,0)) (#700-706)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000002,(_totalSupply * 150) / 10000,0)) (#708-714)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000003,(_totalSupply * 50) / 10000,0)) (#718-724)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000004,(_totalSupply * 50) / 10000,0)) (#726-732)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000005,(_totalSupply * 50) / 10000,0)) (#734-740)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000006,(_totalSupply * 25) / 10000,0)) (#744-750)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000007,(_totalSupply * 25) / 10000,0)) (#751-757)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000008,(_totalSupply * 25) / 10000,0)) (#758-764)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000009,(_totalSupply * 25) / 10000,0)) (#765-771)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000010,(_totalSupply * 25) / 10000,0)) (#773-779)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000011,(_totalSupply * 25) / 10000,0)) (#781-787)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000012,(_totalSupply * 10) / 10000,0)) (#792-798)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000013,(_totalSupply * 10) / 10000,0)) (#799-805)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000014,(_totalSupply * 10) / 10000,0)) (#806-812)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000015,(_totalSupply * 10) / 10000,0)) (#813-819)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000016,(_totalSupply * 10) / 10000,0)) (#820-826)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000017,(_totalSupply * 10) / 10000,0)) (#827-833)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000018,(_totalSupply * 10) / 10000,0)) (#834-840)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000019,(_totalSupply * 10) / 10000,0)) (#841-847)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000020,(_totalSupply * 10) / 10000,0)) (#848-854)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000021,(_totalSupply * 10) / 10000,0)) (#855-861)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000022,(_totalSupply * 10) / 10000,0)) (#862-868)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000023,(_totalSupply * 10) / 10000,0)) (#869-875)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000024,(_totalSupply * 10) / 10000,0)) (#876-882)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000025,(_totalSupply * 10) / 10000,0)) (#883-889)
HoneyX._init1() (#597-903) uses literals with too many digits:
- devAddressesx.push(DevAndAmount(0x0000000000000000000000000000000000000026,(_totalSupply * 10) / 10000,0)) (#890-896)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

HoneyX._holders (#533) is never used in HoneyX (#526-1443)
HoneyX._holdersPosition (#534) is never used in HoneyX (#526-1443)
HoneyX._maxDev (#566) is never used in HoneyX (#526-1443)
HoneyX._isTaxing (#570) is never used in HoneyX (#526-1443)
Remove unused state variables.

Additional information: link

HoneyX._isTaxing (#570) should be constant
HoneyX._lastHoldersPosition (#535) should be constant
HoneyX._maxDev (#566) should be constant
HoneyX._name (#578) should be constant
HoneyX._symbol (#579) should be constant
HoneyX.claimableTimestamp (#564) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#187-189)
withdrawLiquidityTax(uint256) should be declared external:
- HoneyXLiquidity.withdrawLiquidityTax(uint256) (#521-523)
_init_dev() should be declared external:
- HoneyX._init_dev() (#905-928)
name() should be declared external:
- HoneyX.name() (#933-935)
symbol() should be declared external:
- HoneyX.symbol() (#941-943)
totalSupply() should be declared external:
- HoneyX.totalSupply() (#965-967)
balanceOf(address) should be declared external:
- HoneyX.balanceOf(address) (#972-980)
transfer(address,uint256) should be declared external:
- HoneyX.transfer(address,uint256) (#990-998)
allowance(address,address) should be declared external:
- HoneyX.allowance(address,address) (#1003-1011)
approve(address,uint256) should be declared external:
- HoneyX.approve(address,uint256) (#1020-1028)
transferFrom(address,address,uint256) should be declared external:
- HoneyX.transferFrom(address,address,uint256) (#1043-1060)
increaseAllowance(address,uint256) should be declared external:
- HoneyX.increaseAllowance(address,uint256) (#1074-1085)
decreaseAllowance(address,uint256) should be declared external:
- HoneyX.decreaseAllowance(address,uint256) (#1101-1116)
setLiquidityFee(uint256) should be declared external:
- HoneyX.setLiquidityFee(uint256) (#1306-1309)
getTotalHolders() should be declared external:
- HoneyX.getTotalHolders() (#1311-1313)
setMaxTransferAmount(uint256) should be declared external:
- HoneyX.setMaxTransferAmount(uint256) (#1315-1318)
maxTransferAmount() should be declared external:
- HoneyX.maxTransferAmount() (#1324-1326)
claimTokenForDev() should be declared external:
- HoneyX.claimTokenForDev() (#1328-1354)
getClaimableTokenAmount(address) should be declared external:
- HoneyX.getClaimableTokenAmount(address) (#1356-1364)
replaceDev(address,address) should be declared external:
- HoneyX.replaceDev(address,address) (#1366-1382)
airdrop(address[],uint256[]) should be declared external:
- HoneyX.airdrop(address[],uint256[]) (#1384-1397)
liquidityFee() should be declared external:
- HoneyX.liquidityFee() (#1399-1401)
airdropTotal() should be declared external:
- HoneyX.airdropTotal() (#1403-1405)
getDevPosition(address) should be declared external:
- HoneyX.getDevPosition(address) (#1407-1409)
withdrawAnyToken(IERC20,uint256) should be declared external:
- HoneyX.withdrawAnyToken(IERC20,uint256) (#1411-1420)
withdrawEth(uint256) should be declared external:
- HoneyX.withdrawEth(uint256) (#1422-1425)
liquidityTaxAddress() should be declared external:
- HoneyX.liquidityTaxAddress() (#1427-1429)
disableTaxForAddress(address) should be declared external:
- HoneyX.disableTaxForAddress(address) (#1431-1433)
enableTaxForAddress(address) should be declared external:
- HoneyX.enableTaxForAddress(address) (#1435-1437)
devAddresses() should be declared external:
- HoneyX.devAddresses() (#1439-1441)
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.


Token is deployed only at one blockchain


Token has only one trading pair

Contract has 2% buy tax and 2% sell tax.
Taxes are low and contract ownership is renounced.


Telegram account link seems to be invalid


Twitter account link seems to be invalid


Unable to find Youtube account


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


Token has a considerable age, but we're still unable to find its website


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Token has a considerable age, but social accounts / website are missing or have few users


Token has a considerable age, but average PancakeSwap 30d trading volume is low


Young tokens have high risks of price dump / death

Price for HONEYX