FarmToEarn Token Logo

FARMTOEARN Token

About FARMTOEARN

Listings

Not Found
Token 20 months

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 10 August 2022

report
Token seems to be anonymous. As long as we are unable to find website score is limited.


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

FarmToEarn._getTValues(uint256) (#1239-1247) performs a multiplication on the result of a division:
-tFee = tAmount.div(100).mul(reflectFees) (#1241)
Consider ordering multiplication before division.

Additional information: link

FarmToEarn.allowance(address,address).owner (#929) shadows:
- Ownable.owner() (#754-758) (function)
FarmToEarn._approve(address,address,uint256).owner (#1091) shadows:
- Ownable.owner() (#754-758) (function)
Rename the local variables that shadow another component.

Additional information: link

Address.isContract(address) (#486-504) uses assembly
- INLINE ASM (#500)
Address._functionCallWithValue(address,bytes,uint256,string) (#672-714) uses assembly
- INLINE ASM (#698-704)
Do not use evm assembly.

Additional information: link

FarmToEarn.includeAccount(address) (#1065-1087) has costly operations inside a loop:
- _excluded.pop() (#1079)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#672-714) is never used and should be removed
Address.functionCall(address,bytes) (#592-596) is never used and should be removed
Address.functionCall(address,bytes,string) (#612-616) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#642-646) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#662-668) is never used and should be removed
Address.isContract(address) (#486-504) is never used and should be removed
Address.sendValue(address,uint256) (#540-552) is never used and should be removed
Context._msgData() (#14-17) is never used and should be removed
SafeMath.mod(uint256,uint256) (#406-410) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#438-444) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.6.4 (#1) allows old versions
solc-0.6.4 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) (#540-552):
- (success) = recipient.call{value: amount}() (#548)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#672-714):
- (success,returndata) = target.call{value: weiValue}(data) (#680)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Constant FarmToEarn._tTotal (#849) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#16)" inContext (#5-19)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable FarmToEarn._transferBothExcluded(address,address,uint256).rTransferAmount (#1197) is too similar to FarmToEarn._transferStandard(address,address,uint256).tTransferAmount (#1145)
Variable FarmToEarn._getValues(uint256).rTransferAmount (#1231) is too similar to FarmToEarn._transferToExcluded(address,address,uint256).tTransferAmount (#1161)
Variable FarmToEarn._transferBothExcluded(address,address,uint256).rTransferAmount (#1197) is too similar to FarmToEarn._transferBothExcluded(address,address,uint256).tTransferAmount (#1197)
Variable FarmToEarn._getRValues(uint256,uint256,uint256).rTransferAmount (#1257) is too similar to FarmToEarn._getTValues(uint256).tTransferAmount (#1243)
Variable FarmToEarn._transferStandard(address,address,uint256).rTransferAmount (#1145) is too similar to FarmToEarn._transferToExcluded(address,address,uint256).tTransferAmount (#1161)
Variable FarmToEarn._getRValues(uint256,uint256,uint256).rTransferAmount (#1257) is too similar to FarmToEarn._getValues(uint256).tTransferAmount (#1227)
Variable FarmToEarn._getValues(uint256).rTransferAmount (#1231) is too similar to FarmToEarn._getTValues(uint256).tTransferAmount (#1243)
Variable FarmToEarn._transferStandard(address,address,uint256).rTransferAmount (#1145) is too similar to FarmToEarn._getTValues(uint256).tTransferAmount (#1243)
Variable FarmToEarn._transferFromExcluded(address,address,uint256).rTransferAmount (#1179) is too similar to FarmToEarn._transferFromExcluded(address,address,uint256).tTransferAmount (#1179)
Variable FarmToEarn._transferStandard(address,address,uint256).rTransferAmount (#1145) is too similar to FarmToEarn._getValues(uint256).tTransferAmount (#1227)
Variable FarmToEarn._transferBothExcluded(address,address,uint256).rTransferAmount (#1197) is too similar to FarmToEarn._transferToExcluded(address,address,uint256).tTransferAmount (#1161)
Variable FarmToEarn._getRValues(uint256,uint256,uint256).rTransferAmount (#1257) is too similar to FarmToEarn._transferFromExcluded(address,address,uint256).tTransferAmount (#1179)
Variable FarmToEarn.reflectionFromToken(uint256,bool).rTransferAmount (#1025) is too similar to FarmToEarn._transferToExcluded(address,address,uint256).tTransferAmount (#1161)
Variable FarmToEarn._transferBothExcluded(address,address,uint256).rTransferAmount (#1197) is too similar to FarmToEarn._getTValues(uint256).tTransferAmount (#1243)
Variable FarmToEarn._transferBothExcluded(address,address,uint256).rTransferAmount (#1197) is too similar to FarmToEarn._getValues(uint256).tTransferAmount (#1227)
Variable FarmToEarn._getRValues(uint256,uint256,uint256).rTransferAmount (#1257) is too similar to FarmToEarn._transferStandard(address,address,uint256).tTransferAmount (#1145)
Variable FarmToEarn._transferStandard(address,address,uint256).rTransferAmount (#1145) is too similar to FarmToEarn._transferFromExcluded(address,address,uint256).tTransferAmount (#1179)
Variable FarmToEarn._transferStandard(address,address,uint256).rTransferAmount (#1145) is too similar to FarmToEarn._transferStandard(address,address,uint256).tTransferAmount (#1145)
Variable FarmToEarn._transferBothExcluded(address,address,uint256).rTransferAmount (#1197) is too similar to FarmToEarn._transferFromExcluded(address,address,uint256).tTransferAmount (#1179)
Variable FarmToEarn._transferFromExcluded(address,address,uint256).rTransferAmount (#1179) is too similar to FarmToEarn._transferToExcluded(address,address,uint256).tTransferAmount (#1161)
Variable FarmToEarn._getRValues(uint256,uint256,uint256).rTransferAmount (#1257) is too similar to FarmToEarn._transferToExcluded(address,address,uint256).tTransferAmount (#1161)
Variable FarmToEarn._transferFromExcluded(address,address,uint256).rTransferAmount (#1179) is too similar to FarmToEarn._getTValues(uint256).tTransferAmount (#1243)
Variable FarmToEarn._transferToExcluded(address,address,uint256).rTransferAmount (#1161) is too similar to FarmToEarn._transferToExcluded(address,address,uint256).tTransferAmount (#1161)
Variable FarmToEarn.reflectionFromToken(uint256,bool).rTransferAmount (#1025) is too similar to FarmToEarn._getValues(uint256).tTransferAmount (#1227)
Variable FarmToEarn._getValues(uint256).rTransferAmount (#1231) is too similar to FarmToEarn._getValues(uint256).tTransferAmount (#1227)
Variable FarmToEarn.reflectionFromToken(uint256,bool).rTransferAmount (#1025) is too similar to FarmToEarn._getTValues(uint256).tTransferAmount (#1243)
Variable FarmToEarn._transferFromExcluded(address,address,uint256).rTransferAmount (#1179) is too similar to FarmToEarn._transferBothExcluded(address,address,uint256).tTransferAmount (#1197)
Variable FarmToEarn._getValues(uint256).rTransferAmount (#1231) is too similar to FarmToEarn._transferStandard(address,address,uint256).tTransferAmount (#1145)
Variable FarmToEarn.reflectionFromToken(uint256,bool).rTransferAmount (#1025) is too similar to FarmToEarn._transferStandard(address,address,uint256).tTransferAmount (#1145)
Variable FarmToEarn._transferToExcluded(address,address,uint256).rTransferAmount (#1161) is too similar to FarmToEarn._getValues(uint256).tTransferAmount (#1227)
Variable FarmToEarn._transferStandard(address,address,uint256).rTransferAmount (#1145) is too similar to FarmToEarn._transferBothExcluded(address,address,uint256).tTransferAmount (#1197)
Variable FarmToEarn._transferToExcluded(address,address,uint256).rTransferAmount (#1161) is too similar to FarmToEarn._getTValues(uint256).tTransferAmount (#1243)
Variable FarmToEarn._getValues(uint256).rTransferAmount (#1231) is too similar to FarmToEarn._transferBothExcluded(address,address,uint256).tTransferAmount (#1197)
Variable FarmToEarn.reflectionFromToken(uint256,bool).rTransferAmount (#1025) is too similar to FarmToEarn._transferBothExcluded(address,address,uint256).tTransferAmount (#1197)
Variable FarmToEarn._transferToExcluded(address,address,uint256).rTransferAmount (#1161) is too similar to FarmToEarn._transferStandard(address,address,uint256).tTransferAmount (#1145)
Variable FarmToEarn._getValues(uint256).rTransferAmount (#1231) is too similar to FarmToEarn._transferFromExcluded(address,address,uint256).tTransferAmount (#1179)
Variable FarmToEarn.reflectionFromToken(uint256,bool).rTransferAmount (#1025) is too similar to FarmToEarn._transferFromExcluded(address,address,uint256).tTransferAmount (#1179)
Variable FarmToEarn._getRValues(uint256,uint256,uint256).rTransferAmount (#1257) is too similar to FarmToEarn._transferBothExcluded(address,address,uint256).tTransferAmount (#1197)
Variable FarmToEarn._transferToExcluded(address,address,uint256).rTransferAmount (#1161) is too similar to FarmToEarn._transferBothExcluded(address,address,uint256).tTransferAmount (#1197)
Variable FarmToEarn._transferFromExcluded(address,address,uint256).rTransferAmount (#1179) is too similar to FarmToEarn._getValues(uint256).tTransferAmount (#1227)
Variable FarmToEarn._transferToExcluded(address,address,uint256).rTransferAmount (#1161) is too similar to FarmToEarn._transferFromExcluded(address,address,uint256).tTransferAmount (#1179)
Variable FarmToEarn._transferFromExcluded(address,address,uint256).rTransferAmount (#1179) is too similar to FarmToEarn._transferStandard(address,address,uint256).tTransferAmount (#1145)
Prevent variables from having similar names.

Additional information: link

FarmToEarn._decimals (#861) should be constant
FarmToEarn._name (#857) should be constant
FarmToEarn._symbol (#859) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

owner() should be declared external:
- Ownable.owner() (#754-758)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#792-798)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#810-818)
name() should be declared external:
- FarmToEarn.name() (#877-881)
symbol() should be declared external:
- FarmToEarn.symbol() (#885-889)
decimals() should be declared external:
- FarmToEarn.decimals() (#893-897)
totalSupply() should be declared external:
- FarmToEarn.totalSupply() (#901-905)
balanceOf(address) should be declared external:
- FarmToEarn.balanceOf(address) (#909-915)
transfer(address,uint256) should be declared external:
- FarmToEarn.transfer(address,uint256) (#919-925)
allowance(address,address) should be declared external:
- FarmToEarn.allowance(address,address) (#929-933)
approve(address,uint256) should be declared external:
- FarmToEarn.approve(address,uint256) (#937-943)
transferFrom(address,address,uint256) should be declared external:
- FarmToEarn.transferFrom(address,address,uint256) (#947-955)
increaseAllowance(address,uint256) should be declared external:
- FarmToEarn.increaseAllowance(address,uint256) (#959-965)
decreaseAllowance(address,uint256) should be declared external:
- FarmToEarn.decreaseAllowance(address,uint256) (#969-975)
isExcluded(address) should be declared external:
- FarmToEarn.isExcluded(address) (#979-983)
totalFees() should be declared external:
- FarmToEarn.totalFees() (#987-991)
reflect(uint256) should be declared external:
- FarmToEarn.reflect(uint256) (#995-1009)
reflectionFromToken(uint256,bool) should be declared external:
- FarmToEarn.reflectionFromToken(uint256,bool) (#1013-1031)
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.


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


Token is deployed only at one blockchain


Token has only one trading pair

Contract has 2% buy tax and 1% sell tax.
Taxes are low and contract ownership is renounced.


Unable to find Telegram and Twitter accounts


Unable to find website, listings and other project-related information


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for FARMTOEARN