FlokiPad Token Logo

FLOKIPAD Token

ALERT: honeypot scam

About FLOKIPAD

Listings

Token 2 years
CoinMarketCap 2 years
white paper

Since its inception FlokiPad has been on a mission to make Defi more secure, accessible and rewarding. We’ve accomplished this by applying the concept of a circular ecosystem that aligns incentives for holders, novice investors, experienced traders, and developers.

Backed by years of blockchain experience and data driven research, our team is committed to bringing innovation to the forefront of our cutting edge technologies.

At FlokiPad we're creating a unique and collaborative dynamic launchpad dApp and utility package, available on Android and iOS. This was ultimately designed to facilitate ease, security and success for both ICO launches as well as for investors who will also benefit from optimal flexibility with our instant cross chain transactions and liquidity pools. Users will enjoy a streamlined user interface where they can convert their tokens in one simple click.

Social

Laser Scorebeta Last Audit: 29 January 2022

report
Token seems to be a scam (type: honeypot scam).


Contract creator or owner is blacklisted for past scams

Reentrancy in FlokiPad._transfer(address,address,uint256) (#979-1028):
External calls:
- swapAndLiquify(contractTokenBalance) (#1023)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1062-1068)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1023)
- recipient.transfer(amount) (#1050)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1027)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#929)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1125)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1134)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1145)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1126)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#870)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1136)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1146)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#872)
- _tokenTransfer(from,to,amount) (#1027)
- _rTotal = _rTotal.sub(rFee) (#884)
- _tokenTransfer(from,to,amount) (#1027)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#931)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#869)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1144)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1135)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#871)
- _tokenTransfer(from,to,amount) (#1027)
- airdropTax = previousAirdropTax (#961)
- airdropTax = 0 (#954)
- _tokenTransfer(from,to,amount) (#1027)
- burnTax = previousBurnTax (#962)
- burnTax = 0 (#955)
- _tokenTransfer(from,to,amount) (#1027)
- marketingTax = previousMarketingTax (#963)
- marketingTax = 0 (#956)
- marketingTax = 0 (#1109)
- marketingTax = previousMarketingTax (#1116)
- _tokenTransfer(from,to,amount) (#1027)
- reflectionTax = previousReflectionTax (#964)
- reflectionTax = 0 (#957)
- reflectionTax = 0 (#1108)
- reflectionTax = previousReflectionTax (#1115)
Apply the check-effects-interactions pattern.

Additional information: link

FlokiPad.rescueToken(address,address) (#1211-1213) ignores return value by IERC20(token).transfer(to,IERC20(token).balanceOf(address(this))) (#1212)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


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


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.

Redundant expression "this (#239)" inContext (#233-242)
Remove redundant statements if they congest code but offer no value.

Additional information: link

FlokiPad.addLiquidity(uint256,uint256) (#1071-1084) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1076-1083)
Ensure that all the return values of the function calls are used.

Additional information: link

FlokiPad.allowance(address,address).owner (#785) shadows:
- Ownable.owner() (#408-410) (function)
FlokiPad._approve(address,address,uint256).owner (#971) shadows:
- Ownable.owner() (#408-410) (function)
Rename the local variables that shadow another component.

Additional information: link

FlokiPad.setBuyTaxes(uint256,uint256,uint256,uint256) (#1180-1185) should emit an event for:
- buyAirdropTax = _buyAirdropTax (#1181)
- buyBurnTax = _buyBurnTax (#1182)
- buyMarketingTax = _buyMarketingTax (#1183)
- buyReflectionTax = _buyReflectionTax (#1184)
FlokiPad.setSellTaxes(uint256,uint256,uint256,uint256) (#1187-1192) should emit an event for:
- sellAirdropTax = _sellAirdropTax (#1188)
- sellBurnTax = _sellBurnTax (#1189)
- sellMarketingTax = _sellMarketingTax (#1190)
- sellReflectionTax = _sellReflectionTax (#1191)
FlokiPad.setNumTokensSellToAddToLiquidity(uint256) (#1198-1200) should emit an event for:
- numTokensSellToAddToLiquidity = _numTokensSellToAddToLiquidity (#1199)
FlokiPad.setMaxTxAmount(uint256) (#1207-1209) should emit an event for:
- maxTxAmount = _maxTxAmount (#1208)
Emit an event for critical parameter changes.

Additional information: link

FlokiPad.constructor(address,address,address)._airdropWallet (#736) lacks a zero-check on :
- airdropWallet = _airdropWallet (#737)
FlokiPad.constructor(address,address,address)._marketingWallet (#736) lacks a zero-check on :
- marketingWallet = _marketingWallet (#738)
FlokiPad.constructor(address,address,address)._router (#736) lacks a zero-check on :
- router = _router (#741)
FlokiPad.setAirdropWallet(address)._airdropWallet (#1160) lacks a zero-check on :
- airdropWallet = _airdropWallet (#1161)
FlokiPad.setMarketingWallet(address)._marketingWallet (#1164) lacks a zero-check on :
- marketingWallet = _marketingWallet (#1165)
FlokiPad.setRouterAddress(address).newRouter (#1168) lacks a zero-check on :
- router = newRouter (#1169)
FlokiPad.setLiquidityAddress(address)._liquidityAddress (#1194) lacks a zero-check on :
- uniswapV2Pair = _liquidityAddress (#1195)
Check that the address is not zero.

Additional information: link

Reentrancy in FlokiPad._transfer(address,address,uint256) (#979-1028):
External calls:
- swapAndLiquify(contractTokenBalance) (#1023)
- recipient.transfer(amount) (#1050)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1027)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#929)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1125)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1134)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1145)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1126)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#870)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1136)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1146)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#872)
- _tokenTransfer(from,to,amount) (#1027)
- _rTotal = _rTotal.sub(rFee) (#884)
- _tokenTransfer(from,to,amount) (#1027)
- _tFeeTotal = _tFeeTotal.add(tFee) (#885)
- _tokenTransfer(from,to,amount) (#1027)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#931)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#869)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1144)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1135)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#871)
- _tokenTransfer(from,to,amount) (#1027)
- airdropTax = previousAirdropTax (#961)
- airdropTax = 0 (#954)
- _tokenTransfer(from,to,amount) (#1027)
- burnTax = previousBurnTax (#962)
- burnTax = 0 (#955)
- _tokenTransfer(from,to,amount) (#1027)
- marketingTax = previousMarketingTax (#963)
- marketingTax = 0 (#956)
- marketingTax = 0 (#1109)
- marketingTax = previousMarketingTax (#1116)
- _tokenTransfer(from,to,amount) (#1027)
- previousAirdropTax = airdropTax (#949)
- _tokenTransfer(from,to,amount) (#1027)
- previousBurnTax = burnTax (#950)
- _tokenTransfer(from,to,amount) (#1027)
- previousMarketingTax = marketingTax (#951)
- _tokenTransfer(from,to,amount) (#1027)
- previousReflectionTax = reflectionTax (#952)
- _tokenTransfer(from,to,amount) (#1027)
- reflectionTax = previousReflectionTax (#964)
- reflectionTax = 0 (#957)
- reflectionTax = 0 (#1108)
- reflectionTax = previousReflectionTax (#1115)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1129)
- _tokenTransfer(from,to,amount) (#1027)
- Transfer(sender,recipient,tTransferAmount) (#1149)
- _tokenTransfer(from,to,amount) (#1027)
- Transfer(sender,recipient,tTransferAmount) (#1139)
- _tokenTransfer(from,to,amount) (#1027)
- Transfer(sender,recipient,tTransferAmount) (#875)
- _tokenTransfer(from,to,amount) (#1027)
Reentrancy in FlokiPad.swapAndLiquify(uint256) (#1030-1047):
External calls:
- transferToAddressETH(marketingWallet,newBalance) (#1044)
- recipient.transfer(amount) (#1050)
Event emitted after the call(s):
- SwapAndLiquify(contractTokenBalance,newBalance) (#1046)
Reentrancy in FlokiPad.transferFrom(address,address,uint256) (#794-798):
External calls:
- _transfer(sender,recipient,amount) (#795)
- recipient.transfer(amount) (#1050)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#796)
- _allowances[owner][spender] = amount (#975)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#976)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#796)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#530) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#531)
Variable FlokiPad._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to FlokiPad._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable FlokiPad._transferToExcluded(address,address,uint256).rTransferAmount (#1133) is too similar to FlokiPad._transferToExcluded(address,address,uint256).tTransferAmount (#1133)
Variable FlokiPad._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#905) is too similar to FlokiPad._getTValues(uint256).tTransferAmount (#897)
Variable FlokiPad._transferToExcluded(address,address,uint256).rTransferAmount (#1133) is too similar to FlokiPad._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable FlokiPad._transferStandard(address,address,uint256).rTransferAmount (#1124) is too similar to FlokiPad._transferStandard(address,address,uint256).tTransferAmount (#1124)
Variable FlokiPad._transferFromExcluded(address,address,uint256).rTransferAmount (#1143) is too similar to FlokiPad._transferStandard(address,address,uint256).tTransferAmount (#1124)
Variable FlokiPad._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#905) is too similar to FlokiPad._transferStandard(address,address,uint256).tTransferAmount (#1124)
Variable FlokiPad.reflectionFromToken(uint256,bool).rTransferAmount (#833) is too similar to FlokiPad._getTValues(uint256).tTransferAmount (#897)
Variable FlokiPad._transferFromExcluded(address,address,uint256).rTransferAmount (#1143) is too similar to FlokiPad._transferToExcluded(address,address,uint256).tTransferAmount (#1133)
Variable FlokiPad._transferStandard(address,address,uint256).rTransferAmount (#1124) is too similar to FlokiPad._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable FlokiPad._getValues(uint256).rTransferAmount (#890) is too similar to FlokiPad._getTValues(uint256).tTransferAmount (#897)
Variable FlokiPad._transferFromExcluded(address,address,uint256).rTransferAmount (#1143) is too similar to FlokiPad._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable FlokiPad._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#905) is too similar to FlokiPad._transferToExcluded(address,address,uint256).tTransferAmount (#1133)
Variable FlokiPad._getValues(uint256).rTransferAmount (#890) is too similar to FlokiPad._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable FlokiPad.reflectionFromToken(uint256,bool).rTransferAmount (#833) is too similar to FlokiPad._transferStandard(address,address,uint256).tTransferAmount (#1124)
Variable FlokiPad._transferToExcluded(address,address,uint256).rTransferAmount (#1133) is too similar to FlokiPad._transferStandard(address,address,uint256).tTransferAmount (#1124)
Variable FlokiPad._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#905) is too similar to FlokiPad._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable FlokiPad._getValues(uint256).rTransferAmount (#890) is too similar to FlokiPad._transferStandard(address,address,uint256).tTransferAmount (#1124)
Variable FlokiPad.reflectionFromToken(uint256,bool).rTransferAmount (#833) is too similar to FlokiPad._transferToExcluded(address,address,uint256).tTransferAmount (#1133)
Variable FlokiPad._getValues(uint256).rTransferAmount (#890) is too similar to FlokiPad._transferToExcluded(address,address,uint256).tTransferAmount (#1133)
Variable FlokiPad.reflectionFromToken(uint256,bool).rTransferAmount (#833) is too similar to FlokiPad._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable FlokiPad._transferToExcluded(address,address,uint256).rTransferAmount (#1133) is too similar to FlokiPad._getValues(uint256).tTransferAmount (#889)
Variable FlokiPad._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#905) is too similar to FlokiPad._getValues(uint256).tTransferAmount (#889)
Variable FlokiPad._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to FlokiPad._getTValues(uint256).tTransferAmount (#897)
Variable FlokiPad._transferStandard(address,address,uint256).rTransferAmount (#1124) is too similar to FlokiPad._transferToExcluded(address,address,uint256).tTransferAmount (#1133)
Variable FlokiPad._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to FlokiPad._getValues(uint256).tTransferAmount (#889)
Variable FlokiPad._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to FlokiPad._transferToExcluded(address,address,uint256).tTransferAmount (#1133)
Variable FlokiPad.reflectionFromToken(uint256,bool).rTransferAmount (#833) is too similar to FlokiPad._transferFromExcluded(address,address,uint256).tTransferAmount (#1143)
Variable FlokiPad._transferToExcluded(address,address,uint256).rTransferAmount (#1133) is too similar to FlokiPad._getTValues(uint256).tTransferAmount (#897)
Variable FlokiPad.reflectionFromToken(uint256,bool).rTransferAmount (#833) is too similar to FlokiPad._getValues(uint256).tTransferAmount (#889)
Variable FlokiPad._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to FlokiPad._transferStandard(address,address,uint256).tTransferAmount (#1124)
Variable FlokiPad._transferStandard(address,address,uint256).rTransferAmount (#1124) is too similar to FlokiPad._transferFromExcluded(address,address,uint256).tTransferAmount (#1143)
Variable FlokiPad._getValues(uint256).rTransferAmount (#890) is too similar to FlokiPad._transferFromExcluded(address,address,uint256).tTransferAmount (#1143)
Variable FlokiPad._transferFromExcluded(address,address,uint256).rTransferAmount (#1143) is too similar to FlokiPad._transferFromExcluded(address,address,uint256).tTransferAmount (#1143)
Variable FlokiPad._transferStandard(address,address,uint256).rTransferAmount (#1124) is too similar to FlokiPad._getTValues(uint256).tTransferAmount (#897)
Variable FlokiPad._transferToExcluded(address,address,uint256).rTransferAmount (#1133) is too similar to FlokiPad._transferFromExcluded(address,address,uint256).tTransferAmount (#1143)
Variable FlokiPad._transferStandard(address,address,uint256).rTransferAmount (#1124) is too similar to FlokiPad._getValues(uint256).tTransferAmount (#889)
Variable FlokiPad._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#905) is too similar to FlokiPad._transferFromExcluded(address,address,uint256).tTransferAmount (#1143)
Variable FlokiPad._getValues(uint256).rTransferAmount (#890) is too similar to FlokiPad._getValues(uint256).tTransferAmount (#889)
Variable FlokiPad._transferFromExcluded(address,address,uint256).rTransferAmount (#1143) is too similar to FlokiPad._getTValues(uint256).tTransferAmount (#897)
Variable FlokiPad._transferFromExcluded(address,address,uint256).rTransferAmount (#1143) is too similar to FlokiPad._getValues(uint256).tTransferAmount (#889)
Variable FlokiPad._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to FlokiPad._transferFromExcluded(address,address,uint256).tTransferAmount (#1143)
Prevent variables from having similar names.

Additional information: link

FlokiPad.slitherConstructorVariables() (#663-1215) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#685)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

FlokiPad._decimals (#683) should be constant
FlokiPad._name (#681) should be constant
FlokiPad._symbol (#682) should be constant
FlokiPad._tTotal (#677) should be constant
FlokiPad.deadAddress (#685) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

Reentrancy in FlokiPad._transfer(address,address,uint256) (#979-1028):
External calls:
- swapAndLiquify(contractTokenBalance) (#1023)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1062-1068)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1023)
- recipient.transfer(amount) (#1050)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1027)
- _tFeeTotal = _tFeeTotal.add(tFee) (#885)
- _tokenTransfer(from,to,amount) (#1027)
- previousAirdropTax = airdropTax (#949)
- _tokenTransfer(from,to,amount) (#1027)
- previousBurnTax = burnTax (#950)
- _tokenTransfer(from,to,amount) (#1027)
- previousMarketingTax = marketingTax (#951)
- _tokenTransfer(from,to,amount) (#1027)
- previousReflectionTax = reflectionTax (#952)
Reentrancy in FlokiPad.setRouterAddress(address) (#1168-1173):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_newPancakeRouter.factory()).createPair(address(this),_newPancakeRouter.WETH()) (#1171)
State variables written after the call(s):
- uniswapV2Router = _newPancakeRouter (#1172)
Reentrancy in FlokiPad.transferFrom(address,address,uint256) (#794-798):
External calls:
- _transfer(sender,recipient,amount) (#795)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1062-1068)
External calls sending eth:
- _transfer(sender,recipient,amount) (#795)
- recipient.transfer(amount) (#1050)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#796)
- _allowances[owner][spender] = amount (#975)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in FlokiPad._transfer(address,address,uint256) (#979-1028):
External calls:
- swapAndLiquify(contractTokenBalance) (#1023)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1062-1068)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1023)
- recipient.transfer(amount) (#1050)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1129)
- _tokenTransfer(from,to,amount) (#1027)
- Transfer(sender,recipient,tTransferAmount) (#1139)
- _tokenTransfer(from,to,amount) (#1027)
- Transfer(sender,recipient,tTransferAmount) (#1149)
- _tokenTransfer(from,to,amount) (#1027)
- Transfer(sender,recipient,tTransferAmount) (#875)
- _tokenTransfer(from,to,amount) (#1027)
Reentrancy in FlokiPad.swapAndLiquify(uint256) (#1030-1047):
External calls:
- swapTokensForEth(contractTokenBalance) (#1038)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1062-1068)
External calls sending eth:
- transferToAddressETH(marketingWallet,newBalance) (#1044)
- recipient.transfer(amount) (#1050)
Event emitted after the call(s):
- SwapAndLiquify(contractTokenBalance,newBalance) (#1046)
Reentrancy in FlokiPad.transferFrom(address,address,uint256) (#794-798):
External calls:
- _transfer(sender,recipient,amount) (#795)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1062-1068)
External calls sending eth:
- _transfer(sender,recipient,amount) (#795)
- recipient.transfer(amount) (#1050)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#976)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#796)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#443-448) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (#445)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#266-275) uses assembly
- INLINE ASM (#273)
Address._functionCallWithValue(address,bytes,uint256,string) (#359-380) uses assembly
- INLINE ASM (#372-375)
Do not use evm assembly.

Additional information: link

FlokiPad.includeInReward(address) (#854-865) has costly operations inside a loop:
- _excluded.pop() (#861)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#359-380) is never used and should be removed
Address.functionCall(address,bytes) (#319-321) is never used and should be removed
Address.functionCall(address,bytes,string) (#329-331) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#344-346) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#354-357) is never used and should be removed
Address.isContract(address) (#266-275) is never used and should be removed
Address.sendValue(address,uint256) (#293-299) is never used and should be removed
Context._msgData() (#238-241) is never used and should be removed
SafeMath.mod(uint256,uint256) (#211-213) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#227-230) is never used and should be removed
Remove unused functions.

Additional information: link

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

Pragma version^0.8.10 (#3) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.10 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) (#293-299):
- (success) = recipient.call{value: amount}() (#297)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#359-380):
- (success,returndata) = target.call{value: weiValue}(data) (#363)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#487) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#488) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#504) is not in mixedCase
Function IUniswapV2Router01.WETH() (#525) is not in mixedCase
Parameter FlokiPad.calculateReflectionTaxFee(uint256)._amount (#934) is not in mixedCase
Parameter FlokiPad.calculateMarketingTaxFee(uint256)._amount (#940) is not in mixedCase
Parameter FlokiPad.setAirdropWallet(address)._airdropWallet (#1160) is not in mixedCase
Parameter FlokiPad.setMarketingWallet(address)._marketingWallet (#1164) is not in mixedCase
Parameter FlokiPad.setSwapAndLiquifyEnabled(bool)._enabled (#1175) is not in mixedCase
Parameter FlokiPad.setBuyTaxes(uint256,uint256,uint256,uint256)._buyAirdropTax (#1180) is not in mixedCase
Parameter FlokiPad.setBuyTaxes(uint256,uint256,uint256,uint256)._buyBurnTax (#1180) is not in mixedCase
Parameter FlokiPad.setBuyTaxes(uint256,uint256,uint256,uint256)._buyMarketingTax (#1180) is not in mixedCase
Parameter FlokiPad.setBuyTaxes(uint256,uint256,uint256,uint256)._buyReflectionTax (#1180) is not in mixedCase
Parameter FlokiPad.setSellTaxes(uint256,uint256,uint256,uint256)._sellAirdropTax (#1187) is not in mixedCase
Parameter FlokiPad.setSellTaxes(uint256,uint256,uint256,uint256)._sellBurnTax (#1187) is not in mixedCase
Parameter FlokiPad.setSellTaxes(uint256,uint256,uint256,uint256)._sellMarketingTax (#1187) is not in mixedCase
Parameter FlokiPad.setSellTaxes(uint256,uint256,uint256,uint256)._sellReflectionTax (#1187) is not in mixedCase
Parameter FlokiPad.setLiquidityAddress(address)._liquidityAddress (#1194) is not in mixedCase
Parameter FlokiPad.setNumTokensSellToAddToLiquidity(uint256)._numTokensSellToAddToLiquidity (#1198) is not in mixedCase
Parameter FlokiPad.setMaxTxAmount(uint256)._maxTxAmount (#1207) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#417-420)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#422-426)
getUnlockTime() should be declared external:
- Ownable.getUnlockTime() (#428-430)
getTime() should be declared external:
- Ownable.getTime() (#432-434)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#436-441)
unlock() should be declared external:
- Ownable.unlock() (#443-448)
name() should be declared external:
- FlokiPad.name() (#759-761)
symbol() should be declared external:
- FlokiPad.symbol() (#763-765)
decimals() should be declared external:
- FlokiPad.decimals() (#767-769)
totalSupply() should be declared external:
- FlokiPad.totalSupply() (#771-773)
transfer(address,uint256) should be declared external:
- FlokiPad.transfer(address,uint256) (#780-783)
allowance(address,address) should be declared external:
- FlokiPad.allowance(address,address) (#785-787)
approve(address,uint256) should be declared external:
- FlokiPad.approve(address,uint256) (#789-792)
transferFrom(address,address,uint256) should be declared external:
- FlokiPad.transferFrom(address,address,uint256) (#794-798)
increaseAllowance(address,uint256) should be declared external:
- FlokiPad.increaseAllowance(address,uint256) (#800-803)
decreaseAllowance(address,uint256) should be declared external:
- FlokiPad.decreaseAllowance(address,uint256) (#805-808)
isExcludedFromReward(address) should be declared external:
- FlokiPad.isExcludedFromReward(address) (#810-812)
totalFees() should be declared external:
- FlokiPad.totalFees() (#814-816)
deliver(uint256) should be declared external:
- FlokiPad.deliver(uint256) (#818-825)
reflectionFromToken(uint256,bool) should be declared external:
- FlokiPad.reflectionFromToken(uint256,bool) (#827-836)
excludeFromReward(address) should be declared external:
- FlokiPad.excludeFromReward(address) (#844-852)
isExcludedFromFee(address) should be declared external:
- FlokiPad.isExcludedFromFee(address) (#967-969)
addLiquidity(uint256,uint256) should be declared external:
- FlokiPad.addLiquidity(uint256,uint256) (#1071-1084)
excludeFromFee(address) should be declared external:
- FlokiPad.excludeFromFee(address) (#1152-1154)
includeInFee(address) should be declared external:
- FlokiPad.includeInFee(address) (#1156-1158)
setRouterAddress(address) should be declared external:
- FlokiPad.setRouterAddress(address) (#1168-1173)
setSwapAndLiquifyEnabled(bool) should be declared external:
- FlokiPad.setSwapAndLiquifyEnabled(bool) (#1175-1178)
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.


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


Token is deployed only at one blockchain


Token has only one trading pair

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


Last post in Twitter was more than 30 days ago


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 CoinHunt

Additional information: link


Unable to find code repository for the project


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Young tokens have high risks of 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


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for FLOKIPAD

News for FLOKIPAD