CoinWind Token Token Logo

COW [CoinWind] Token

ALERT: honeypot scam

About COW

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
white paper

CoinWind is a DeFi smart mining financial platform, which automatically matches pledged tokens to pairs through contracts, uses a minimum hedging free losing strategy to maximize users' income. Therefore, CoinWind effectively solves users' low single-token mining income, large LP mining lose, and other problems.

CoinWind aims to build a DeFi digital asset bank, launching a product that combines high-yield, safety, and reliability. CoinWind will manage and transfer different tokens deposited by users into different pools, then manage the funds of a certain token pool to participate in different liquidity mining according to different strategies. At last, make higher benefits for all users. CoinWind can effectively reduce the impermanence loss in liquidity mining through a combination strategy.

Social

Laser Scorebeta Last Audit: 28 April 2022

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


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains

UpgradedStandardToken (#307-313) has incorrect ERC20 function interface:StandardToken.transferFrom(address,address,uint256) (#171-192)
UpgradedStandardToken (#307-313) has incorrect ERC20 function interface:StandardToken.approve(address,uint256) (#199-209)
UpgradedStandardToken (#307-313) has incorrect ERC20 function interface:ERC20.transferFrom(address,address,uint256) (#95)
UpgradedStandardToken (#307-313) has incorrect ERC20 function interface:ERC20.approve(address,uint256) (#96)
UpgradedStandardToken (#307-313) has incorrect ERC20 function interface:ERC20Basic.transfer(address,uint256) (#85)
UpgradedStandardToken (#307-313) has incorrect ERC20 function interface:BasicToken.transfer(address,uint256) (#126-139)
CoinWindToken (#315-466) has incorrect ERC20 function interface:BasicToken.transfer(address,uint256) (#126-139)
CoinWindToken (#315-466) has incorrect ERC20 function interface:ERC20Basic.transfer(address,uint256) (#85)
CoinWindToken (#315-466) has incorrect ERC20 function interface:StandardToken.transferFrom(address,address,uint256) (#171-192)
CoinWindToken (#315-466) has incorrect ERC20 function interface:StandardToken.approve(address,uint256) (#199-209)
CoinWindToken (#315-466) has incorrect ERC20 function interface:ERC20.transferFrom(address,address,uint256) (#95)
CoinWindToken (#315-466) has incorrect ERC20 function interface:ERC20.approve(address,uint256) (#96)
CoinWindToken (#315-466) has incorrect ERC20 function interface:CoinWindToken.transfer(address,uint256) (#342-352)
CoinWindToken (#315-466) has incorrect ERC20 function interface:CoinWindToken.transferFrom(address,address,uint256) (#355-367)
CoinWindToken (#315-466) has incorrect ERC20 function interface:CoinWindToken.approve(address,uint256) (#379-385)
Set the appropriate return values and types for the defined ERC20 functions.

Additional information: link


Contract ownership is semi-renounced (passed to a contract)

Ownable.transferOwnership(address) (#68-72) should emit an event for:
- owner = newOwner (#70)
Emit an event for critical parameter changes.

Additional information: link

CoinWindToken.deprecate(address)._upgradedAddress (#397) lacks a zero-check on :
- upgradedAddress = _upgradedAddress (#399)
Check that the address is not zero.

Additional information: link

Pragma version^0.4.17 (#5) allows old versions
solc-0.4.18 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

Variable ERC20Basic._totalSupply (#82) is not in mixedCase
Parameter BasicToken.transfer(address,uint256)._to (#126) is not in mixedCase
Parameter BasicToken.transfer(address,uint256)._value (#126) is not in mixedCase
Parameter BasicToken.balanceOf(address)._owner (#146) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._from (#171) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._to (#171) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._value (#171) is not in mixedCase
Parameter StandardToken.approve(address,uint256)._spender (#199) is not in mixedCase
Parameter StandardToken.approve(address,uint256)._value (#199) is not in mixedCase
Parameter StandardToken.allowance(address,address)._owner (#217) is not in mixedCase
Parameter StandardToken.allowance(address,address)._spender (#217) is not in mixedCase
Parameter BlackList.getBlackListStatus(address)._maker (#271) is not in mixedCase
Parameter BlackList.addBlackList(address)._evilUser (#281) is not in mixedCase
Parameter BlackList.removeBlackList(address)._clearedUser (#286) is not in mixedCase
Parameter BlackList.destroyBlackFunds(address)._blackListedUser (#291) is not in mixedCase
Parameter CoinWindToken.transfer(address,uint256)._to (#342) is not in mixedCase
Parameter CoinWindToken.transfer(address,uint256)._value (#342) is not in mixedCase
Parameter CoinWindToken.transferFrom(address,address,uint256)._from (#355) is not in mixedCase
Parameter CoinWindToken.transferFrom(address,address,uint256)._to (#355) is not in mixedCase
Parameter CoinWindToken.transferFrom(address,address,uint256)._value (#355) is not in mixedCase
Parameter CoinWindToken.approve(address,uint256)._spender (#379) is not in mixedCase
Parameter CoinWindToken.approve(address,uint256)._value (#379) is not in mixedCase
Parameter CoinWindToken.allowance(address,address)._owner (#388) is not in mixedCase
Parameter CoinWindToken.allowance(address,address)._spender (#388) is not in mixedCase
Parameter CoinWindToken.deprecate(address)._upgradedAddress (#397) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

UpgradedStandardToken (#307-313) does not implement functions:
- UpgradedStandardToken.approveByLegacy(address,address,uint256) (#312)
- ERC20Basic.totalSupply() (#83)
- UpgradedStandardToken.transferByLegacy(address,address,uint256) (#310)
- UpgradedStandardToken.transferFromByLegacy(address,address,address,uint256) (#311)
Implement all unimplemented functions in any contract you intend to use directly (not simply inherit from).

Additional information: link

transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#68-72)
totalSupply() should be declared external:
- CoinWindToken.totalSupply() (#404-410)
- ERC20Basic.totalSupply() (#83)
pause() should be declared external:
- Pausable.pause() (#254-257)
unpause() should be declared external:
- Pausable.unpause() (#262-265)
addBlackList(address) should be declared external:
- BlackList.addBlackList(address) (#281-284)
removeBlackList(address) should be declared external:
- BlackList.removeBlackList(address) (#286-289)
destroyBlackFunds(address) should be declared external:
- BlackList.destroyBlackFunds(address) (#291-297)
transferByLegacy(address,address,uint256) should be declared external:
- UpgradedStandardToken.transferByLegacy(address,address,uint256) (#310)
transferFromByLegacy(address,address,address,uint256) should be declared external:
- UpgradedStandardToken.transferFromByLegacy(address,address,address,uint256) (#311)
approveByLegacy(address,address,uint256) should be declared external:
- UpgradedStandardToken.approveByLegacy(address,address,uint256) (#312)
deprecate(address) should be declared external:
- CoinWindToken.deprecate(address) (#397-401)
issue(uint256) should be declared external:
- CoinWindToken.issue(uint256) (#416-425)
redeem(uint256) should be declared external:
- CoinWindToken.redeem(uint256) (#432-441)
setParams(uint256,uint256) should be declared external:
- CoinWindToken.setParams(uint256,uint256) (#443-452)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Attempt to swap token was unsuccessful. For some reason it is untradeable. If token is not in presale stage and is not traded outside PancakeSwap, then it's a scam

Additional information: link


Unable to find Youtube account


Unable to find Discord account


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

Additional information: link


Unable to verify token contract address on the website


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 token on CoinHunt

Additional information: link


Unable to find code repository for the project


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Alexa traffic rank is relatively low

Additional information: link


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank

Price for COW

News for COW