Lucky Floki Token Logo

Lfloki [Lucky Floki] Token

About Lfloki

Listings

Token 3 years
white paper

🔥 LuckyFloki - New Trend Spin2Earn 2022 🔥
LuckyFloki ($LFloki) is a dog-themed meme coin, calling itself not a meme coin but “a new trend” .This is a cryptocurrency that was born by fans and members of the Shiba Inu (SHIB) community. The coin is named after Elon Musk's Shiba Inu.
✅ KYC & Audit By SolidProof
✅ Ownership will be renounced
✅ Buy/Sell Tax: 9/9
✅ Rewards for holders
✅ AUTO BURN
✅ No mint Function - No Blacklist Mechanism
✅ 300+ PARTNERS & KOLS
🤝SUPPORTED BY 2 BIG PROJECTS ARE RATSCOIN x AMAZINGDOGE ( ATH ~ 200x)

⏱ Time Presale: 11:35AM UTC 18th JUNE 2022
✍ Contract Address: 0x15681938b019D463e06715142e48538e496BCA09
✍ ILO on Unicrypt: https://app.unicrypt.network/amm/pancake-v2/ilo/0x318d50faDe2e497411Dde...b9F54e02
#LuckyFloki #Spin2Earn #newtrend2022 #LFloki #LuckyFlokix1000

Social

Laser Scorebeta Last Audit: 28 June 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

Reentrancy in LFLOKI._transfer(address,address,uint256) (#425-469):
External calls:
- swapTokensForEth(contractTokenBalance) (#442)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#479-485)
External calls sending eth:
- sendETHToFee(address(this).balance) (#445)
- _devAddress.transfer(amount.mul(60).div(100)) (#492)
- _charityWallet.transfer(amount.mul(20).div(100)) (#493)
- _marketingAddress.transfer(amount.mul(20).div(100)) (#494)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#468)
- _rOwned[address(this)] = _rOwned[address(this)].add(rTeam) (#556)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#543)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#544)
- _tokenTransfer(from,to,amount) (#468)
- _rTotal = _rTotal.sub(rFee) (#563)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)


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

LFLOKI._rTotal (#163) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _totalSupply))
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

Function IUniswapV2Router02.WETH() (#43) is not in mixedCase
Parameter LFLOKI.toggleSwap(bool)._feeSwap (#666) is not in mixedCase
Constant LFLOKI._name (#175) is not in UPPER_CASE_WITH_UNDERSCORES
Constant LFLOKI._symbol (#176) is not in UPPER_CASE_WITH_UNDERSCORES
Constant LFLOKI._decimals (#177) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

LFLOKI._charityWallet (#183-184) should be constant
LFLOKI._devAddress (#179-180) should be constant
LFLOKI._marketingAddress (#181-182) should be constant
Ownable._previousOwner (#108) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

LFLOKI.allowance(address,address).owner (#310) shadows:
- Ownable.owner() (#116-118) (function)
LFLOKI._approve(address,address,uint256).owner (#401) shadows:
- Ownable.owner() (#116-118) (function)
Rename the local variables that shadow another component.

Additional information: link

Ownable.transferOwnership(address).newOwner (#131) lacks a zero-check on :
- _owner = newOwner (#133)
Check that the address is not zero.

Additional information: link

Reentrancy in LFLOKI._transfer(address,address,uint256) (#425-469):
External calls:
- swapTokensForEth(contractTokenBalance) (#442)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#479-485)
External calls sending eth:
- sendETHToFee(address(this).balance) (#445)
- _devAddress.transfer(amount.mul(60).div(100)) (#492)
- _charityWallet.transfer(amount.mul(20).div(100)) (#493)
- _marketingAddress.transfer(amount.mul(20).div(100)) (#494)
State variables written after the call(s):
- _redisFee = _redisFeeOnBuy (#450)
- _redisFee = _redisFeeOnSell (#455)
- _redisFee = 0 (#464)
- _tokenTransfer(from,to,amount) (#468)
- _tFeeTotal = _tFeeTotal.add(tFee) (#564)
- _taxFee = _taxFeeOnBuy (#451)
- _taxFee = _taxFeeOnSell (#456)
- _taxFee = 0 (#463)
Reentrancy in LFLOKI.constructor() (#214-234):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#221-222)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#224)
- _isExcludedFromFee[address(this)] = true (#225)
- _isExcludedFromFee[_devAddress] = true (#226)
- _isExcludedFromFee[_marketingAddress] = true (#227)
- _isExcludedFromFee[_charityWallet] = true (#228)
Reentrancy in LFLOKI.transferFrom(address,address,uint256) (#354-369):
External calls:
- _transfer(sender,recipient,amount) (#359)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#479-485)
External calls sending eth:
- _transfer(sender,recipient,amount) (#359)
- _devAddress.transfer(amount.mul(60).div(100)) (#492)
- _charityWallet.transfer(amount.mul(20).div(100)) (#493)
- _marketingAddress.transfer(amount.mul(20).div(100)) (#494)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#360-367)
- _allowances[owner][spender] = amount (#407)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in LFLOKI._transfer(address,address,uint256) (#425-469):
External calls:
- swapTokensForEth(contractTokenBalance) (#442)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#479-485)
External calls sending eth:
- sendETHToFee(address(this).balance) (#445)
- _devAddress.transfer(amount.mul(60).div(100)) (#492)
- _charityWallet.transfer(amount.mul(20).div(100)) (#493)
- _marketingAddress.transfer(amount.mul(20).div(100)) (#494)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#547)
- _tokenTransfer(from,to,amount) (#468)
Reentrancy in LFLOKI.constructor() (#214-234):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#221-222)
Event emitted after the call(s):
- Transfer(address(0x0000000000000000000000000000000000000000),_msgSender(),_totalSupply) (#229-233)
Reentrancy in LFLOKI.transferFrom(address,address,uint256) (#354-369):
External calls:
- _transfer(sender,recipient,amount) (#359)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#479-485)
External calls sending eth:
- _transfer(sender,recipient,amount) (#359)
- _devAddress.transfer(amount.mul(60).div(100)) (#492)
- _charityWallet.transfer(amount.mul(20).div(100)) (#493)
- _marketingAddress.transfer(amount.mul(20).div(100)) (#494)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#408)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#360-367)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in LFLOKI._transfer(address,address,uint256) (#425-469):
External calls:
- sendETHToFee(address(this).balance) (#445)
- _devAddress.transfer(amount.mul(60).div(100)) (#492)
- _charityWallet.transfer(amount.mul(20).div(100)) (#493)
- _marketingAddress.transfer(amount.mul(20).div(100)) (#494)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#468)
- _rOwned[address(this)] = _rOwned[address(this)].add(rTeam) (#556)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#543)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#544)
- _tokenTransfer(from,to,amount) (#468)
- _rTotal = _rTotal.sub(rFee) (#563)
- _redisFee = _redisFeeOnBuy (#450)
- _redisFee = _redisFeeOnSell (#455)
- _redisFee = 0 (#464)
- _tokenTransfer(from,to,amount) (#468)
- _tFeeTotal = _tFeeTotal.add(tFee) (#564)
- _taxFee = _taxFeeOnBuy (#451)
- _taxFee = _taxFeeOnSell (#456)
- _taxFee = 0 (#463)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#547)
- _tokenTransfer(from,to,amount) (#468)
Reentrancy in LFLOKI.transferFrom(address,address,uint256) (#354-369):
External calls:
- _transfer(sender,recipient,amount) (#359)
- _devAddress.transfer(amount.mul(60).div(100)) (#492)
- _charityWallet.transfer(amount.mul(20).div(100)) (#493)
- _marketingAddress.transfer(amount.mul(20).div(100)) (#494)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#360-367)
- _allowances[owner][spender] = amount (#407)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#408)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#360-367)
Apply the check-effects-interactions pattern.

Additional information: link

Variable LFLOKI._getValues(uint256).rTransferAmount (#590) is too similar to LFLOKI._getTValues(uint256,uint256,uint256).tTransferAmount (#617)
Variable LFLOKI._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#641) is too similar to LFLOKI._getValues(uint256).tTransferAmount (#584)
Variable LFLOKI._transferStandard(address,address,uint256).rTransferAmount (#537) is too similar to LFLOKI._getValues(uint256).tTransferAmount (#584)
Variable LFLOKI._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#641) is too similar to LFLOKI._getTValues(uint256,uint256,uint256).tTransferAmount (#617)
Variable LFLOKI._transferStandard(address,address,uint256).rTransferAmount (#537) is too similar to LFLOKI._getTValues(uint256,uint256,uint256).tTransferAmount (#617)
Variable LFLOKI._transferStandard(address,address,uint256).rTransferAmount (#537) is too similar to LFLOKI._transferStandard(address,address,uint256).tTransferAmount (#539)
Variable LFLOKI._getValues(uint256).rTransferAmount (#590) is too similar to LFLOKI._getValues(uint256).tTransferAmount (#584)
Variable LFLOKI._getValues(uint256).rTransferAmount (#590) is too similar to LFLOKI._transferStandard(address,address,uint256).tTransferAmount (#539)
Variable LFLOKI._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#641) is too similar to LFLOKI._transferStandard(address,address,uint256).tTransferAmount (#539)
Prevent variables from having similar names.

Additional information: link

LFLOKI.constructor() (#214-234) uses literals with too many digits:
- Transfer(address(0x0000000000000000000000000000000000000000),_msgSender(),_totalSupply) (#229-233)
LFLOKI.slitherConstructorVariables() (#155-711) uses literals with too many digits:
- _totalSupply = 1000000000 * 10 ** 9 (#162)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Ownable._previousOwner (#108) is never used in LFLOKI (#155-711)
Remove unused state variables.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#125-128)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#131-134)
transfer(address,uint256) should be declared external:
- LFLOKI.transfer(address,uint256) (#298-305)
allowance(address,address) should be declared external:
- LFLOKI.allowance(address,address) (#310-317)
approve(address,uint256) should be declared external:
- LFLOKI.approve(address,uint256) (#329-336)
transferFrom(address,address,uint256) should be declared external:
- LFLOKI.transferFrom(address,address,uint256) (#354-369)
setFee(uint256,uint256,uint256,uint256) should be declared external:
- LFLOKI.setFee(uint256,uint256,uint256,uint256) (#500-514)
toggleSwap(bool) should be declared external:
- LFLOKI.toggleSwap(bool) (#666-668)
excludeFromFees(address[],bool) should be declared external:
- LFLOKI.excludeFromFees(address[],bool) (#673-680)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:

Contract has 9% buy tax and 8% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Average 30d PancakeSwap liquidity is low.


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


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 on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to find KYC or doxxing proof


Unable to find audit link on the website


Unable to find whitepaper link on the website


Token is not listed at Mobula.Finance

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 scam / price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for Lfloki

News for Lfloki