SAFUYIELD is a deflationary token, multi chain yield aggregator, governance and staking protocol.
SAFUYIELD token holders can interact with the SAFUDAO Governance Protocol to propose and cast a vote for the next project to be part of the SAFU.net platform.
SafuYield.claim() (contracts/SafuYield.sol#902-909) ignores return value by token.transfer(_msgSender(),uint256(1000000000000000000)) (contracts/SafuYield.sol#908)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
SafuYield._symbol (contracts/SafuYield.sol#517) should be constant
SafuYield._decimals (contracts/SafuYield.sol#518) should be constant
SafuYield._name (contracts/SafuYield.sol#516) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
Redundant expression "this (contracts/SafuYield.sol#19)" inContext (contracts/SafuYield.sol#13-22)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable SafuYield._transferFromExcluded(address,address,uint256).rTransferAmount (contracts/SafuYield.sol#766) is too similar to SafuYield._transferStandard(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#731)
Variable SafuYield.reflectionFromToken(uint256,bool).rTransferAmount (contracts/SafuYield.sol#649) is too similar to SafuYield._transferToExcluded(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#749)
Variable SafuYield._transferStandard(address,address,uint256).rTransferAmount (contracts/SafuYield.sol#729) is too similar to SafuYield._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#787)
Variable SafuYield.reflectionFromToken(uint256,bool).rTransferAmount (contracts/SafuYield.sol#649) is too similar to SafuYield._transferStandard(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#731)
Variable SafuYield.reflectionFromToken(uint256,bool).rTransferAmount (contracts/SafuYield.sol#649) is too similar to SafuYield._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#768)
Variable SafuYield._transferToExcluded(address,address,uint256).rTransferAmount (contracts/SafuYield.sol#747) is too similar to SafuYield._getValues(uint256).tTransferAmount (contracts/SafuYield.sol#814)
Variable SafuYield._getValues(uint256).rTransferAmount (contracts/SafuYield.sol#816) is too similar to SafuYield._getTValues(uint256).tTransferAmount (contracts/SafuYield.sol#827)
Variable SafuYield._transferBothExcluded(address,address,uint256).rTransferAmount (contracts/SafuYield.sol#785) is too similar to SafuYield._transferToExcluded(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#749)
Variable SafuYield._getRValues(uint256,uint256,uint256).rTransferAmount (contracts/SafuYield.sol#846) is too similar to SafuYield._getTValues(uint256).tTransferAmount (contracts/SafuYield.sol#827)
Variable SafuYield._getRValues(uint256,uint256,uint256).rTransferAmount (contracts/SafuYield.sol#846) is too similar to SafuYield._transferToExcluded(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#749)
Variable SafuYield._transferFromExcluded(address,address,uint256).rTransferAmount (contracts/SafuYield.sol#766) is too similar to SafuYield._transferToExcluded(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#749)
Variable SafuYield._transferFromExcluded(address,address,uint256).rTransferAmount (contracts/SafuYield.sol#766) is too similar to SafuYield._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#768)
Variable SafuYield.reflectionFromToken(uint256,bool).rTransferAmount (contracts/SafuYield.sol#649) is too similar to SafuYield._getValues(uint256).tTransferAmount (contracts/SafuYield.sol#814)
Variable SafuYield._getValues(uint256).rTransferAmount (contracts/SafuYield.sol#816) is too similar to SafuYield._transferToExcluded(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#749)
Variable SafuYield.reflectionFromToken(uint256,bool).rTransferAmount (contracts/SafuYield.sol#649) is too similar to SafuYield._getTValues(uint256).tTransferAmount (contracts/SafuYield.sol#827)
Variable SafuYield._transferBothExcluded(address,address,uint256).rTransferAmount (contracts/SafuYield.sol#785) is too similar to SafuYield._getTValues(uint256).tTransferAmount (contracts/SafuYield.sol#827)
Variable SafuYield._transferFromExcluded(address,address,uint256).rTransferAmount (contracts/SafuYield.sol#766) is too similar to SafuYield._getValues(uint256).tTransferAmount (contracts/SafuYield.sol#814)
Variable SafuYield._transferFromExcluded(address,address,uint256).rTransferAmount (contracts/SafuYield.sol#766) is too similar to SafuYield._getTValues(uint256).tTransferAmount (contracts/SafuYield.sol#827)
Variable SafuYield._transferBothExcluded(address,address,uint256).rTransferAmount (contracts/SafuYield.sol#785) is too similar to SafuYield._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#768)
Variable SafuYield._getRValues(uint256,uint256,uint256).rTransferAmount (contracts/SafuYield.sol#846) is too similar to SafuYield._getValues(uint256).tTransferAmount (contracts/SafuYield.sol#814)
Variable SafuYield._getRValues(uint256,uint256,uint256).rTransferAmount (contracts/SafuYield.sol#846) is too similar to SafuYield._transferStandard(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#731)
Variable SafuYield._transferBothExcluded(address,address,uint256).rTransferAmount (contracts/SafuYield.sol#785) is too similar to SafuYield._transferStandard(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#731)
Variable SafuYield._getRValues(uint256,uint256,uint256).rTransferAmount (contracts/SafuYield.sol#846) is too similar to SafuYield._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#768)
Variable SafuYield._transferStandard(address,address,uint256).rTransferAmount (contracts/SafuYield.sol#729) is too similar to SafuYield._transferToExcluded(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#749)
Variable SafuYield.reflectionFromToken(uint256,bool).rTransferAmount (contracts/SafuYield.sol#649) is too similar to SafuYield._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#787)
Variable SafuYield._transferToExcluded(address,address,uint256).rTransferAmount (contracts/SafuYield.sol#747) is too similar to SafuYield._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#768)
Variable SafuYield._getRValues(uint256,uint256,uint256).rTransferAmount (contracts/SafuYield.sol#846) is too similar to SafuYield._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#787)
Variable SafuYield._transferToExcluded(address,address,uint256).rTransferAmount (contracts/SafuYield.sol#747) is too similar to SafuYield._transferToExcluded(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#749)
Variable SafuYield._transferStandard(address,address,uint256).rTransferAmount (contracts/SafuYield.sol#729) is too similar to SafuYield._getValues(uint256).tTransferAmount (contracts/SafuYield.sol#814)
Variable SafuYield._transferToExcluded(address,address,uint256).rTransferAmount (contracts/SafuYield.sol#747) is too similar to SafuYield._transferStandard(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#731)
Variable SafuYield._transferBothExcluded(address,address,uint256).rTransferAmount (contracts/SafuYield.sol#785) is too similar to SafuYield._getValues(uint256).tTransferAmount (contracts/SafuYield.sol#814)
Variable SafuYield._transferFromExcluded(address,address,uint256).rTransferAmount (contracts/SafuYield.sol#766) is too similar to SafuYield._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#787)
Variable SafuYield._getValues(uint256).rTransferAmount (contracts/SafuYield.sol#816) is too similar to SafuYield._getValues(uint256).tTransferAmount (contracts/SafuYield.sol#814)
Variable SafuYield._transferStandard(address,address,uint256).rTransferAmount (contracts/SafuYield.sol#729) is too similar to SafuYield._transferStandard(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#731)
Variable SafuYield._transferStandard(address,address,uint256).rTransferAmount (contracts/SafuYield.sol#729) is too similar to SafuYield._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#768)
Variable SafuYield._getValues(uint256).rTransferAmount (contracts/SafuYield.sol#816) is too similar to SafuYield._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#768)
Variable SafuYield._transferToExcluded(address,address,uint256).rTransferAmount (contracts/SafuYield.sol#747) is too similar to SafuYield._getTValues(uint256).tTransferAmount (contracts/SafuYield.sol#827)
Variable SafuYield._getValues(uint256).rTransferAmount (contracts/SafuYield.sol#816) is too similar to SafuYield._transferStandard(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#731)
Variable SafuYield._getValues(uint256).rTransferAmount (contracts/SafuYield.sol#816) is too similar to SafuYield._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#787)
Variable SafuYield._transferBothExcluded(address,address,uint256).rTransferAmount (contracts/SafuYield.sol#785) is too similar to SafuYield._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#787)
Variable SafuYield._transferToExcluded(address,address,uint256).rTransferAmount (contracts/SafuYield.sol#747) is too similar to SafuYield._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/SafuYield.sol#787)
Variable SafuYield._transferStandard(address,address,uint256).rTransferAmount (contracts/SafuYield.sol#729) is too similar to SafuYield._getTValues(uint256).tTransferAmount (contracts/SafuYield.sol#827)
Prevent variables from having similar names.
Additional information: link
SafuYield.claim() (contracts/SafuYield.sol#902-909) uses literals with too many digits:
- token.transfer(_msgSender(),uint256(1000000000000000000)) (contracts/SafuYield.sol#908)
SafuYield.slitherConstructorConstantVariables() (contracts/SafuYield.sol#496-910) uses literals with too many digits:
- _tTotal = 100000000 * 10 ** 6 * 10 ** 9 (contracts/SafuYield.sol#512)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
SafuYield._getTValues(uint256) (contracts/SafuYield.sol#821-829) performs a multiplication on the result of a division:
-tFee = tAmount.div(100).mul(2) (contracts/SafuYield.sol#826)
Consider ordering multiplication before division.
Additional information: link
SafuYield.includeAccount(address) (contracts/SafuYield.sol#676-687) has costly operations inside a loop:
- _excluded.pop() (contracts/SafuYield.sol#683)
Use a local variable to hold the loop computation result.
Additional information: link
Address.sendValue(address,uint256) (contracts/SafuYield.sol#311-323) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (contracts/SafuYield.sol#375-387) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (contracts/SafuYield.sol#253-260) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (contracts/SafuYield.sol#395-406) is never used and should be removed
Context._msgData() (contracts/SafuYield.sol#18-21) is never used and should be removed
SafeMath.mod(uint256,uint256) (contracts/SafuYield.sol#237-239) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (contracts/SafuYield.sol#408-435) is never used and should be removed
Address.isContract(address) (contracts/SafuYield.sol#281-293) is never used and should be removed
Address.functionCall(address,bytes,string) (contracts/SafuYield.sol#356-362) is never used and should be removed
Address.functionCall(address,bytes) (contracts/SafuYield.sol#343-348) is never used and should be removed
Remove unused functions.
Additional information: link
Low level call in Address.sendValue(address,uint256) (contracts/SafuYield.sol#311-323):
- (success) = recipient.call{value: amount}() (contracts/SafuYield.sol#318)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (contracts/SafuYield.sol#408-435):
- (success,returndata) = target.call{value: weiValue}(data) (contracts/SafuYield.sol#417-418)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Constant SafuYield._tTotal (contracts/SafuYield.sol#512) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Contract ownership is semi-renounced (passed to a contract)
SafuYield.allowance(address,address).owner (contracts/SafuYield.sol#555) shadows:
- Ownable.owner() (contracts/SafuYield.sol#458-460) (function)
SafuYield._approve(address,address,uint256).owner (contracts/SafuYield.sol#690) shadows:
- Ownable.owner() (contracts/SafuYield.sol#458-460) (function)
Rename the local variables that shadow another component.
Additional information: link
Address.isContract(address) (contracts/SafuYield.sol#281-293) uses assembly
- INLINE ASM (contracts/SafuYield.sol#289-291)
Address._functionCallWithValue(address,bytes,uint256,string) (contracts/SafuYield.sol#408-435) uses assembly
- INLINE ASM (contracts/SafuYield.sol#427-430)
Do not use evm assembly.
Additional information: link
SafuYield.hasClaimed(address) (contracts/SafuYield.sol#895-900) compares to a boolean constant:
-_hasClaimed[account] == true (contracts/SafuYield.sol#896)
SafuYield.isWhitelisted(address) (contracts/SafuYield.sol#870-875) compares to a boolean constant:
-_isWhitelisted[account] == true (contracts/SafuYield.sol#871)
Remove the equality to the boolean constant.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (contracts/SafuYield.sol#477-480)
hasClaimed(address) should be declared external:
- SafuYield.hasClaimed(address) (contracts/SafuYield.sol#895-900)
totalSupply() should be declared external:
- SafuYield.totalSupply() (contracts/SafuYield.sol#537-539)
decreaseAllowance(address,uint256) should be declared external:
- SafuYield.decreaseAllowance(address,uint256) (contracts/SafuYield.sol#603-617)
addToWhitelist(address) should be declared external:
- SafuYield.addToWhitelist(address) (contracts/SafuYield.sol#877-880)
reflectionFromToken(uint256,bool) should be declared external:
- SafuYield.reflectionFromToken(uint256,bool) (contracts/SafuYield.sol#639-652)
transferFrom(address,address,uint256) should be declared external:
- SafuYield.transferFrom(address,address,uint256) (contracts/SafuYield.sol#573-588)
symbol() should be declared external:
- SafuYield.symbol() (contracts/SafuYield.sol#529-531)
name() should be declared external:
- SafuYield.name() (contracts/SafuYield.sol#525-527)
increaseAllowance(address,uint256) should be declared external:
- SafuYield.increaseAllowance(address,uint256) (contracts/SafuYield.sol#590-601)
owner() should be declared external:
- Ownable.owner() (contracts/SafuYield.sol#458-460)
totalFees() should be declared external:
- SafuYield.totalFees() (contracts/SafuYield.sol#623-625)
addToWhitelistMany(address[]) should be declared external:
- SafuYield.addToWhitelistMany(address[]) (contracts/SafuYield.sol#882-893)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (contracts/SafuYield.sol#486-493)
balanceOf(address) should be declared external:
- SafuYield.balanceOf(address) (contracts/SafuYield.sol#541-544)
reflect(uint256) should be declared external:
- SafuYield.reflect(uint256) (contracts/SafuYield.sol#627-637)
isWhitelisted(address) should be declared external:
- SafuYield.isWhitelisted(address) (contracts/SafuYield.sol#870-875)
approve(address,uint256) should be declared external:
- SafuYield.approve(address,uint256) (contracts/SafuYield.sol#564-571)
allowance(address,address) should be declared external:
- SafuYield.allowance(address,address) (contracts/SafuYield.sol#555-562)
transfer(address,uint256) should be declared external:
- SafuYield.transfer(address,uint256) (contracts/SafuYield.sol#546-553)
isExcluded(address) should be declared external:
- SafuYield.isExcluded(address) (contracts/SafuYield.sol#619-621)
decimals() should be declared external:
- SafuYield.decimals() (contracts/SafuYield.sol#533-535)
Use the external attribute for functions never called from the contract.
Additional information: link
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.
Token is deployed only at one blockchain
Contract has 2% buy tax and 2% sell tax.
Taxes are low and contract ownership is renounced.
Token is not listed at Mobula.Finance
Additional information: link
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Token has a considerable age, but social accounts / website are missing or have few users
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Last post in Twitter was more than 180 days ago
Twitter account has relatively few followers
Unable to find Youtube account