Ezcoin Market Token Logo

ECM [Ezcoin Market] Token

About ECM

Listings

Token 21 months
CoinGecko 20 months
CoinMarketCap 21 months
[CoinMarketCap] alert: The ownership of the smart contract isn't renounced for the following asset, which means the owners are able to modify contract behavior (for example: disable selling, change fees, mint new tokens, or transfer tokens). Please exercise with extra caution if you are investing in this asset.
white paper

Ezcoinmarket Is a Crypto Tracking Price Website For crpto Asset,
News Cryptocurrency,Signal futures & spot trading,Airdrops,Token Vote,games,
and to make crypto discoverable and efficient by empowering
users with unbiased, high quality and accurate information.
Ezcoinmarket welcomes ads promotion in their site and does rug
scans for all the tokens listed in any blockchains.

Laser Scorebeta Last Audit: 29 August 2022

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.

Reentrancy in EZCOINMARKET._transfer(address,address,uint256) (#240-277):
External calls:
- swapTokensForEth(contractTokenBalance) (#252)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#284-290)
External calls sending eth:
- sendETHToFee(address(this).balance) (#255)
- _shillAddress.transfer(amount.div(2)) (#294)
- _promoAddress.transfer(amount.div(2)) (#295)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#276)
- _rOwned[address(this)] = _rOwned[address(this)].add(rTeam) (#314)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#304)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#305)
- _tokenTransfer(from,to,amount) (#276)
- _rTotal = _rTotal.sub(rFee) (#318)
Apply the check-effects-interactions pattern.

Additional information: link


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

Reentrancy in EZCOINMARKET._transfer(address,address,uint256) (#240-277):
External calls:
- swapTokensForEth(contractTokenBalance) (#252)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#284-290)
External calls sending eth:
- sendETHToFee(address(this).balance) (#255)
- _shillAddress.transfer(amount.div(2)) (#294)
- _promoAddress.transfer(amount.div(2)) (#295)
State variables written after the call(s):
- _redisFee = _redisFeeOnBuy (#260)
- _redisFee = _redisFeeOnSell (#265)
- _redisFee = 0 (#270)
- _tokenTransfer(from,to,amount) (#276)
- _tFeeTotal = _tFeeTotal.add(tFee) (#319)
- _taxFee = _taxFeeOnBuy (#261)
- _taxFee = _taxFeeOnSell (#266)
- _taxFee = 0 (#271)
Reentrancy in EZCOINMARKET.constructor() (#171-185):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#176-177)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#179)
- _isExcludedFromFee[address(this)] = true (#180)
- _isExcludedFromFee[_shillAddress] = true (#181)
- _isExcludedFromFee[_promoAddress] = true (#182)
Reentrancy in EZCOINMARKET.transferFrom(address,address,uint256) (#221-225):
External calls:
- _transfer(sender,recipient,amount) (#222)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#284-290)
External calls sending eth:
- _transfer(sender,recipient,amount) (#222)
- _shillAddress.transfer(amount.div(2)) (#294)
- _promoAddress.transfer(amount.div(2)) (#295)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#223)
- _allowances[owner][spender] = amount (#236)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in EZCOINMARKET._transfer(address,address,uint256) (#240-277):
External calls:
- swapTokensForEth(contractTokenBalance) (#252)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#284-290)
External calls sending eth:
- sendETHToFee(address(this).balance) (#255)
- _shillAddress.transfer(amount.div(2)) (#294)
- _promoAddress.transfer(amount.div(2)) (#295)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#308)
- _tokenTransfer(from,to,amount) (#276)
Reentrancy in EZCOINMARKET.constructor() (#171-185):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#176-177)
Event emitted after the call(s):
- Transfer(address(0x0000000000000000000000000000000000000000),_msgSender(),_tTotal) (#184)
Reentrancy in EZCOINMARKET.transferFrom(address,address,uint256) (#221-225):
External calls:
- _transfer(sender,recipient,amount) (#222)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#284-290)
External calls sending eth:
- _transfer(sender,recipient,amount) (#222)
- _shillAddress.transfer(amount.div(2)) (#294)
- _promoAddress.transfer(amount.div(2)) (#295)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#237)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#223)
Apply the check-effects-interactions pattern.

Additional information: link

Function IUniswapV2Router02.WETH() (#42) is not in mixedCase
Constant EZCOINMARKET._tTotal (#140) is not in UPPER_CASE_WITH_UNDERSCORES
Constant EZCOINMARKET._name (#153) is not in UPPER_CASE_WITH_UNDERSCORES
Constant EZCOINMARKET._symbol (#154) is not in UPPER_CASE_WITH_UNDERSCORES
Constant EZCOINMARKET._decimals (#155) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Reentrancy in EZCOINMARKET._transfer(address,address,uint256) (#240-277):
External calls:
- sendETHToFee(address(this).balance) (#255)
- _shillAddress.transfer(amount.div(2)) (#294)
- _promoAddress.transfer(amount.div(2)) (#295)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#276)
- _rOwned[address(this)] = _rOwned[address(this)].add(rTeam) (#314)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#304)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#305)
- _tokenTransfer(from,to,amount) (#276)
- _rTotal = _rTotal.sub(rFee) (#318)
- _redisFee = _redisFeeOnBuy (#260)
- _redisFee = _redisFeeOnSell (#265)
- _redisFee = 0 (#270)
- _tokenTransfer(from,to,amount) (#276)
- _tFeeTotal = _tFeeTotal.add(tFee) (#319)
- _taxFee = _taxFeeOnBuy (#261)
- _taxFee = _taxFeeOnSell (#266)
- _taxFee = 0 (#271)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#308)
- _tokenTransfer(from,to,amount) (#276)
Reentrancy in EZCOINMARKET.transferFrom(address,address,uint256) (#221-225):
External calls:
- _transfer(sender,recipient,amount) (#222)
- _shillAddress.transfer(amount.div(2)) (#294)
- _promoAddress.transfer(amount.div(2)) (#295)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#223)
- _allowances[owner][spender] = amount (#236)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#237)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#223)
Apply the check-effects-interactions pattern.

Additional information: link

Variable EZCOINMARKET._getValues(uint256).rTransferAmount (#327) is too similar to EZCOINMARKET._getTValues(uint256,uint256,uint256).tTransferAmount (#334)
Variable EZCOINMARKET._transferStandard(address,address,uint256).rTransferAmount (#303) is too similar to EZCOINMARKET._getTValues(uint256,uint256,uint256).tTransferAmount (#334)
Variable EZCOINMARKET._transferStandard(address,address,uint256).rTransferAmount (#303) is too similar to EZCOINMARKET._transferStandard(address,address,uint256).tTransferAmount (#303)
Variable EZCOINMARKET._transferStandard(address,address,uint256).rTransferAmount (#303) is too similar to EZCOINMARKET._getValues(uint256).tTransferAmount (#325)
Variable EZCOINMARKET._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#342) is too similar to EZCOINMARKET._getTValues(uint256,uint256,uint256).tTransferAmount (#334)
Variable EZCOINMARKET._getValues(uint256).rTransferAmount (#327) is too similar to EZCOINMARKET._getValues(uint256).tTransferAmount (#325)
Variable EZCOINMARKET._getValues(uint256).rTransferAmount (#327) is too similar to EZCOINMARKET._transferStandard(address,address,uint256).tTransferAmount (#303)
Variable EZCOINMARKET._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#342) is too similar to EZCOINMARKET._getValues(uint256).tTransferAmount (#325)
Variable EZCOINMARKET._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#342) is too similar to EZCOINMARKET._transferStandard(address,address,uint256).tTransferAmount (#303)
Prevent variables from having similar names.

Additional information: link

EZCOINMARKET.constructor() (#171-185) uses literals with too many digits:
- Transfer(address(0x0000000000000000000000000000000000000000),_msgSender(),_tTotal) (#184)
EZCOINMARKET.slitherConstructorConstantVariables() (#131-375) uses literals with too many digits:
- _tTotal = 1000000000 (#140)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

EZCOINMARKET._tOwned (#135) is never used in EZCOINMARKET (#131-375)
Remove unused state variables.

Additional information: link

EZCOINMARKET._promoAddress (#158) should be constant
EZCOINMARKET._shillAddress (#157) should be constant
EZCOINMARKET.swapEnabled (#164) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#119-122)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#124-128)
name() should be declared external:
- EZCOINMARKET.name() (#187-189)
symbol() should be declared external:
- EZCOINMARKET.symbol() (#191-193)
decimals() should be declared external:
- EZCOINMARKET.decimals() (#195-197)
totalSupply() should be declared external:
- EZCOINMARKET.totalSupply() (#199-201)
transfer(address,uint256) should be declared external:
- EZCOINMARKET.transfer(address,uint256) (#207-210)
allowance(address,address) should be declared external:
- EZCOINMARKET.allowance(address,address) (#212-214)
approve(address,uint256) should be declared external:
- EZCOINMARKET.approve(address,uint256) (#216-219)
transferFrom(address,address,uint256) should be declared external:
- EZCOINMARKET.transferFrom(address,address,uint256) (#221-225)
setFee(uint256,uint256,uint256,uint256) should be declared external:
- EZCOINMARKET.setFee(uint256,uint256,uint256,uint256) (#358-367)
excludeMultipleAccountsFromFees(address[],bool) should be declared external:
- EZCOINMARKET.excludeMultipleAccountsFromFees(address[],bool) (#369-373)
Use the external attribute for functions never called from the contract.

Additional information: link

EZCOINMARKET.allowance(address,address).owner (#212) shadows:
- Ownable.owner() (#110-112) (function)
EZCOINMARKET._approve(address,address,uint256).owner (#233) shadows:
- Ownable.owner() (#110-112) (function)
Rename the local variables that shadow another component.

Additional information: link

EZCOINMARKET.setFee(uint256,uint256,uint256,uint256) (#358-367) should emit an event for:
- _redisFeeOnBuy = redisFeeOnBuy (#363)
- _redisFeeOnSell = redisFeeOnSell (#364)
- _taxFeeOnBuy = taxFeeOnBuy (#365)
- _taxFeeOnSell = taxFeeOnSell (#366)
Emit an event for critical parameter changes.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity is low.


Number of Binance Smart Chain (BSC) token holders is low.


Token is deployed only at one blockchain


Token has only one trading pair

Contract has 10% buy tax and 10% sell tax.
Taxes are low and contract ownership is renounced.


Unable to find Youtube account


Unable to find whitepaper link on the website


Token is not listed at Mobula.Finance

Additional information: link


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


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


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


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


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank

Price for ECM

News for ECM