Lil Floki Token Logo

lilfloki [Lil Floki] Token

About lilfloki

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
white paper

Lil Floki is the latest token to envelope the BSC space which combines Elon Musk’s influential Shiba Inu Puppy called Floki while also rewarding Lil Floki holders with $BNB Reward pay-outs.

This strategic decision to call the project Lil Floki was made as Elon Musk, being the trendsetter that he is, every time he would tweet about this dog it would create more hype around the Lil Floki token for our investors.

With the combination of harvesting on the meme-type crypto world of Elon Musk and a project with a good cause (contributing towards New Zealand Dog Shelters), we believe that Elon’s influence in the Crypto space will continue to provide free advertising whenever he mentions his new puppy, Floki.

Social

Laser Scorebeta Last Audit: 14 October 2022

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

LilFloki.sendBNBToMarketing(uint256) (LilFloki.sol#470-475) sends eth to arbitrary user
Dangerous calls:
- _marketingWallet.transfer(bnbToSend) (LilFloki.sol#474)
LilFloki.addLiquidity(uint256,uint256) (LilFloki.sol#453-468) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (LilFloki.sol#459-466)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (DividendPayingToken.sol#89-105):
External calls:
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (DividendPayingToken.sol#94)
State variables written after the call(s):
- withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend) (DividendPayingToken.sol#97)
Reentrancy in LilFloki._transfer(address,address,uint256) (LilFloki.sol#312-407):
External calls:
- swapAndLiquify(swapTokens) (LilFloki.sol#360)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (LilFloki.sol#459-466)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (LilFloki.sol#443-449)
- sendBNBToMarketing(marketingTokens) (LilFloki.sol#363)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (LilFloki.sol#443-449)
- swapAndSendDividends(sellTokens) (LilFloki.sol#366)
- (success) = address(dividendTracker).call{value: dividends}() (LilFloki.sol#480)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (LilFloki.sol#443-449)
External calls sending eth:
- swapAndLiquify(swapTokens) (LilFloki.sol#360)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (LilFloki.sol#459-466)
- sendBNBToMarketing(marketingTokens) (LilFloki.sol#363)
- _marketingWallet.transfer(bnbToSend) (LilFloki.sol#474)
- swapAndSendDividends(sellTokens) (LilFloki.sol#366)
- (success) = address(dividendTracker).call{value: dividends}() (LilFloki.sol#480)
State variables written after the call(s):
- super._transfer(from,address(this),fees) (LilFloki.sol#389)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (ERC20.sol#221)
- _balances[recipient] = _balances[recipient].add(amount) (ERC20.sol#222)
- super._transfer(from,to,amount) (LilFloki.sol#392)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (ERC20.sol#221)
- _balances[recipient] = _balances[recipient].add(amount) (ERC20.sol#222)
- swapping = false (LilFloki.sol#368)
Apply the check-effects-interactions pattern.

Additional information: link


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


Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


Contract ownership is not renounced (belongs to a wallet)

LilFloki.setMarketingWallet(address).wallet (LilFloki.sol#160) lacks a zero-check on :
- _marketingWallet = wallet (LilFloki.sol#161)
Check that the address is not zero.

Additional information: link

Reentrancy in LilFloki.updateDividendTracker(address) (LilFloki.sol#137-152):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (LilFloki.sol#144)
- newDividendTracker.excludeFromDividends(address(this)) (LilFloki.sol#145)
- newDividendTracker.excludeFromDividends(owner()) (LilFloki.sol#146)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (LilFloki.sol#147)
State variables written after the call(s):
- dividendTracker = newDividendTracker (LilFloki.sol#151)
Apply the check-effects-interactions pattern.

Additional information: link

LilFloki._transfer(address,address,uint256).claims (LilFloki.sol#400) is a local variable never initialized
LilFloki._transfer(address,address,uint256).iterations (LilFloki.sol#400) is a local variable never initialized
LilFloki.addToBlackList(address[]).i (LilFloki.sol#181) is a local variable never initialized
LilFloki._transfer(address,address,uint256).lastProcessedIndex (LilFloki.sol#400) is a local variable never initialized
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.

Additional information: link

LilFloki._transfer(address,address,uint256) (LilFloki.sol#312-407) ignores return value by dividendTracker.process(gas) (LilFloki.sol#400-405)
LilFloki.claim() (LilFloki.sol#292-294) ignores return value by dividendTracker.processAccount(msg.sender,false) (LilFloki.sol#293)
LilFloki.addLiquidity(uint256,uint256) (LilFloki.sol#453-468) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (LilFloki.sol#459-466)
Ensure that all the return values of the function calls are used.

Additional information: link

DividendPayingToken.constructor(string,string)._name (DividendPayingToken.sol#46) shadows:
- ERC20._name (ERC20.sol#43) (state variable)
DividendPayingToken.constructor(string,string)._symbol (DividendPayingToken.sol#46) shadows:
- ERC20._symbol (ERC20.sol#44) (state variable)
Rename the local variables that shadow another component.

Additional information: link

LilFloki.setFee(uint256,uint256,uint256) (LilFloki.sol#164-170) should emit an event for:
- liquidityFee = _liquidityFee (LilFloki.sol#166)
- marketingFee = _marketingFee (LilFloki.sol#167)
- totalFees = BNBRewardsFee.add(liquidityFee).add(marketingFee) (LilFloki.sol#169)
LilFloki.setMaxSellTransaction(uint256) (LilFloki.sol#176-178) should emit an event for:
- maxSellTransactionAmount = _maxTxn * (10 ** 18) (LilFloki.sol#177)
LilFloki.setMaxWalletTokend(uint256) (LilFloki.sol#172-174) should emit an event for:
- _maxWalletToken = _maxToken * (10 ** 18) (LilFloki.sol#173)
Emit an event for critical parameter changes.

Additional information: link

Variable 'LilFloki._transfer(address,address,uint256).iterations (LilFloki.sol#400)' in LilFloki._transfer(address,address,uint256) (LilFloki.sol#312-407) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (LilFloki.sol#401)
Variable 'LilFloki._transfer(address,address,uint256).lastProcessedIndex (LilFloki.sol#400)' in LilFloki._transfer(address,address,uint256) (LilFloki.sol#312-407) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (LilFloki.sol#401)
Variable 'LilFloki._transfer(address,address,uint256).claims (LilFloki.sol#400)' in LilFloki._transfer(address,address,uint256) (LilFloki.sol#312-407) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (LilFloki.sol#401)
Move all variable declarations prior to any usage of the variable, and ensure that reaching a variable declaration does not depend on some conditional if it is used unconditionally.

Additional information: link

Reentrancy in LilFlokiDividendTracker.processAccount(address,bool) (LilFloki.sol#684-694):
External calls:
- amount = _withdrawDividendOfUser(account) (LilFloki.sol#685)
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (DividendPayingToken.sol#94)
State variables written after the call(s):
- lastClaimTimes[account] = block.timestamp (LilFloki.sol#688)
Reentrancy in LilFloki._transfer(address,address,uint256) (LilFloki.sol#312-407):
External calls:
- swapAndLiquify(swapTokens) (LilFloki.sol#360)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (LilFloki.sol#459-466)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (LilFloki.sol#443-449)
- sendBNBToMarketing(marketingTokens) (LilFloki.sol#363)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (LilFloki.sol#443-449)
- swapAndSendDividends(sellTokens) (LilFloki.sol#366)
- (success) = address(dividendTracker).call{value: dividends}() (LilFloki.sol#480)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (LilFloki.sol#443-449)
External calls sending eth:
- swapAndLiquify(swapTokens) (LilFloki.sol#360)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (LilFloki.sol#459-466)
- sendBNBToMarketing(marketingTokens) (LilFloki.sol#363)
- _marketingWallet.transfer(bnbToSend) (LilFloki.sol#474)
- swapAndSendDividends(sellTokens) (LilFloki.sol#366)
- (success) = address(dividendTracker).call{value: dividends}() (LilFloki.sol#480)
State variables written after the call(s):
- swapAndSendDividends(sellTokens) (LilFloki.sol#366)
- _allowances[owner][spender] = amount (ERC20.sol#287)
Reentrancy in LilFloki._transfer(address,address,uint256) (LilFloki.sol#312-407):
External calls:
- swapAndLiquify(swapTokens) (LilFloki.sol#360)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (LilFloki.sol#459-466)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (LilFloki.sol#443-449)
- sendBNBToMarketing(marketingTokens) (LilFloki.sol#363)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (LilFloki.sol#443-449)
External calls sending eth:
- swapAndLiquify(swapTokens) (LilFloki.sol#360)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (LilFloki.sol#459-466)
- sendBNBToMarketing(marketingTokens) (LilFloki.sol#363)
- _marketingWallet.transfer(bnbToSend) (LilFloki.sol#474)
State variables written after the call(s):
- sendBNBToMarketing(marketingTokens) (LilFloki.sol#363)
- _allowances[owner][spender] = amount (ERC20.sol#287)
Reentrancy in LilFloki.swapAndLiquify(uint256) (LilFloki.sol#409-430):
External calls:
- swapTokensForEth(half) (LilFloki.sol#421)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (LilFloki.sol#443-449)
- addLiquidity(otherHalf,newBalance) (LilFloki.sol#427)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (LilFloki.sol#459-466)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (LilFloki.sol#427)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (LilFloki.sol#459-466)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (LilFloki.sol#427)
- _allowances[owner][spender] = amount (ERC20.sol#287)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in LilFloki._setAutomatedMarketMakerPair(address,bool) (LilFloki.sol#211-220):
External calls:
- dividendTracker.excludeFromDividends(pair) (LilFloki.sol#216)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (LilFloki.sol#219)
Reentrancy in LilFlokiDividendTracker.processAccount(address,bool) (LilFloki.sol#684-694):
External calls:
- amount = _withdrawDividendOfUser(account) (LilFloki.sol#685)
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (DividendPayingToken.sol#94)
Event emitted after the call(s):
- Claim(account,amount,automatic) (LilFloki.sol#689)
Reentrancy in LilFloki._transfer(address,address,uint256) (LilFloki.sol#312-407):
External calls:
- swapAndLiquify(swapTokens) (LilFloki.sol#360)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (LilFloki.sol#459-466)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (LilFloki.sol#443-449)
- sendBNBToMarketing(marketingTokens) (LilFloki.sol#363)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (LilFloki.sol#443-449)
External calls sending eth:
- swapAndLiquify(swapTokens) (LilFloki.sol#360)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (LilFloki.sol#459-466)
- sendBNBToMarketing(marketingTokens) (LilFloki.sol#363)
- _marketingWallet.transfer(bnbToSend) (LilFloki.sol#474)
Event emitted after the call(s):
- Approval(owner,spender,amount) (ERC20.sol#288)
- sendBNBToMarketing(marketingTokens) (LilFloki.sol#363)
Reentrancy in LilFloki._transfer(address,address,uint256) (LilFloki.sol#312-407):
External calls:
- swapAndLiquify(swapTokens) (LilFloki.sol#360)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (LilFloki.sol#459-466)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (LilFloki.sol#443-449)
- sendBNBToMarketing(marketingTokens) (LilFloki.sol#363)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (LilFloki.sol#443-449)
- swapAndSendDividends(sellTokens) (LilFloki.sol#366)
- (success) = address(dividendTracker).call{value: dividends}() (LilFloki.sol#480)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (LilFloki.sol#443-449)
External calls sending eth:
- swapAndLiquify(swapTokens) (LilFloki.sol#360)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (LilFloki.sol#459-466)
- sendBNBToMarketing(marketingTokens) (LilFloki.sol#363)
- _marketingWallet.transfer(bnbToSend) (LilFloki.sol#474)
- swapAndSendDividends(sellTokens) (LilFloki.sol#366)
- (success) = address(dividendTracker).call{value: dividends}() (LilFloki.sol#480)
Event emitted after the call(s):
- Approval(owner,spender,amount) (ERC20.sol#288)
- swapAndSendDividends(sellTokens) (LilFloki.sol#366)
- SendDividends(tokens,dividends) (LilFloki.sol#483)
- swapAndSendDividends(sellTokens) (LilFloki.sol#366)
- Transfer(sender,recipient,amount) (ERC20.sol#223)
- super._transfer(from,to,amount) (LilFloki.sol#392)
- Transfer(sender,recipient,amount) (ERC20.sol#223)
- super._transfer(from,address(this),fees) (LilFloki.sol#389)
Reentrancy in LilFloki.processDividendTracker(uint256) (LilFloki.sol#287-290):
External calls:
- (iterations,claims,lastProcessedIndex) = dividendTracker.process(gas) (LilFloki.sol#288)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,false,gas,tx.origin) (LilFloki.sol#289)
Reentrancy in LilFloki.swapAndLiquify(uint256) (LilFloki.sol#409-430):
External calls:
- swapTokensForEth(half) (LilFloki.sol#421)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (LilFloki.sol#443-449)
- addLiquidity(otherHalf,newBalance) (LilFloki.sol#427)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (LilFloki.sol#459-466)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (LilFloki.sol#427)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (LilFloki.sol#459-466)
Event emitted after the call(s):
- Approval(owner,spender,amount) (ERC20.sol#288)
- addLiquidity(otherHalf,newBalance) (LilFloki.sol#427)
- SwapAndLiquify(half,newBalance,otherHalf) (LilFloki.sol#429)
Reentrancy in LilFloki._transfer(address,address,uint256) (LilFloki.sol#312-407):
External calls:
- swapAndLiquify(swapTokens) (LilFloki.sol#360)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (LilFloki.sol#459-466)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (LilFloki.sol#443-449)
- sendBNBToMarketing(marketingTokens) (LilFloki.sol#363)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (LilFloki.sol#443-449)
- swapAndSendDividends(sellTokens) (LilFloki.sol#366)
- (success) = address(dividendTracker).call{value: dividends}() (LilFloki.sol#480)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (LilFloki.sol#443-449)
- dividendTracker.setBalance(address(from),balanceOf(from)) (LilFloki.sol#394)
- dividendTracker.setBalance(address(to),balanceOf(to)) (LilFloki.sol#395)
- dividendTracker.process(gas) (LilFloki.sol#400-405)
External calls sending eth:
- swapAndLiquify(swapTokens) (LilFloki.sol#360)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (LilFloki.sol#459-466)
- sendBNBToMarketing(marketingTokens) (LilFloki.sol#363)
- _marketingWallet.transfer(bnbToSend) (LilFloki.sol#474)
- swapAndSendDividends(sellTokens) (LilFloki.sol#366)
- (success) = address(dividendTracker).call{value: dividends}() (LilFloki.sol#480)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (LilFloki.sol#401)
Reentrancy in LilFloki.swapAndSendDividends(uint256) (LilFloki.sol#477-485):
External calls:
- swapTokensForEth(tokens) (LilFloki.sol#478)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (LilFloki.sol#443-449)
- (success) = address(dividendTracker).call{value: dividends}() (LilFloki.sol#480)
External calls sending eth:
- (success) = address(dividendTracker).call{value: dividends}() (LilFloki.sol#480)
Event emitted after the call(s):
- SendDividends(tokens,dividends) (LilFloki.sol#483)
Reentrancy in LilFloki.updateDividendTracker(address) (LilFloki.sol#137-152):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (LilFloki.sol#144)
- newDividendTracker.excludeFromDividends(address(this)) (LilFloki.sol#145)
- newDividendTracker.excludeFromDividends(owner()) (LilFloki.sol#146)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (LilFloki.sol#147)
Event emitted after the call(s):
- UpdateDividendTracker(newAddress,address(dividendTracker)) (LilFloki.sol#149)
Apply the check-effects-interactions pattern.

Additional information: link

LilFlokiDividendTracker.getAccount(address) (LilFloki.sol#548-591) uses timestamp for comparisons
Dangerous comparisons:
- nextClaimTime > block.timestamp (LilFloki.sol#588-590)
LilFlokiDividendTracker.canAutoClaim(uint256) (LilFloki.sol#612-618) uses timestamp for comparisons
Dangerous comparisons:
- lastClaimTime > block.timestamp (LilFloki.sol#613)
- block.timestamp.sub(lastClaimTime) >= claimWait (LilFloki.sol#617)
Avoid relying on block.timestamp.

Additional information: link

SafeMathInt.div(int256,int256) (SafeMathInt.sol#53-59) is never used and should be removed
SafeMathInt.abs(int256) (SafeMathInt.sol#82-85) is never used and should be removed
SafeMathInt.mul(int256,int256) (SafeMathInt.sol#41-48) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (SafeMath.sol#142-145) is never used and should be removed
Context._msgData() (Context.sol#20-23) is never used and should be removed
SafeMath.mod(uint256,uint256) (SafeMath.sol#126-128) is never used and should be removed
DividendPayingToken._transfer(address,address,uint256) (DividendPayingToken.sol#145-151) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.6.2 (IUniswapV2Factory.sol#3) allows old versions
Pragma version^0.6.2 (DividendPayingToken.sol#3) allows old versions
Pragma version^0.6.2 (IERC20Metadata.sol#3) allows old versions
Pragma version^0.6.2 (IUniswapV2Pair.sol#3) allows old versions
Pragma version^0.6.2 (SafeMathUint.sol#3) allows old versions
Pragma version^0.6.2 (SafeMathInt.sol#28) allows old versions
Pragma version^0.6.2 (IERC20.sol#3) allows old versions
Pragma version^0.6.2 (ERC20.sol#3) allows old versions
Pragma version^0.6.2 (Context.sol#3) allows old versions
Pragma version^0.6.2 (SafeMath.sol#3) allows old versions
Pragma version^0.6.2 (IUniswapV2Router.sol#3) allows old versions
Pragma version^0.6.2 (LilFloki.sol#3) allows old versions
Pragma version^0.6.2 (DividendPayingTokenInterface.sol#3) allows old versions
Pragma version^0.6.2 (IterableMapping.sol#2) allows old versions
Pragma version^0.6.2 (DividendPayingTokenOptionalInterface.sol#3) allows old versions
Pragma version^0.6.2 (Ownable.sol#1) allows old versions
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 LilFloki.swapAndSendDividends(uint256) (LilFloki.sol#477-485):
- (success) = address(dividendTracker).call{value: dividends}() (LilFloki.sol#480)
Low level call in DividendPayingToken._withdrawDividendOfUser(address) (DividendPayingToken.sol#89-105):
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (DividendPayingToken.sol#94)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter LilFloki.setMaxSellTransaction(uint256)._maxTxn (LilFloki.sol#176) is not in mixedCase
Parameter LilFloki.setMaxWalletTokend(uint256)._maxToken (LilFloki.sol#172) is not in mixedCase
Variable LilFloki.BNBRewardsFee (LilFloki.sol#33) is not in mixedCase
Parameter LilFlokiDividendTracker.getAccount(address)._account (LilFloki.sol#548) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (IUniswapV2Pair.sol#21) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (IUniswapV2Pair.sol#38) is not in mixedCase
Constant DividendPayingToken.magnitude (DividendPayingToken.sol#26) is not in UPPER_CASE_WITH_UNDERSCORES
Variable LilFloki._isBlacklisted (LilFloki.sol#19) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (IUniswapV2Pair.sol#20) is not in mixedCase
Variable LilFloki._marketingWallet (LilFloki.sol#39) is not in mixedCase
Function LilFloki.EnableTrading() (LilFloki.sol#308-310) is not in mixedCase
Parameter LilFloki.setFee(uint256,uint256,uint256)._liquidityFee (LilFloki.sol#164) is not in mixedCase
Parameter LilFloki.setFee(uint256,uint256,uint256)._BNBRewardsFee (LilFloki.sol#164) is not in mixedCase
Parameter DividendPayingToken.dividendOf(address)._owner (DividendPayingToken.sol#111) is not in mixedCase
Parameter DividendPayingToken.withdrawnDividendOf(address)._owner (DividendPayingToken.sol#125) is not in mixedCase
Parameter DividendPayingToken.withdrawableDividendOf(address)._owner (DividendPayingToken.sol#118) is not in mixedCase
Parameter LilFloki.setFee(uint256,uint256,uint256)._marketingFee (LilFloki.sol#164) is not in mixedCase
Function IUniswapV2Router01.WETH() (IUniswapV2Router.sol#7) is not in mixedCase
Parameter DividendPayingToken.accumulativeDividendOf(address)._owner (DividendPayingToken.sol#135) is not in mixedCase
Variable LilFloki._maxWalletToken (LilFloki.sol#31) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (Context.sol#21)" inContext (Context.sol#15-25)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in LilFloki._transfer(address,address,uint256) (LilFloki.sol#312-407):
External calls:
- sendBNBToMarketing(marketingTokens) (LilFloki.sol#363)
- _marketingWallet.transfer(bnbToSend) (LilFloki.sol#474)
External calls sending eth:
- swapAndLiquify(swapTokens) (LilFloki.sol#360)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (LilFloki.sol#459-466)
- sendBNBToMarketing(marketingTokens) (LilFloki.sol#363)
- _marketingWallet.transfer(bnbToSend) (LilFloki.sol#474)
- swapAndSendDividends(sellTokens) (LilFloki.sol#366)
- (success) = address(dividendTracker).call{value: dividends}() (LilFloki.sol#480)
State variables written after the call(s):
- swapAndSendDividends(sellTokens) (LilFloki.sol#366)
- _allowances[owner][spender] = amount (ERC20.sol#287)
- super._transfer(from,address(this),fees) (LilFloki.sol#389)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (ERC20.sol#221)
- _balances[recipient] = _balances[recipient].add(amount) (ERC20.sol#222)
- super._transfer(from,to,amount) (LilFloki.sol#392)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (ERC20.sol#221)
- _balances[recipient] = _balances[recipient].add(amount) (ERC20.sol#222)
- swapping = false (LilFloki.sol#368)
Event emitted after the call(s):
- Approval(owner,spender,amount) (ERC20.sol#288)
- swapAndSendDividends(sellTokens) (LilFloki.sol#366)
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (LilFloki.sol#401)
- SendDividends(tokens,dividends) (LilFloki.sol#483)
- swapAndSendDividends(sellTokens) (LilFloki.sol#366)
- Transfer(sender,recipient,amount) (ERC20.sol#223)
- super._transfer(from,to,amount) (LilFloki.sol#392)
- Transfer(sender,recipient,amount) (ERC20.sol#223)
- super._transfer(from,address(this),fees) (LilFloki.sol#389)
Apply the check-effects-interactions pattern.

Additional information: link

Variable DividendPayingToken._withdrawDividendOfUser(address)._withdrawableDividend (DividendPayingToken.sol#90) is too similar to LilFlokiDividendTracker.getAccount(address).withdrawableDividends (LilFloki.sol#553)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (IUniswapV2Router.sol#12) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (IUniswapV2Router.sol#13)
Prevent variables from having similar names.

Additional information: link

LilFlokiDividendTracker.getAccountAtIndex(uint256) (LilFloki.sol#593-610) uses literals with too many digits:
- (0x0000000000000000000000000000000000000000,- 1,- 1,0,0,0,0,0) (LilFloki.sol#604)
LilFloki.constructor() (LilFloki.sol#87-131) uses literals with too many digits:
- _mint(owner(),1000000000000000 * (10 ** 18)) (LilFloki.sol#130)
LilFloki.slitherConstructorVariables() (LilFloki.sol#13-486) uses literals with too many digits:
- _maxWalletToken = 1000000000000000 * (10 ** 18) (LilFloki.sol#31)
LilFloki.slitherConstructorVariables() (LilFloki.sol#13-486) uses literals with too many digits:
- swapTokensAtAmount = 200000000 * (10 ** 18) (LilFloki.sol#30)
LilFloki.slitherConstructorVariables() (LilFloki.sol#13-486) uses literals with too many digits:
- maxSellTransactionAmount = 1000000000000000 * (10 ** 18) (LilFloki.sol#29)
LilFloki.slitherConstructorVariables() (LilFloki.sol#13-486) uses literals with too many digits:
- gasForProcessing = 500000 (LilFloki.sol#42)
LilFloki.updateGasForProcessing(uint256) (LilFloki.sol#230-235) uses literals with too many digits:
- require(bool,string)(newValue >= 200000 && newValue <= 500000,LilFloki: gasForProcessing must be between 200,000 and 500,000) (LilFloki.sol#231)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SafeMathInt.MAX_INT256 (SafeMathInt.sol#36) is never used in SafeMathInt (SafeMathInt.sol#34-93)
Remove unused state variables.

Additional information: link

LilFloki.swapTokensAtAmount (LilFloki.sol#30) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

get(IterableMapping.Map,address) should be declared external:
- IterableMapping.get(IterableMapping.Map,address) (IterableMapping.sol#13-15)
isExcludedFromFees(address) should be declared external:
- LilFloki.isExcludedFromFees(address) (LilFloki.sol#249-251)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (ERC20.sol#151-159)
getKeyAtIndex(IterableMapping.Map,uint256) should be declared external:
- IterableMapping.getKeyAtIndex(IterableMapping.Map,uint256) (IterableMapping.sol#24-26)
updateGasForProcessing(uint256) should be declared external:
- LilFloki.updateGasForProcessing(uint256) (LilFloki.sol#230-235)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (Ownable.sol#43-46)
decimals() should be declared external:
- ERC20.decimals() (ERC20.sol#88-90)
dividendOf(address) should be declared external:
- DividendPayingToken.dividendOf(address) (DividendPayingToken.sol#111-113)
setAutomatedMarketMakerPair(address,bool) should be declared external:
- LilFloki.setAutomatedMarketMakerPair(address,bool) (LilFloki.sol#205-209)
getIndexOfKey(IterableMapping.Map,address) should be declared external:
- IterableMapping.getIndexOfKey(IterableMapping.Map,address) (IterableMapping.sol#17-22)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (ERC20.sol#192-195)
symbol() should be declared external:
- ERC20.symbol() (ERC20.sol#71-73)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (ERC20.sol#114-117)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (ERC20.sol#173-176)
excludeMultipleAccountsFromFees(address[],bool) should be declared external:
- LilFloki.excludeMultipleAccountsFromFees(address[],bool) (LilFloki.sol#197-203)
withdrawableDividendOf(address) should be declared external:
- LilFloki.withdrawableDividendOf(address) (LilFloki.sol#253-255)
setFee(uint256,uint256,uint256) should be declared external:
- LilFloki.setFee(uint256,uint256,uint256) (LilFloki.sol#164-170)
dividendTokenBalanceOf(address) should be declared external:
- LilFloki.dividendTokenBalanceOf(address) (LilFloki.sol#257-259)
withdrawDividend() should be declared external:
- DividendPayingToken.withdrawDividend() (DividendPayingToken.sol#83-85)
- LilFlokiDividendTracker.withdrawDividend() (LilFloki.sol#517-519)
size(IterableMapping.Map) should be declared external:
- IterableMapping.size(IterableMapping.Map) (IterableMapping.sol#30-32)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (Ownable.sol#52-56)
getMarketingFeePercent() should be declared external:
- LilFloki.getMarketingFeePercent() (LilFloki.sol#296-298)
name() should be declared external:
- ERC20.name() (ERC20.sol#63-65)
setMarketingWallet(address) should be declared external:
- LilFloki.setMarketingWallet(address) (LilFloki.sol#160-162)
getAccountAtIndex(uint256) should be declared external:
- LilFlokiDividendTracker.getAccountAtIndex(uint256) (LilFloki.sol#593-610)
updateUniswapV2Router(address) should be declared external:
- LilFloki.updateUniswapV2Router(address) (LilFloki.sol#154-158)
updateDividendTracker(address) should be declared external:
- LilFloki.updateDividendTracker(address) (LilFloki.sol#137-152)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (ERC20.sol#133-136)
updateLiquidityWallet(address) should be declared external:
- LilFloki.updateLiquidityWallet(address) (LilFloki.sol#223-228)
process(uint256) should be declared external:
- LilFlokiDividendTracker.process(uint256) (LilFloki.sol#637-682)
withdrawnDividendOf(address) should be declared external:
- DividendPayingToken.withdrawnDividendOf(address) (DividendPayingToken.sol#125-127)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (ERC20.sol#122-124)
Use the external attribute for functions never called from the contract.

Additional information: link

DividendPayingToken._withdrawDividendOfUser(address) (DividendPayingToken.sol#89-105) has external calls inside a loop: (success) = user.call{gas: 3000,value: _withdrawableDividend}() (DividendPayingToken.sol#94)
Favor pull over push strategy for external calls.

Additional information: link

Holders:

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


Swap operations require suspiciously high gas. Contract logic is complex and may disguise some form of scam.


Unable to find Discord account


Unable to find code repository for the project


Token has relatively low CoinGecko rank

Price for lilfloki

News for lilfloki