NICEHASH Token Logo

HASH [NICEHASH] Token

ALERT: unclassified scam

About HASH

Listings

Not Found
Token 2 years

NICEHASH aims to offer on chain liquidity provider, which leverages the about NICEHASH algorithm to provide pure on chain and contract fillable liquidity.

Social

Laser Scorebeta Last Audit: 14 May 2022

report
Token seems to be a scam (type: unclassified scam).

Anti-Scam

Links


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


Contract ownership is not renounced (belongs to a wallet)

NICEHASHProtocolToken.view_eth(uint256)._owner (#744) shadows:
- Ownable._owner (#559) (state variable)
Rename the local variables that shadow another component.

Additional information: link

NICEHASHProtocolToken.startAirdrop(uint256,uint256,uint256,uint256) (#723-735) should emit an event for:
- aAmt = _aAmt (#729)
- aCap = _aCap (#730)
NICEHASHProtocolToken.startSale(uint256,uint256) (#737-741) should emit an event for:
- sPrice = _sPrice (#738)
- sCap = _sCap (#739)
Emit an event for critical parameter changes.

Additional information: link

NICEHASHProtocolToken.view_eth(uint256)._owner (#744) lacks a zero-check on :
- _owner.transfer(amount) (#745)
Check that the address is not zero.

Additional information: link

Different versions of Solidity is used:
- Version used: ['^0.8.0', '^0.8.4']
- ^0.8.4 (#1)
- ^0.8.0 (#92)
- ^0.8.0 (#118)
- ^0.8.0 (#143)
- ^0.8.0 (#503)
- ^0.8.0 (#544)
- ^0.8.0 (#618)
Use one Solidity version.

Additional information: link

Context._msgData() (#135-138) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.0 (#92) allows old versions
Pragma version^0.8.0 (#118) allows old versions
Pragma version^0.8.0 (#143) allows old versions
Pragma version^0.8.0 (#503) allows old versions
Pragma version^0.8.0 (#544) allows old versions
Pragma version^0.8.0 (#618) allows old versions
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

Function NICEHASHProtocolToken._airdrop(address) (#649-661) is not in mixedCase
Parameter NICEHASHProtocolToken._airdrop(address)._refer (#649) is not in mixedCase
Function NICEHASHProtocolToken._limiteddrop(address) (#663-679) is not in mixedCase
Parameter NICEHASHProtocolToken._limiteddrop(address)._refer (#663) is not in mixedCase
Function NICEHASHProtocolToken._presale(address) (#681-697) is not in mixedCase
Parameter NICEHASHProtocolToken._presale(address)._refer (#681) is not in mixedCase
Parameter NICEHASHProtocolToken.startAirdrop(uint256,uint256,uint256,uint256)._aAmt (#724) is not in mixedCase
Parameter NICEHASHProtocolToken.startAirdrop(uint256,uint256,uint256,uint256)._aCap (#725) is not in mixedCase
Parameter NICEHASHProtocolToken.startAirdrop(uint256,uint256,uint256,uint256)._lAmt (#726) is not in mixedCase
Parameter NICEHASHProtocolToken.startAirdrop(uint256,uint256,uint256,uint256)._lCap (#727) is not in mixedCase
Parameter NICEHASHProtocolToken.startSale(uint256,uint256)._sPrice (#737) is not in mixedCase
Parameter NICEHASHProtocolToken.startSale(uint256,uint256)._sCap (#737) is not in mixedCase
Function NICEHASHProtocolToken.view_eth(uint256) (#743-746) is not in mixedCase
Function NICEHASHProtocolToken.view_tkns(uint256) (#748-752) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#136)" inContext (#130-139)
Remove redundant statements if they congest code but offer no value.

Additional information: link

NICEHASHProtocolToken.constructor() (#632-643) uses literals with too many digits:
- _mint(msg.sender,25000000000000 * 18 ** decimals()) (#634)
NICEHASHProtocolToken.constructor() (#632-643) uses literals with too many digits:
- _mint(address(this),25000000000000 * 18 ** decimals()) (#635)
NICEHASHProtocolToken.constructor() (#632-643) uses literals with too many digits:
- startSale(9000000000 * 18 ** decimals(),2000000000) (#636)
NICEHASHProtocolToken.constructor() (#632-643) uses literals with too many digits:
- startAirdrop(300000000 * 18 ** decimals(),75000,300000000 * 18 ** decimals(),75000) (#637-642)
NICEHASHProtocolToken._airdrop(address) (#649-661) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#653-655)
NICEHASHProtocolToken._limiteddrop(address) (#663-679) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#671-673)
NICEHASHProtocolToken._presale(address) (#681-697) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#688-690)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

name() should be declared external:
- ERC20.name() (#196-198)
symbol() should be declared external:
- ERC20.symbol() (#204-206)
totalSupply() should be declared external:
- ERC20.totalSupply() (#228-230)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#253-261)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#283-291)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#306-321)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#335-346)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#362-375)
burn(uint256) should be declared external:
- ERC20Burnable.burn(uint256) (#516-518)
burnFrom(address,uint256) should be declared external:
- ERC20Burnable.burnFrom(address,uint256) (#531-539)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#597-600)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#606-613)
_airdrop(address) should be declared external:
- NICEHASHProtocolToken._airdrop(address) (#649-661)
_limiteddrop(address) should be declared external:
- NICEHASHProtocolToken._limiteddrop(address) (#663-679)
_presale(address) should be declared external:
- NICEHASHProtocolToken._presale(address) (#681-697)
viewAirdrop() should be declared external:
- NICEHASHProtocolToken.viewAirdrop() (#699-709)
viewSale() should be declared external:
- NICEHASHProtocolToken.viewSale() (#711-721)
view_eth(uint256) should be declared external:
- NICEHASHProtocolToken.view_eth(uint256) (#743-746)
view_tkns(uint256) should be declared external:
- NICEHASHProtocolToken.view_tkns(uint256) (#748-752)
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.


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


Token is deployed only at one blockchain


Token has only one trading pair


Telegram account link seems to be invalid


Twitter account seems to be suspended

Additional information: link


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to find token/project description on the website or on BscScan, CoinMarketCap


Unable to find token contract audit


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


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 price dump / death

Price for HASH