PetsHelp Coin Token Logo

PETH [PetsHelp Coin] Token

About PETH

Listings

Token 4 years
CoinGecko 4 years
CoinMarketCap 4 years
white paper

Our project aims to help pets and animals that are mistreated by people, we will make donations in cash, rations and veterinary assistance for animals, we will also organize events to focus on animal abuse and abandonment, in return for investors will invest in a strong token that gave great return, every purchase of currency is distributed 5% to their holders which makes it possible to have several holders.
I believe our holders were very pleased to help a cause and still make great profits.

Social

Laser Scorebeta Last Audit: 7 September 2022

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

Anti-Scam

Links


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


Contract ownership is not renounced (belongs to a wallet)

PETSHELPCOIN._getTValues(uint256) (#555-559) performs a multiplication on the result of a division:
-tFee = tAmount.div(100).mul(2) (#556)
Consider ordering multiplication before division.

Additional information: link

PETSHELPCOIN.allowance(address,address).owner (#381) shadows:
- Ownable.owner() (#289-291) (function)
PETSHELPCOIN._approve(address,address,uint256).owner (#469) shadows:
- Ownable.owner() (#289-291) (function)
Rename the local variables that shadow another component.

Additional information: link

PETSHELPCOIN.setMaxTxPercent(uint256) (#415-419) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#416-418)
Emit an event for critical parameter changes.

Additional information: link

PETSHELPCOIN.setUniswapPair(address).pair (#585) lacks a zero-check on :
- uniswapPair = pair (#586)
Check that the address is not zero.

Additional information: link

PETSHELPCOIN._transfer(address,address,uint256) (#477-505) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp >= lastBuy[sender] + transfertimeout,lock 20 seconds after purchase) (#491)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#155-164) uses assembly
- INLINE ASM (#162)
Address._functionCallWithValue(address,bytes,uint256,string) (#248-269) uses assembly
- INLINE ASM (#261-264)
Do not use evm assembly.

Additional information: link

PETSHELPCOIN.includeAccount(address) (#456-467) has costly operations inside a loop:
- _excluded.pop() (#463)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#248-269) is never used and should be removed
Address.functionCall(address,bytes) (#208-210) is never used and should be removed
Address.functionCall(address,bytes,string) (#218-220) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#233-235) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#243-246) is never used and should be removed
Address.isContract(address) (#155-164) is never used and should be removed
Address.sendValue(address,uint256) (#182-188) is never used and should be removed
Context._msgData() (#10-13) is never used and should be removed
SafeMath.mod(uint256,uint256) (#115-117) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#131-134) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#182-188):
- (success) = recipient.call{value: amount}() (#186)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#248-269):
- (success,returndata) = target.call{value: weiValue}(data) (#252)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Constant PETSHELPCOIN._tTotal (#337) is not in UPPER_CASE_WITH_UNDERSCORES
Variable PETSHELPCOIN._maxTxAmount (#345) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

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

Additional information: link

Variable PETSHELPCOIN._getValues(uint256).rTransferAmount (#551) is too similar to PETSHELPCOIN._getTValues(uint256).tTransferAmount (#557)
Variable PETSHELPCOIN._getValues(uint256).rTransferAmount (#551) is too similar to PETSHELPCOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#525)
Variable PETSHELPCOIN._transferBothExcluded(address,address,uint256).rTransferAmount (#534) is too similar to PETSHELPCOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#525)
Variable PETSHELPCOIN._transferStandard(address,address,uint256).rTransferAmount (#508) is too similar to PETSHELPCOIN._getTValues(uint256).tTransferAmount (#557)
Variable PETSHELPCOIN._transferStandard(address,address,uint256).rTransferAmount (#508) is too similar to PETSHELPCOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#525)
Variable PETSHELPCOIN.reflectionFromToken(uint256,bool).rTransferAmount (#436) is too similar to PETSHELPCOIN._getTValues(uint256).tTransferAmount (#557)
Variable PETSHELPCOIN.reflectionFromToken(uint256,bool).rTransferAmount (#436) is too similar to PETSHELPCOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#525)
Variable PETSHELPCOIN._transferStandard(address,address,uint256).rTransferAmount (#508) is too similar to PETSHELPCOIN._transferStandard(address,address,uint256).tTransferAmount (#508)
Variable PETSHELPCOIN._getValues(uint256).rTransferAmount (#551) is too similar to PETSHELPCOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#534)
Variable PETSHELPCOIN.reflectionFromToken(uint256,bool).rTransferAmount (#436) is too similar to PETSHELPCOIN._transferStandard(address,address,uint256).tTransferAmount (#508)
Variable PETSHELPCOIN._transferBothExcluded(address,address,uint256).rTransferAmount (#534) is too similar to PETSHELPCOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#534)
Variable PETSHELPCOIN._getRValues(uint256,uint256,uint256).rTransferAmount (#564) is too similar to PETSHELPCOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#525)
Variable PETSHELPCOIN._transferFromExcluded(address,address,uint256).rTransferAmount (#525) is too similar to PETSHELPCOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#525)
Variable PETSHELPCOIN._transferStandard(address,address,uint256).rTransferAmount (#508) is too similar to PETSHELPCOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#534)
Variable PETSHELPCOIN.reflectionFromToken(uint256,bool).rTransferAmount (#436) is too similar to PETSHELPCOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#534)
Variable PETSHELPCOIN._transferStandard(address,address,uint256).rTransferAmount (#508) is too similar to PETSHELPCOIN._getValues(uint256).tTransferAmount (#549)
Variable PETSHELPCOIN.reflectionFromToken(uint256,bool).rTransferAmount (#436) is too similar to PETSHELPCOIN._getValues(uint256).tTransferAmount (#549)
Variable PETSHELPCOIN._transferBothExcluded(address,address,uint256).rTransferAmount (#534) is too similar to PETSHELPCOIN._transferStandard(address,address,uint256).tTransferAmount (#508)
Variable PETSHELPCOIN._getRValues(uint256,uint256,uint256).rTransferAmount (#564) is too similar to PETSHELPCOIN._getValues(uint256).tTransferAmount (#549)
Variable PETSHELPCOIN.reflectionFromToken(uint256,bool).rTransferAmount (#436) is too similar to PETSHELPCOIN._transferToExcluded(address,address,uint256).tTransferAmount (#516)
Variable PETSHELPCOIN._transferToExcluded(address,address,uint256).rTransferAmount (#516) is too similar to PETSHELPCOIN._transferToExcluded(address,address,uint256).tTransferAmount (#516)
Variable PETSHELPCOIN._getRValues(uint256,uint256,uint256).rTransferAmount (#564) is too similar to PETSHELPCOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#534)
Variable PETSHELPCOIN._transferToExcluded(address,address,uint256).rTransferAmount (#516) is too similar to PETSHELPCOIN._getValues(uint256).tTransferAmount (#549)
Variable PETSHELPCOIN._getRValues(uint256,uint256,uint256).rTransferAmount (#564) is too similar to PETSHELPCOIN._transferStandard(address,address,uint256).tTransferAmount (#508)
Variable PETSHELPCOIN._transferToExcluded(address,address,uint256).rTransferAmount (#516) is too similar to PETSHELPCOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#534)
Variable PETSHELPCOIN._transferToExcluded(address,address,uint256).rTransferAmount (#516) is too similar to PETSHELPCOIN._transferStandard(address,address,uint256).tTransferAmount (#508)
Variable PETSHELPCOIN._transferFromExcluded(address,address,uint256).rTransferAmount (#525) is too similar to PETSHELPCOIN._transferToExcluded(address,address,uint256).tTransferAmount (#516)
Variable PETSHELPCOIN._transferBothExcluded(address,address,uint256).rTransferAmount (#534) is too similar to PETSHELPCOIN._getTValues(uint256).tTransferAmount (#557)
Variable PETSHELPCOIN._transferFromExcluded(address,address,uint256).rTransferAmount (#525) is too similar to PETSHELPCOIN._getValues(uint256).tTransferAmount (#549)
Variable PETSHELPCOIN._transferFromExcluded(address,address,uint256).rTransferAmount (#525) is too similar to PETSHELPCOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#534)
Variable PETSHELPCOIN._transferFromExcluded(address,address,uint256).rTransferAmount (#525) is too similar to PETSHELPCOIN._transferStandard(address,address,uint256).tTransferAmount (#508)
Variable PETSHELPCOIN._getRValues(uint256,uint256,uint256).rTransferAmount (#564) is too similar to PETSHELPCOIN._getTValues(uint256).tTransferAmount (#557)
Variable PETSHELPCOIN._getValues(uint256).rTransferAmount (#551) is too similar to PETSHELPCOIN._transferToExcluded(address,address,uint256).tTransferAmount (#516)
Variable PETSHELPCOIN._getValues(uint256).rTransferAmount (#551) is too similar to PETSHELPCOIN._getValues(uint256).tTransferAmount (#549)
Variable PETSHELPCOIN._transferToExcluded(address,address,uint256).rTransferAmount (#516) is too similar to PETSHELPCOIN._getTValues(uint256).tTransferAmount (#557)
Variable PETSHELPCOIN._getValues(uint256).rTransferAmount (#551) is too similar to PETSHELPCOIN._transferStandard(address,address,uint256).tTransferAmount (#508)
Variable PETSHELPCOIN._transferStandard(address,address,uint256).rTransferAmount (#508) is too similar to PETSHELPCOIN._transferToExcluded(address,address,uint256).tTransferAmount (#516)
Variable PETSHELPCOIN._transferToExcluded(address,address,uint256).rTransferAmount (#516) is too similar to PETSHELPCOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#525)
Variable PETSHELPCOIN._transferFromExcluded(address,address,uint256).rTransferAmount (#525) is too similar to PETSHELPCOIN._getTValues(uint256).tTransferAmount (#557)
Variable PETSHELPCOIN._transferBothExcluded(address,address,uint256).rTransferAmount (#534) is too similar to PETSHELPCOIN._transferToExcluded(address,address,uint256).tTransferAmount (#516)
Variable PETSHELPCOIN._transferBothExcluded(address,address,uint256).rTransferAmount (#534) is too similar to PETSHELPCOIN._getValues(uint256).tTransferAmount (#549)
Variable PETSHELPCOIN._getRValues(uint256,uint256,uint256).rTransferAmount (#564) is too similar to PETSHELPCOIN._transferToExcluded(address,address,uint256).tTransferAmount (#516)
Prevent variables from having similar names.

Additional information: link

PETSHELPCOIN.slitherConstructorVariables() (#325-589) uses literals with too many digits:
- _maxTxAmount = 10000000 * 10 ** 6 * 10 ** 9 (#345)
PETSHELPCOIN.slitherConstructorConstantVariables() (#325-589) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 9 (#337)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

PETSHELPCOIN._decimals (#343) should be constant
PETSHELPCOIN._name (#341) should be constant
PETSHELPCOIN._symbol (#342) should be constant
PETSHELPCOIN.transfertimeout (#344) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#308-311)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#317-321)
name() should be declared external:
- PETSHELPCOIN.name() (#355-357)
symbol() should be declared external:
- PETSHELPCOIN.symbol() (#359-361)
decimals() should be declared external:
- PETSHELPCOIN.decimals() (#363-365)
totalSupply() should be declared external:
- PETSHELPCOIN.totalSupply() (#367-369)
balanceOf(address) should be declared external:
- PETSHELPCOIN.balanceOf(address) (#371-374)
transfer(address,uint256) should be declared external:
- PETSHELPCOIN.transfer(address,uint256) (#376-379)
allowance(address,address) should be declared external:
- PETSHELPCOIN.allowance(address,address) (#381-383)
approve(address,uint256) should be declared external:
- PETSHELPCOIN.approve(address,uint256) (#385-388)
transferFrom(address,address,uint256) should be declared external:
- PETSHELPCOIN.transferFrom(address,address,uint256) (#390-394)
increaseAllowance(address,uint256) should be declared external:
- PETSHELPCOIN.increaseAllowance(address,uint256) (#396-399)
decreaseAllowance(address,uint256) should be declared external:
- PETSHELPCOIN.decreaseAllowance(address,uint256) (#401-404)
isExcluded(address) should be declared external:
- PETSHELPCOIN.isExcluded(address) (#406-408)
totalFees() should be declared external:
- PETSHELPCOIN.totalFees() (#410-412)
reflect(uint256) should be declared external:
- PETSHELPCOIN.reflect(uint256) (#421-428)
reflectionFromToken(uint256,bool) should be declared external:
- PETSHELPCOIN.reflectionFromToken(uint256,bool) (#430-439)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


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


Token is deployed only at one blockchain

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


Average 30d PancakeSwap liquidity is low.


Average 30d number of PancakeSwap swaps is low.


Telegram account link seems to be invalid


Twitter account has less than 100 followers


Unable to find Blog account (Reddit or Medium)


Twitter account has few posts


BscScan page for the token does not contain additional info: website, socials, description, etc.

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


Token is not listed at Mobula.Finance

Additional information: link


Token has a considerable age, but social accounts / website are missing or have few users


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


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


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for PETH

News for PETH