froge.finance Token Logo

FROGE [froge.finance] Token

About FROGE

Listings

Token 3 years
CoinGecko 3 years
CoinMarketCap 3 years
[CoinMarketCap] alert: Froge Finance has migrated from V1 to V2. For ‌official announcement, kindly visit here.
[CoinGecko] alert: Froge Finance has recently migrated from their old contract to a new one. For more information, please visit this post.
white paper

FrogeX is the direct successor to Froge (EcoDefi token).

With Automatic Liquidity posting, Ethereum Dividends for all holders, and gas fees equivalent to DAI and USDT. 5% Buy Tax, 8% Sell Tax.

Dedicated to supporting EcoCharity efforts, FrogeX is backed by the Froge Finance Foundation based in The Hague, Netherlands.

FrogeX was handcrafted as the first-ever Moonco 1st Generation Contract. Despite its complexity, it outperforms all meme tokens on ERC-20 in terms of gas costs. This combined with the dedicated team behind it will make FrogeX the World’s Best EcoDefi token.

Laser Scorebeta Last Audit: 4 January 2023

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

Anti-Scam

Links


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)


Contract ownership is not renounced (belongs to a wallet)

FROGE_bsc._getTValues(uint256) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#861-869) performs a multiplication on the result of a division:
-tFee = tAmount.div(100).mul(2) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#866)
Consider ordering multiplication before division.

Additional information: link

FROGE_bsc.includeAccount(address) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#692-703) has costly operations inside a loop:
- _excluded.pop() (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#699)
Use a local variable to hold the loop computation result.

Additional information: link

FROGE_bsc._approve(address,address,uint256).owner (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#706) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#467-469) (function)
FROGE_bsc.allowance(address,address).owner (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#567) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#467-469) (function)
Rename the local variables that shadow another component.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#417-444) uses assembly
- INLINE ASM (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#436-439)
Address.isContract(address) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#290-302) uses assembly
- INLINE ASM (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#298-300)
Do not use evm assembly.

Additional information: link

Address.sendValue(address,uint256) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#320-332) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#384-396) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#262-269) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#404-415) is never used and should be removed
Context._msgData() (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#27-30) is never used and should be removed
SafeMath.mod(uint256,uint256) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#246-248) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#417-444) is never used and should be removed
Address.isContract(address) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#290-302) is never used and should be removed
Address.functionCall(address,bytes,string) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#365-371) is never used and should be removed
Address.functionCall(address,bytes) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#352-357) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#320-332):
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#327)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#417-444):
- (success,returndata) = target.call{value: weiValue}(data) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#426-427)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Constant FROGE_bsc._tTotal (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#520) is not in UPPER_CASE_WITH_UNDERSCORES
Contract FROGE_bsc (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#505-910) is not in CapWords
Constant FROGE_bsc._cDev (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#517) is not in UPPER_CASE_WITH_UNDERSCORES
Constant FROGE_bsc._cBoost (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#515-516) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#28)" inContext (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#22-31)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable FROGE_bsc._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#800) is too similar to FROGE_bsc._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#867)
Variable FROGE_bsc.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#665) is too similar to FROGE_bsc._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#762)
Variable FROGE_bsc._getRValues(uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#886) is too similar to FROGE_bsc._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#854)
Variable FROGE_bsc._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#800) is too similar to FROGE_bsc._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#762)
Variable FROGE_bsc._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#820) is too similar to FROGE_bsc._reflectBoost(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#839)
Variable FROGE_bsc.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#665) is too similar to FROGE_bsc._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#782)
Variable FROGE_bsc._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#760) is too similar to FROGE_bsc._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#782)
Variable FROGE_bsc._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#800) is too similar to FROGE_bsc._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#854)
Variable FROGE_bsc._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#760) is too similar to FROGE_bsc._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#802)
Variable FROGE_bsc.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#665) is too similar to FROGE_bsc._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#822)
Variable FROGE_bsc._getRValues(uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#886) is too similar to FROGE_bsc._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#762)
Variable FROGE_bsc._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#780) is too similar to FROGE_bsc._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#762)
Variable FROGE_bsc._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#856) is too similar to FROGE_bsc._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#854)
Variable FROGE_bsc._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#760) is too similar to FROGE_bsc._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#867)
Variable FROGE_bsc._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#820) is too similar to FROGE_bsc._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#782)
Variable FROGE_bsc._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#856) is too similar to FROGE_bsc._reflectBoost(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#839)
Variable FROGE_bsc._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#780) is too similar to FROGE_bsc._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#854)
Variable FROGE_bsc._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#760) is too similar to FROGE_bsc._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#822)
Variable FROGE_bsc._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#820) is too similar to FROGE_bsc._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#802)
Variable FROGE_bsc._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#760) is too similar to FROGE_bsc._reflectBoost(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#839)
Variable FROGE_bsc._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#800) is too similar to FROGE_bsc._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#802)
Variable FROGE_bsc.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#665) is too similar to FROGE_bsc._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#802)
Variable FROGE_bsc._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#760) is too similar to FROGE_bsc._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#762)
Variable FROGE_bsc._getRValues(uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#886) is too similar to FROGE_bsc._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#822)
Variable FROGE_bsc._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#856) is too similar to FROGE_bsc._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#782)
Variable FROGE_bsc._getRValues(uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#886) is too similar to FROGE_bsc._reflectBoost(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#839)
Variable FROGE_bsc._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#780) is too similar to FROGE_bsc._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#782)
Variable FROGE_bsc._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#800) is too similar to FROGE_bsc._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#822)
Variable FROGE_bsc._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#820) is too similar to FROGE_bsc._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#822)
Variable FROGE_bsc._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#856) is too similar to FROGE_bsc._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#802)
Variable FROGE_bsc._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#780) is too similar to FROGE_bsc._reflectBoost(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#839)
Variable FROGE_bsc._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#780) is too similar to FROGE_bsc._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#867)
Variable FROGE_bsc._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#820) is too similar to FROGE_bsc._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#854)
Variable FROGE_bsc.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#665) is too similar to FROGE_bsc._reflectBoost(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#839)
Variable FROGE_bsc._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#760) is too similar to FROGE_bsc._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#854)
Variable FROGE_bsc._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#856) is too similar to FROGE_bsc._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#822)
Variable FROGE_bsc._getRValues(uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#886) is too similar to FROGE_bsc._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#867)
Variable FROGE_bsc.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#665) is too similar to FROGE_bsc._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#854)
Variable FROGE_bsc._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#800) is too similar to FROGE_bsc._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#782)
Variable FROGE_bsc._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#780) is too similar to FROGE_bsc._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#822)
Variable FROGE_bsc._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#820) is too similar to FROGE_bsc._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#762)
Variable FROGE_bsc._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#856) is too similar to FROGE_bsc._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#762)
Variable FROGE_bsc._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#856) is too similar to FROGE_bsc._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#867)
Variable FROGE_bsc._getRValues(uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#886) is too similar to FROGE_bsc._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#802)
Variable FROGE_bsc._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#800) is too similar to FROGE_bsc._reflectBoost(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#839)
Variable FROGE_bsc._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#780) is too similar to FROGE_bsc._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#802)
Variable FROGE_bsc._getRValues(uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#886) is too similar to FROGE_bsc._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#782)
Variable FROGE_bsc._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#820) is too similar to FROGE_bsc._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#867)
Variable FROGE_bsc.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#665) is too similar to FROGE_bsc._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#867)
Prevent variables from having similar names.

Additional information: link

FROGE_bsc.slitherConstructorConstantVariables() (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#505-910) uses literals with too many digits:
- _tTotal = 1000000 * 10 ** 6 * 10 ** 9 (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#520)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

FROGE_bsc._decimals (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#527) should be constant
FROGE_bsc._name (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#525) should be constant
FROGE_bsc._symbol (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#526) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

transferFrom(address,address,uint256) should be declared external:
- FROGE_bsc.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#585-600)
name() should be declared external:
- FROGE_bsc.name() (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#534-536)
decreaseAllowance(address,uint256) should be declared external:
- FROGE_bsc.decreaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#615-629)
totalSupply() should be declared external:
- FROGE_bsc.totalSupply() (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#546-548)
totalBoost() should be declared external:
- FROGE_bsc.totalBoost() (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#639-641)
increaseAllowance(address,uint256) should be declared external:
- FROGE_bsc.increaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#602-613)
reflect(uint256) should be declared external:
- FROGE_bsc.reflect(uint256) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#643-653)
decimals() should be declared external:
- FROGE_bsc.decimals() (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#542-544)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#486-489)
balanceOf(address) should be declared external:
- FROGE_bsc.balanceOf(address) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#550-553)
transfer(address,uint256) should be declared external:
- FROGE_bsc.transfer(address,uint256) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#555-565)
reflectionFromToken(uint256,bool) should be declared external:
- FROGE_bsc.reflectionFromToken(uint256,bool) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#655-668)
owner() should be declared external:
- Ownable.owner() (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#467-469)
totalFees() should be declared external:
- FROGE_bsc.totalFees() (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#635-637)
isExcluded(address) should be declared external:
- FROGE_bsc.isExcluded(address) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#631-633)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#495-502)
symbol() should be declared external:
- FROGE_bsc.symbol() (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#538-540)
approve(address,uint256) should be declared external:
- FROGE_bsc.approve(address,uint256) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#576-583)
allowance(address,address) should be declared external:
- FROGE_bsc.allowance(address,address) (crytic-export/etherscan-contracts/0x93ab30c08421750d5c7993fb621c6ff32fe3f89e.bscscan.com-FROGE_bsc.sol#567-574)
Use the external attribute for functions never called from the contract.

Additional information: link

Contract name (froge.finance) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.

Holders:


Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.

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


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


Unable to find PancakeSwap trading pair to compute number of swaps.

No disclosed threats


Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap

Additional information: link


Unable to find token contract audit


Unable to find audit link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Unable to find whitepaper link on the website


Token is not listed at Mobula.Finance

Additional information: link


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


Token has a considerable age, but average PancakeSwap 30d trading volume is low


Token has no active CoinMarketCap listing / rank


Token has relatively low CoinGecko rank

Price for FROGE

News for FROGE