Floki GPT Token Logo

FGPT [Floki GPT] Token (2)

About FGPT

Listings

Token 13 months
CoinMarketCap 13 months

Artificial intelligence technology to turn your degenerate life into a professional one.

FlokiGPT is capable of identifying tokens with low market value and high potential based on the social interactions of projects on the Binance Smart Chain network

🟢 No Unlock&Team Token 🟢 CG & CMC Listing Through FastTrack approach 🟢 Low MC 🟢Sell Tax 5% Buy back and burn + shareholders🟢 Aggressive marketing is ready after launch. 🟢 Audit

Social

Laser Scorebeta Last Audit: 19 March 2023

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

Reentrancy in FlokiGPT._transfer(address,address,uint256) (#684-721):
External calls:
- swapAndLiquify(liquidityTokens) (#708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(half,0,path,address(this),block.timestamp) (#733-738)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#742-749)
- swapAndSendMarketing(marketingTokens) (#713)
- (success) = recipient.call{value: amount}() (#90)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#761-766)
- address(marketingWallet).sendValue(amountOne) (#772)
- address(marketingWalletTwo).sendValue(address(this).balance - initialBalance) (#773)
External calls sending eth:
- swapAndLiquify(liquidityTokens) (#708)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#742-749)
- swapAndSendMarketing(marketingTokens) (#713)
- (success) = recipient.call{value: amount}() (#90)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#720)
- _rOwned[address(this)] = _rOwned[address(this)] + rMarketing (#630)
- _rOwned[address(this)] = _rOwned[address(this)] + rLiquidity (#620)
- _rOwned[sender] = _rOwned[sender] - rAmount (#819)
- _rOwned[sender] = _rOwned[sender] - rAmount (#829)
- _rOwned[sender] = _rOwned[sender] - rAmount (#852)
- _rOwned[recipient] = _rOwned[recipient] + rTransferAmount (#820)
- _rOwned[sender] = _rOwned[sender] - rAmount (#841)
- _rOwned[recipient] = _rOwned[recipient] + rTransferAmount (#842)
- _rOwned[recipient] = _rOwned[recipient] + rTransferAmount (#831)
- _rOwned[recipient] = _rOwned[recipient] + rTransferAmount (#854)
- _tokenTransfer(from,to,amount) (#720)
- _rTotal = _rTotal - rFee (#572)
- _tokenTransfer(from,to,amount) (#720)
- _tOwned[address(this)] = _tOwned[address(this)] + tLiquidity (#622)
- _tOwned[address(this)] = _tOwned[address(this)] + tMarketing (#632)
- _tOwned[sender] = _tOwned[sender] - tAmount (#840)
- _tOwned[sender] = _tOwned[sender] - tAmount (#851)
- _tOwned[recipient] = _tOwned[recipient] + tTransferAmount (#830)
- _tOwned[recipient] = _tOwned[recipient] + tTransferAmount (#853)
- inSwapAndLiquify = false (#716)
Apply the check-effects-interactions pattern.

Additional information: link

FlokiGPT.claimStuckTokens(address) (#559-567) ignores return value by ERC20token.transfer(msg.sender,balance) (#566)
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.


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


Contract ownership is not renounced (belongs to a wallet)

FlokiGPT.constructor(address,address).router (#399) 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

FlokiGPT.swapAndLiquify(uint256) (#723-752) ignores return value by uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#742-749)
Ensure that all the return values of the function calls are used.

Additional information: link

FlokiGPT._approve(address,address,uint256).owner (#676) shadows:
- Ownable.owner() (#37-39) (function)
FlokiGPT.allowance(address,address).owner (#476) shadows:
- Ownable.owner() (#37-39) (function)
Rename the local variables that shadow another component.

Additional information: link

FlokiGPT.constructor(address,address)._addressOne (#395) lacks a zero-check on :
- marketingWallet = _addressOne (#429)
FlokiGPT.constructor(address,address)._addressTwo (#396) lacks a zero-check on :
- marketingWalletTwo = _addressTwo (#430)
Check that the address is not zero.

Additional information: link

Reentrancy in FlokiGPT.transferFrom(address,address,uint256) (#485-489):
External calls:
- _transfer(sender,recipient,amount) (#486)
- (success) = recipient.call{value: amount}() (#90)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#761-766)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(half,0,path,address(this),block.timestamp) (#733-738)
- address(marketingWallet).sendValue(amountOne) (#772)
- address(marketingWalletTwo).sendValue(address(this).balance - initialBalance) (#773)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#742-749)
External calls sending eth:
- _transfer(sender,recipient,amount) (#486)
- (success) = recipient.call{value: amount}() (#90)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#742-749)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#487)
- _allowances[owner][spender] = amount (#680)
Reentrancy in FlokiGPT._transfer(address,address,uint256) (#684-721):
External calls:
- swapAndLiquify(liquidityTokens) (#708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(half,0,path,address(this),block.timestamp) (#733-738)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#742-749)
- swapAndSendMarketing(marketingTokens) (#713)
- (success) = recipient.call{value: amount}() (#90)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#761-766)
- address(marketingWallet).sendValue(amountOne) (#772)
- address(marketingWalletTwo).sendValue(address(this).balance - initialBalance) (#773)
External calls sending eth:
- swapAndLiquify(liquidityTokens) (#708)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#742-749)
- swapAndSendMarketing(marketingTokens) (#713)
- (success) = recipient.call{value: amount}() (#90)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#720)
- _liquidityFee = 0 (#653)
- _liquidityFee = liquidityFeeonBuy (#661)
- _liquidityFee = liquidityFeeonSell (#669)
- _tokenTransfer(from,to,amount) (#720)
- _marketingFee = marketingFeeonSell (#668)
- _marketingFee = marketingFeeonBuy (#660)
- _marketingFee = 0 (#652)
- _tokenTransfer(from,to,amount) (#720)
- _tFeeTotal = _tFeeTotal + tFee (#573)
- _tokenTransfer(from,to,amount) (#720)
- _taxFee = taxFeeonBuy (#659)
- _taxFee = taxFeeonSell (#667)
- _taxFee = 0 (#651)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in FlokiGPT.swapAndLiquify(uint256) (#723-752):
External calls:
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(half,0,path,address(this),block.timestamp) (#733-738)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#742-749)
External calls sending eth:
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#742-749)
Event emitted after the call(s):
- SwapAndLiquify(half,newBalance,otherHalf) (#751)
Reentrancy in FlokiGPT._transfer(address,address,uint256) (#684-721):
External calls:
- swapAndLiquify(liquidityTokens) (#708)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(half,0,path,address(this),block.timestamp) (#733-738)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#742-749)
- swapAndSendMarketing(marketingTokens) (#713)
- (success) = recipient.call{value: amount}() (#90)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#761-766)
- address(marketingWallet).sendValue(amountOne) (#772)
- address(marketingWalletTwo).sendValue(address(this).balance - initialBalance) (#773)
External calls sending eth:
- swapAndLiquify(liquidityTokens) (#708)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#742-749)
- swapAndSendMarketing(marketingTokens) (#713)
- (success) = recipient.call{value: amount}() (#90)
Event emitted after the call(s):
- SwapAndSendMarketing(tokenAmount,newBalance) (#776)
- swapAndSendMarketing(marketingTokens) (#713)
- Transfer(sender,recipient,tTransferAmount) (#824)
- _tokenTransfer(from,to,amount) (#720)
- Transfer(sender,recipient,tTransferAmount) (#846)
- _tokenTransfer(from,to,amount) (#720)
- Transfer(sender,recipient,tTransferAmount) (#835)
- _tokenTransfer(from,to,amount) (#720)
- Transfer(sender,recipient,tTransferAmount) (#858)
- _tokenTransfer(from,to,amount) (#720)
Reentrancy in FlokiGPT.swapAndSendMarketing(uint256) (#754-777):
External calls:
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#761-766)
- address(marketingWallet).sendValue(amountOne) (#772)
- address(marketingWalletTwo).sendValue(address(this).balance - initialBalance) (#773)
Event emitted after the call(s):
- SwapAndSendMarketing(tokenAmount,newBalance) (#776)
Reentrancy in FlokiGPT.transferFrom(address,address,uint256) (#485-489):
External calls:
- _transfer(sender,recipient,amount) (#486)
- (success) = recipient.call{value: amount}() (#90)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#761-766)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(half,0,path,address(this),block.timestamp) (#733-738)
- address(marketingWallet).sendValue(amountOne) (#772)
- address(marketingWalletTwo).sendValue(address(this).balance - initialBalance) (#773)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#742-749)
External calls sending eth:
- _transfer(sender,recipient,amount) (#486)
- (success) = recipient.call{value: amount}() (#90)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#742-749)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#681)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#487)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#75-84) uses assembly
- INLINE ASM (#82)
Address._functionCallWithValue(address,bytes,uint256,string) (#111-132) uses assembly
- INLINE ASM (#124-127)
Do not use evm assembly.

Additional information: link

FlokiGPT.includeInReward(address) (#544-555) has costly operations inside a loop:
- _excluded.pop() (#551)
Use a local variable to hold the loop computation result.

Additional information: link

Address.functionCallWithValue(address,bytes,uint256) (#102-104) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#106-109) is never used and should be removed
Context._msgData() (#20-23) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#111-132) is never used and should be removed
Address.isContract(address) (#75-84) is never used and should be removed
Address.functionCall(address,bytes,string) (#98-100) is never used and should be removed
Address.functionCall(address,bytes) (#94-96) is never used and should be removed
Remove unused functions.

Additional information: link

FlokiGPT._tTotal (#352) is set pre-construction with a non-constant function or state variable:
- 100_000_000 * (10 ** _decimals)
FlokiGPT._rTotal (#353) 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

solc-0.8.17 is not recommended for deployment
Pragma version0.8.17 (#13) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
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._functionCallWithValue(address,bytes,uint256,string) (#111-132):
- (success,returndata) = target.call{value: weiValue}(data) (#115)
Low level call in Address.sendValue(address,uint256) (#86-92):
- (success) = recipient.call{value: amount}() (#90)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable FlokiGPT.DEAD (#375) is not in mixedCase
Parameter FlokiGPT.calculateTaxFee(uint256)._amount (#636) is not in mixedCase
Parameter FlokiGPT.calculateLiquidityFee(uint256)._amount (#640) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#167) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#183) is not in mixedCase
Variable FlokiGPT._marketingFee (#367) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#166) is not in mixedCase
Parameter FlokiGPT.setSwapEnabled(bool)._enabled (#785) is not in mixedCase
Variable FlokiGPT._liquidityFee (#366) is not in mixedCase
Variable FlokiGPT._taxFee (#365) is not in mixedCase
Parameter FlokiGPT.calculateMarketingFee(uint256)._amount (#644) is not in mixedCase
Function IUniswapV2Router01.WETH() (#202) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

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

Additional information: link

Variable FlokiGPT._getValues(uint256).rTransferAmount (#578) is too similar to FlokiGPT._transferToExcluded(address,address,uint256).tTransferAmount (#828)
Variable FlokiGPT.reflectionFromToken(uint256,bool).rTransferAmount (#524) is too similar to FlokiGPT._transferBothExcluded(address,address,uint256).tTransferAmount (#850)
Variable FlokiGPT._transferBothExcluded(address,address,uint256).rTransferAmount (#850) is too similar to FlokiGPT._transferToExcluded(address,address,uint256).tTransferAmount (#828)
Variable FlokiGPT._transferStandard(address,address,uint256).rTransferAmount (#818) is too similar to FlokiGPT._transferStandard(address,address,uint256).tTransferAmount (#818)
Variable FlokiGPT._getValues(uint256).rTransferAmount (#578) is too similar to FlokiGPT._getTValues(uint256).tTransferAmount (#586)
Variable FlokiGPT._transferStandard(address,address,uint256).rTransferAmount (#818) is too similar to FlokiGPT._transferFromExcluded(address,address,uint256).tTransferAmount (#839)
Variable FlokiGPT._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#595) is too similar to FlokiGPT._getValues(uint256).tTransferAmount (#577)
Variable FlokiGPT._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#595) is too similar to FlokiGPT._transferFromExcluded(address,address,uint256).tTransferAmount (#839)
Variable FlokiGPT._transferStandard(address,address,uint256).rTransferAmount (#818) is too similar to FlokiGPT._getValues(uint256).tTransferAmount (#577)
Variable FlokiGPT._transferFromExcluded(address,address,uint256).rTransferAmount (#839) is too similar to FlokiGPT._getTValues(uint256).tTransferAmount (#586)
Variable FlokiGPT._getValues(uint256).rTransferAmount (#578) is too similar to FlokiGPT._getValues(uint256).tTransferAmount (#577)
Variable FlokiGPT._getValues(uint256).rTransferAmount (#578) is too similar to FlokiGPT._transferBothExcluded(address,address,uint256).tTransferAmount (#850)
Variable FlokiGPT._transferStandard(address,address,uint256).rTransferAmount (#818) is too similar to FlokiGPT._transferToExcluded(address,address,uint256).tTransferAmount (#828)
Variable FlokiGPT._transferToExcluded(address,address,uint256).rTransferAmount (#828) is too similar to FlokiGPT._getTValues(uint256).tTransferAmount (#586)
Variable FlokiGPT._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#595) is too similar to FlokiGPT._getTValues(uint256).tTransferAmount (#586)
Variable FlokiGPT.reflectionFromToken(uint256,bool).rTransferAmount (#524) is too similar to FlokiGPT._transferToExcluded(address,address,uint256).tTransferAmount (#828)
Variable FlokiGPT._getValues(uint256).rTransferAmount (#578) is too similar to FlokiGPT._transferFromExcluded(address,address,uint256).tTransferAmount (#839)
Variable FlokiGPT._transferBothExcluded(address,address,uint256).rTransferAmount (#850) is too similar to FlokiGPT._transferStandard(address,address,uint256).tTransferAmount (#818)
Variable FlokiGPT._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#595) is too similar to FlokiGPT._transferStandard(address,address,uint256).tTransferAmount (#818)
Variable FlokiGPT._transferToExcluded(address,address,uint256).rTransferAmount (#828) is too similar to FlokiGPT._getValues(uint256).tTransferAmount (#577)
Variable FlokiGPT.reflectionFromToken(uint256,bool).rTransferAmount (#524) is too similar to FlokiGPT._getValues(uint256).tTransferAmount (#577)
Variable FlokiGPT._transferToExcluded(address,address,uint256).rTransferAmount (#828) is too similar to FlokiGPT._transferToExcluded(address,address,uint256).tTransferAmount (#828)
Variable FlokiGPT._transferFromExcluded(address,address,uint256).rTransferAmount (#839) is too similar to FlokiGPT._transferFromExcluded(address,address,uint256).tTransferAmount (#839)
Variable FlokiGPT._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#595) is too similar to FlokiGPT._transferToExcluded(address,address,uint256).tTransferAmount (#828)
Variable FlokiGPT.reflectionFromToken(uint256,bool).rTransferAmount (#524) is too similar to FlokiGPT._transferStandard(address,address,uint256).tTransferAmount (#818)
Variable FlokiGPT._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#595) is too similar to FlokiGPT._transferBothExcluded(address,address,uint256).tTransferAmount (#850)
Variable FlokiGPT._transferBothExcluded(address,address,uint256).rTransferAmount (#850) is too similar to FlokiGPT._getTValues(uint256).tTransferAmount (#586)
Variable FlokiGPT.reflectionFromToken(uint256,bool).rTransferAmount (#524) is too similar to FlokiGPT._getTValues(uint256).tTransferAmount (#586)
Variable FlokiGPT._transferFromExcluded(address,address,uint256).rTransferAmount (#839) is too similar to FlokiGPT._getValues(uint256).tTransferAmount (#577)
Variable FlokiGPT._transferStandard(address,address,uint256).rTransferAmount (#818) is too similar to FlokiGPT._transferBothExcluded(address,address,uint256).tTransferAmount (#850)
Variable FlokiGPT._transferStandard(address,address,uint256).rTransferAmount (#818) is too similar to FlokiGPT._getTValues(uint256).tTransferAmount (#586)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#207) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#208)
Variable FlokiGPT._transferBothExcluded(address,address,uint256).rTransferAmount (#850) is too similar to FlokiGPT._transferFromExcluded(address,address,uint256).tTransferAmount (#839)
Variable FlokiGPT._transferFromExcluded(address,address,uint256).rTransferAmount (#839) is too similar to FlokiGPT._transferBothExcluded(address,address,uint256).tTransferAmount (#850)
Variable FlokiGPT._transferBothExcluded(address,address,uint256).rTransferAmount (#850) is too similar to FlokiGPT._getValues(uint256).tTransferAmount (#577)
Variable FlokiGPT.reflectionFromToken(uint256,bool).rTransferAmount (#524) is too similar to FlokiGPT._transferFromExcluded(address,address,uint256).tTransferAmount (#839)
Variable FlokiGPT._transferToExcluded(address,address,uint256).rTransferAmount (#828) is too similar to FlokiGPT._transferFromExcluded(address,address,uint256).tTransferAmount (#839)
Variable FlokiGPT._transferFromExcluded(address,address,uint256).rTransferAmount (#839) is too similar to FlokiGPT._transferToExcluded(address,address,uint256).tTransferAmount (#828)
Variable FlokiGPT._transferToExcluded(address,address,uint256).rTransferAmount (#828) is too similar to FlokiGPT._transferStandard(address,address,uint256).tTransferAmount (#818)
Variable FlokiGPT._transferToExcluded(address,address,uint256).rTransferAmount (#828) is too similar to FlokiGPT._transferBothExcluded(address,address,uint256).tTransferAmount (#850)
Variable FlokiGPT._getValues(uint256).rTransferAmount (#578) is too similar to FlokiGPT._transferStandard(address,address,uint256).tTransferAmount (#818)
Variable FlokiGPT._transferFromExcluded(address,address,uint256).rTransferAmount (#839) is too similar to FlokiGPT._transferStandard(address,address,uint256).tTransferAmount (#818)
Variable FlokiGPT._transferBothExcluded(address,address,uint256).rTransferAmount (#850) is too similar to FlokiGPT._transferBothExcluded(address,address,uint256).tTransferAmount (#850)
Prevent variables from having similar names.

Additional information: link

FlokiGPT.slitherConstructorVariables() (#335-868) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (#375)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

FlokiGPT.DEAD (#375) should be constant
FlokiGPT._name (#347) should be constant
FlokiGPT._symbol (#348) should be constant
FlokiGPT._decimals (#349) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

isExcludedFromReward(address) should be declared external:
- FlokiGPT.isExcludedFromReward(address) (#501-503)
transfer(address,uint256) should be declared external:
- FlokiGPT.transfer(address,uint256) (#471-474)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#46-49)
reflectionFromToken(uint256,bool) should be declared external:
- FlokiGPT.reflectionFromToken(uint256,bool) (#518-527)
increaseAllowance(address,uint256) should be declared external:
- FlokiGPT.increaseAllowance(address,uint256) (#491-494)
transferFrom(address,address,uint256) should be declared external:
- FlokiGPT.transferFrom(address,address,uint256) (#485-489)
name() should be declared external:
- FlokiGPT.name() (#450-452)
allowance(address,address) should be declared external:
- FlokiGPT.allowance(address,address) (#476-478)
symbol() should be declared external:
- FlokiGPT.symbol() (#454-456)
totalReflectionDistributed() should be declared external:
- FlokiGPT.totalReflectionDistributed() (#505-507)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#51-55)
decreaseAllowance(address,uint256) should be declared external:
- FlokiGPT.decreaseAllowance(address,uint256) (#496-499)
excludeFromReward(address) should be declared external:
- FlokiGPT.excludeFromReward(address) (#535-542)
approve(address,uint256) should be declared external:
- FlokiGPT.approve(address,uint256) (#480-483)
decimals() should be declared external:
- FlokiGPT.decimals() (#458-460)
deliver(uint256) should be declared external:
- FlokiGPT.deliver(uint256) (#509-516)
isExcludedFromFee(address) should be declared external:
- FlokiGPT.isExcludedFromFee(address) (#672-674)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.


Number of Binance Smart Chain (BSC) token holders is low.


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/project description on the website or on BscScan, CoinMarketCap


Unable to find KYC or doxxing proof


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find token on CoinGecko

Additional information: link


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

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


Young tokens have high risks of scam / price dump / death


Token has no active CoinGecko listing / rank

Price for FGPT

News for FGPT