Lime Algorithm Token Token Logo

X2 LIME [Lime Algorithm] Token

About X2 LIME

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 30 November 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...)

Reentrancy in BEP20._transfer(address,address,uint256) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#923-961):
External calls:
- _swapAndLiquify(sender) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#949)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,account,block.timestamp) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#1071-1078)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,swapAddress,block.timestamp) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#1054-1060)
External calls sending eth:
- _swapAndLiquify(sender) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#949)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,account,block.timestamp) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#1071-1078)
State variables written after the call(s):
- _balances[recipient] += amount - liquidityFee - transactionBurn (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#953)
- takeLiquidity(sender,liquidityFee) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#954)
- _balances[address(this)] += liquidityFee (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#981)
Apply the check-effects-interactions pattern.

Additional information: link

TOKEN_X_LIME._cap (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#1210) shadows:
- BEP20Capped._cap (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#1181)
Remove the state variable shadowing.

Additional information: link

BEP20.withdrawToken(address,uint256) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#761-766) ignores return value by tokenContract.transfer(msg.sender,_amount) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#764)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

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 (X2 LIME) 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.

Variable IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#302) is too similar to IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#303)
Prevent variables from having similar names.

Additional information: link

BEP20.addLiquidity(uint256,uint256,address) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#1066-1079) ignores return value by pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,account,block.timestamp) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#1071-1078)
Ensure that all the return values of the function calls are used.

Additional information: link

BEP20._approve(address,address,uint256).owner (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#1140) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#167-169) (function)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in BEP20.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#633-647):
External calls:
- _transfer(sender,recipient,amount) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#638)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,account,block.timestamp) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#1071-1078)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,swapAddress,block.timestamp) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#1054-1060)
External calls sending eth:
- _transfer(sender,recipient,amount) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#638)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,account,block.timestamp) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#1071-1078)
State variables written after the call(s):
- _approve(sender,_msgSender(),currentAllowance - amount) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#643)
- _allowances[owner][spender] = amount (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#1147)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in BEP20.withdrawToken(address,uint256) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#761-766):
External calls:
- tokenContract.transfer(msg.sender,_amount) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#764)
Event emitted after the call(s):
- ExternalTokenTransferred(_tokenContract,msg.sender,_amount) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#765)
Apply the check-effects-interactions pattern.

Additional information: link

BEP20._transfer(address,address,uint256) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#923-961) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)((block.timestamp - _transactionTime[sender]) > coolDownTimeBound,BEP20: Transfer failed due to time bound) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#941)
Avoid relying on block.timestamp.

Additional information: link

Context._msgData() (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#134-137) is never used and should be removed
Remove unused functions.

Additional information: link

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

Constant TOKEN_X_LIME._initialSupply (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#1209) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#135)" inContext (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#129-138)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in BEP20.withdrawBnbFromContract(uint256) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#778-783):
External calls:
- _owner.transfer(amount) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#781)
Event emitted after the call(s):
- BnbFromContractTransferred(amount) (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#782)
Apply the check-effects-interactions pattern.

Additional information: link

TOKEN_X_LIME.slitherConstructorConstantVariables() (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#1208-1215) uses literals with too many digits:
- _initialSupply = 100000000 * 10 ** 18 (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#1209)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

TOKEN_X_LIME._cap (crytic-export/etherscan-contracts/0x0b9b4c4c7430db55409cb91555368efef68da7f1.bscscan.com-TOKEN_X_LIME.sol#1210) should be constant
Add the constant attributes to state variables that never change.

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 X2 LIME