Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Redundant expression "this (#16)" inContext (#5-19)
Remove redundant statements if they congest code but offer no value.
Additional information: link
PRIMAVE._getTValues(uint256) (#1242-1250) performs a multiplication on the result of a division:
-tFee = tAmount.div(100).mul(reflectFees) (#1244)
Consider ordering multiplication before division.
Additional information: link
PRIMAVE.allowance(address,address).owner (#930) shadows:
- Ownable.owner() (#755-759) (function)
PRIMAVE._approve(address,address,uint256).owner (#1094) shadows:
- Ownable.owner() (#755-759) (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
PRIMAVE.includeAccount(address) (#1067-1090) has costly operations inside a loop:
- _excluded.pop() (#1082)
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.5 (#1) allows old versions
solc-0.6.5 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 PRIMAVE._tTotal (#849) is not in UPPER_CASE_WITH_UNDERSCORES
Variable PRIMAVE._Total (#855) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Variable PRIMAVE._transferBothExcluded(address,address,uint256).rTransferAmount (#1200) is too similar to PRIMAVE._transferStandard(address,address,uint256).tTransferAmount (#1148)
Variable PRIMAVE._getValues(uint256).rTransferAmount (#1234) is too similar to PRIMAVE._transferToExcluded(address,address,uint256).tTransferAmount (#1164)
Variable PRIMAVE._getRValues(uint256,uint256,uint256).rTransferAmount (#1260) is too similar to PRIMAVE._getValues(uint256).tTransferAmount (#1230)
Variable PRIMAVE._transferBothExcluded(address,address,uint256).rTransferAmount (#1200) is too similar to PRIMAVE._transferBothExcluded(address,address,uint256).tTransferAmount (#1200)
Variable PRIMAVE.reflectionFromToken(uint256,bool).rTransferAmount (#1027) is too similar to PRIMAVE._transferToExcluded(address,address,uint256).tTransferAmount (#1164)
Variable PRIMAVE.reflectionFromToken(uint256,bool).rTransferAmount (#1027) is too similar to PRIMAVE._getValues(uint256).tTransferAmount (#1230)
Variable PRIMAVE._transferStandard(address,address,uint256).rTransferAmount (#1148) is too similar to PRIMAVE._transferStandard(address,address,uint256).tTransferAmount (#1148)
Variable PRIMAVE._transferToExcluded(address,address,uint256).rTransferAmount (#1164) is too similar to PRIMAVE._transferToExcluded(address,address,uint256).tTransferAmount (#1164)
Variable PRIMAVE._transferFromExcluded(address,address,uint256).rTransferAmount (#1182) is too similar to PRIMAVE._getTValues(uint256).tTransferAmount (#1246)
Variable PRIMAVE._getValues(uint256).rTransferAmount (#1234) is too similar to PRIMAVE._getTValues(uint256).tTransferAmount (#1246)
Variable PRIMAVE._transferFromExcluded(address,address,uint256).rTransferAmount (#1182) is too similar to PRIMAVE._transferFromExcluded(address,address,uint256).tTransferAmount (#1182)
Variable PRIMAVE._getRValues(uint256,uint256,uint256).rTransferAmount (#1260) is too similar to PRIMAVE._getTValues(uint256).tTransferAmount (#1246)
Variable PRIMAVE._transferBothExcluded(address,address,uint256).rTransferAmount (#1200) is too similar to PRIMAVE._transferToExcluded(address,address,uint256).tTransferAmount (#1164)
Variable PRIMAVE._transferFromExcluded(address,address,uint256).rTransferAmount (#1182) is too similar to PRIMAVE._transferStandard(address,address,uint256).tTransferAmount (#1148)
Variable PRIMAVE._transferBothExcluded(address,address,uint256).rTransferAmount (#1200) is too similar to PRIMAVE._getValues(uint256).tTransferAmount (#1230)
Variable PRIMAVE._getRValues(uint256,uint256,uint256).rTransferAmount (#1260) is too similar to PRIMAVE._transferFromExcluded(address,address,uint256).tTransferAmount (#1182)
Variable PRIMAVE.reflectionFromToken(uint256,bool).rTransferAmount (#1027) is too similar to PRIMAVE._getTValues(uint256).tTransferAmount (#1246)
Variable PRIMAVE._getValues(uint256).rTransferAmount (#1234) is too similar to PRIMAVE._transferStandard(address,address,uint256).tTransferAmount (#1148)
Variable PRIMAVE.reflectionFromToken(uint256,bool).rTransferAmount (#1027) is too similar to PRIMAVE._transferFromExcluded(address,address,uint256).tTransferAmount (#1182)
Variable PRIMAVE._getRValues(uint256,uint256,uint256).rTransferAmount (#1260) is too similar to PRIMAVE._transferStandard(address,address,uint256).tTransferAmount (#1148)
Variable PRIMAVE._transferStandard(address,address,uint256).rTransferAmount (#1148) is too similar to PRIMAVE._transferToExcluded(address,address,uint256).tTransferAmount (#1164)
Variable PRIMAVE.reflectionFromToken(uint256,bool).rTransferAmount (#1027) is too similar to PRIMAVE._transferStandard(address,address,uint256).tTransferAmount (#1148)
Variable PRIMAVE._transferBothExcluded(address,address,uint256).rTransferAmount (#1200) is too similar to PRIMAVE._getTValues(uint256).tTransferAmount (#1246)
Variable PRIMAVE._transferFromExcluded(address,address,uint256).rTransferAmount (#1182) is too similar to PRIMAVE._transferToExcluded(address,address,uint256).tTransferAmount (#1164)
Variable PRIMAVE._transferBothExcluded(address,address,uint256).rTransferAmount (#1200) is too similar to PRIMAVE._transferFromExcluded(address,address,uint256).tTransferAmount (#1182)
Variable PRIMAVE._getRValues(uint256,uint256,uint256).rTransferAmount (#1260) is too similar to PRIMAVE._transferToExcluded(address,address,uint256).tTransferAmount (#1164)
Variable PRIMAVE._transferToExcluded(address,address,uint256).rTransferAmount (#1164) is too similar to PRIMAVE._getValues(uint256).tTransferAmount (#1230)
Variable PRIMAVE._transferFromExcluded(address,address,uint256).rTransferAmount (#1182) is too similar to PRIMAVE._transferBothExcluded(address,address,uint256).tTransferAmount (#1200)
Variable PRIMAVE._transferToExcluded(address,address,uint256).rTransferAmount (#1164) is too similar to PRIMAVE._transferFromExcluded(address,address,uint256).tTransferAmount (#1182)
Variable PRIMAVE._transferStandard(address,address,uint256).rTransferAmount (#1148) is too similar to PRIMAVE._transferBothExcluded(address,address,uint256).tTransferAmount (#1200)
Variable PRIMAVE._getValues(uint256).rTransferAmount (#1234) is too similar to PRIMAVE._transferBothExcluded(address,address,uint256).tTransferAmount (#1200)
Variable PRIMAVE._transferStandard(address,address,uint256).rTransferAmount (#1148) is too similar to PRIMAVE._getTValues(uint256).tTransferAmount (#1246)
Variable PRIMAVE.reflectionFromToken(uint256,bool).rTransferAmount (#1027) is too similar to PRIMAVE._transferBothExcluded(address,address,uint256).tTransferAmount (#1200)
Variable PRIMAVE._transferFromExcluded(address,address,uint256).rTransferAmount (#1182) is too similar to PRIMAVE._getValues(uint256).tTransferAmount (#1230)
Variable PRIMAVE._getRValues(uint256,uint256,uint256).rTransferAmount (#1260) is too similar to PRIMAVE._transferBothExcluded(address,address,uint256).tTransferAmount (#1200)
Variable PRIMAVE._getValues(uint256).rTransferAmount (#1234) is too similar to PRIMAVE._getValues(uint256).tTransferAmount (#1230)
Variable PRIMAVE._transferStandard(address,address,uint256).rTransferAmount (#1148) is too similar to PRIMAVE._getValues(uint256).tTransferAmount (#1230)
Variable PRIMAVE._transferToExcluded(address,address,uint256).rTransferAmount (#1164) is too similar to PRIMAVE._transferBothExcluded(address,address,uint256).tTransferAmount (#1200)
Variable PRIMAVE._getValues(uint256).rTransferAmount (#1234) is too similar to PRIMAVE._transferFromExcluded(address,address,uint256).tTransferAmount (#1182)
Variable PRIMAVE._transferStandard(address,address,uint256).rTransferAmount (#1148) is too similar to PRIMAVE._transferFromExcluded(address,address,uint256).tTransferAmount (#1182)
Variable PRIMAVE._transferToExcluded(address,address,uint256).rTransferAmount (#1164) is too similar to PRIMAVE._transferStandard(address,address,uint256).tTransferAmount (#1148)
Variable PRIMAVE._transferToExcluded(address,address,uint256).rTransferAmount (#1164) is too similar to PRIMAVE._getTValues(uint256).tTransferAmount (#1246)
Prevent variables from having similar names.
Additional information: link
PRIMAVE._Total (#855) should be constant
PRIMAVE._decimals (#862) should be constant
PRIMAVE._name (#858) should be constant
PRIMAVE._symbol (#860) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
owner() should be declared external:
- Ownable.owner() (#755-759)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#793-799)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#811-819)
name() should be declared external:
- PRIMAVE.name() (#878-882)
symbol() should be declared external:
- PRIMAVE.symbol() (#886-890)
decimals() should be declared external:
- PRIMAVE.decimals() (#894-898)
totalSupply() should be declared external:
- PRIMAVE.totalSupply() (#902-906)
balanceOf(address) should be declared external:
- PRIMAVE.balanceOf(address) (#910-916)
transfer(address,uint256) should be declared external:
- PRIMAVE.transfer(address,uint256) (#920-926)
allowance(address,address) should be declared external:
- PRIMAVE.allowance(address,address) (#930-934)
approve(address,uint256) should be declared external:
- PRIMAVE.approve(address,uint256) (#938-944)
transferFrom(address,address,uint256) should be declared external:
- PRIMAVE.transferFrom(address,address,uint256) (#948-956)
increaseAllowance(address,uint256) should be declared external:
- PRIMAVE.increaseAllowance(address,uint256) (#960-966)
decreaseAllowance(address,uint256) should be declared external:
- PRIMAVE.decreaseAllowance(address,uint256) (#970-976)
isExcluded(address) should be declared external:
- PRIMAVE.isExcluded(address) (#980-985)
totalFees() should be declared external:
- PRIMAVE.totalFees() (#989-993)
reflect(uint256) should be declared external:
- PRIMAVE.reflect(uint256) (#997-1011)
reflectionFromToken(uint256,bool) should be declared external:
- PRIMAVE.reflectionFromToken(uint256,bool) (#1015-1033)
Use the external attribute for functions never called from the contract.
Additional information: link
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
Unable to find Telegram and Twitter accounts