PASHA COIN Token Logo

PASHA [PASHA COIN] Token

About PASHA

Listings

Token 2 years
CoinGecko 2 years
[CoinGecko] alert: The smart-contract owner can mint new tokens, please proceed with caution.
white paper

Pasha is a Unique crypto currency which allows investors to take an active role in saving Human being and Animal lives. While there are million of orphans and animals world wide, a most of them are disproportionately f o u n d in developing countries and conflict zones. These regions are in a constant battle to access the resources, they so desperately need in order for every child to have food, shelter, and hope for the future.

Social

Laser Scorebeta Last Audit: 25 May 2022

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

Anti-Scam

Links

BEP20Token.recoverBEP20(address) (#578-583) ignores return value by tokenBep20.transfer(msg.sender,tokenBalance) (#581)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link

BasicToken.totalSupply_ (#164) is never initialized. It is used in:
- BasicToken.totalSupply() (#169-171)
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.

Additional information: link


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

Contract locking ether found:
Contract BEP20Token (#552-589) has payable functions:
- BEP20Token.receive() (#585-587)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

BEP20Token.decimals (#557) should be constant
BEP20Token.name (#555) should be constant
BEP20Token.symbol (#556) should be constant
MintableToken.mintingFinished (#400) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

SafeMath.div(uint256,uint256) (#118-123) is never used and should be removed
SafeMath.mul(uint256,uint256) (#106-113) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.11 (#3) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.11 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

Parameter BasicToken.transfer(address,uint256)._to (#179) is not in mixedCase
Parameter BasicToken.transfer(address,uint256)._value (#179) is not in mixedCase
Parameter BasicToken.balanceOf(address)._owner (#195) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._from (#238) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._to (#239) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._value (#240) is not in mixedCase
Parameter StandardToken.approve(address,uint256)._spender (#269) is not in mixedCase
Parameter StandardToken.approve(address,uint256)._value (#269) is not in mixedCase
Parameter StandardToken.allowance(address,address)._owner (#282) is not in mixedCase
Parameter StandardToken.allowance(address,address)._spender (#283) is not in mixedCase
Parameter StandardToken.increaseApproval(address,uint256)._spender (#304) is not in mixedCase
Parameter StandardToken.increaseApproval(address,uint256)._addedValue (#305) is not in mixedCase
Parameter StandardToken.decreaseApproval(address,uint256)._spender (#328) is not in mixedCase
Parameter StandardToken.decreaseApproval(address,uint256)._subtractedValue (#329) is not in mixedCase
Parameter MintableToken.mint(address,uint256)._to (#420) is not in mixedCase
Parameter MintableToken.mint(address,uint256)._amount (#421) is not in mixedCase
Parameter PausableToken.transfer(address,uint256)._to (#491) is not in mixedCase
Parameter PausableToken.transfer(address,uint256)._value (#492) is not in mixedCase
Parameter PausableToken.transferFrom(address,address,uint256)._from (#503) is not in mixedCase
Parameter PausableToken.transferFrom(address,address,uint256)._to (#504) is not in mixedCase
Parameter PausableToken.transferFrom(address,address,uint256)._value (#505) is not in mixedCase
Parameter PausableToken.approve(address,uint256)._spender (#516) is not in mixedCase
Parameter PausableToken.approve(address,uint256)._value (#517) is not in mixedCase
Parameter PausableToken.increaseApproval(address,uint256)._spender (#528) is not in mixedCase
Parameter PausableToken.increaseApproval(address,uint256)._addedValue (#529) is not in mixedCase
Parameter PausableToken.decreaseApproval(address,uint256)._spender (#540) is not in mixedCase
Parameter PausableToken.decreaseApproval(address,uint256)._subtractedValue (#541) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

BEP20Token.constructor() (#560-563) uses literals with too many digits:
- totalSupply_ = 10000000000 * (10 ** uint256(decimals)) (#561)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

totalSupply() should be declared external:
- BasicToken.totalSupply() (#169-171)
- ERC20Basic.totalSupply() (#149)
balanceOf(address) should be declared external:
- BasicToken.balanceOf(address) (#195-197)
- ERC20Basic.balanceOf(address) (#150)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#205-206)
- StandardToken.allowance(address,address) (#281-291)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#383-387)
mint(address,uint256) should be declared external:
- MintableToken.mint(address,uint256) (#419-435)
pause() should be declared external:
- Pausable.pause() (#469-472)
unpause() should be declared external:
- Pausable.unpause() (#477-480)
burn(uint256) should be declared external:
- BEP20Token.burn(uint256) (#565-568)
recoverBEP20(address) should be declared external:
- BEP20Token.recoverBEP20(address) (#578-583)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity is low.


Average 30d PancakeSwap volume is low.


Average 30d number of PancakeSwap swaps is low.


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


Token is deployed only at one blockchain


Token has only one trading pair


Twitter account has relatively few followers


Unable to find Blog account (Reddit or Medium)


Unable to find Discord account


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 on CoinMarketCap

Additional information: link


Unable to find token contract audit


Unable to find audit link on the website


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Young tokens have high risks of price dump / death


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death

Price for PASHA

News for PASHA