Cryptocart Marketplace Pay your way from hundreds of vendors with global shipping.
Our goal is to bridge the gap between decentralised finance and e-commerce like never seen before in crypto.
CryptoCart Token.
CC Token is the native currency for the CryptoCart platform, offering several benefits to holders & spenders alike
DISCOUNTS
Discounts for wallets holding CC Token will include cheaper shipping and a set percentage off of promotional products at any given time.
CASHBACK
When transacting in CC Token, a percentage of the purchase value can be earned back as yield on your CC Token balance.
PROMOTIONS
Earn points for spending CC Token on CryptoCart. Points can later be redeemed for NFTs that can be applied to specific products or pomotions.
LOYALTY SCHEME
The NFT vouchers earned through the points scheme can be burned in exchange for the equivalent CC Token yield minus a percentage.
Contract locking ether found:
Contract CryptoCartV2 (#273-352) has payable functions:
- CryptoCartV2.receive() (#308-309)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.
Additional information: link
CryptoCartV2._transfer(address,address,uint256) (#323-345) performs a multiplication on the result of a division:
-vfees = amount.div(10000).mul(vaultFee) (#337)
Consider ordering multiplication before division.
Additional information: link
CryptoCartV2.constructor(address)._vaultAddress (#291) lacks a zero-check on :
- vaultAddress = _vaultAddress (#292)
Check that the address is not zero.
Additional information: link
Reentrancy in CryptoCartV2.constructor(address) (#291-306):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#296)
State variables written after the call(s):
- _mint(owner(),1000000 * (10 ** 18)) (#305)
- _balances[account] = _balances[account].add(amount) (#196)
- excludeFromFees(address(this),true) (#303)
- _isExcludedFromFees[account] = excluded (#319)
- excludeFromFees(owner(),true) (#304)
- _isExcludedFromFees[account] = excluded (#319)
- _mint(owner(),1000000 * (10 ** 18)) (#305)
- _totalSupply = _totalSupply.add(amount) (#195)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#301)
- automatedMarketMakerPairs[pair] = value (#313)
- uniswapV2Pair = _uniswapV2Pair (#299)
- uniswapV2Router = _uniswapV2Router (#298)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in CryptoCartV2.constructor(address) (#291-306):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#296)
Event emitted after the call(s):
- ExcludeFromFees(account,excluded) (#320)
- excludeFromFees(owner(),true) (#304)
- ExcludeFromFees(account,excluded) (#320)
- excludeFromFees(address(this),true) (#303)
- SetAutomatedMarketMakerPair(pair,value) (#314)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#301)
- Transfer(address(0),account,amount) (#197)
- _mint(owner(),1000000 * (10 ** 18)) (#305)
Apply the check-effects-interactions pattern.
Additional information: link
Context._msgData() (#30-33) is never used and should be removed
ERC20._setupDecimals(uint8) (#207-209) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#262-265) is never used and should be removed
SafeMath.mod(uint256,uint256) (#252-255) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#267-270) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.9 (#23) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.9 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
Function IUniswapV2Router01.WETH() (#220) is not in mixedCase
Variable CryptoCartV2._isExcludedFromFees (#284) is not in mixedCase
Modifier CryptoCartV2.OwnerOrEditor() (#347-350) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#31)" inContext (#25-34)
Remove redundant statements if they congest code but offer no value.
Additional information: link
CryptoCartV2.constructor(address) (#291-306) uses literals with too many digits:
- _mint(owner(),1000000 * (10 ** 18)) (#305)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
CryptoCartV2.swapping (#279) is never used in CryptoCartV2 (#273-352)
Remove unused state variables.
Additional information: link
CryptoCartV2.swapping (#279) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#56-59)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#61-65)
transferEditorRole(address) should be declared external:
- Editor.transferEditorRole(address) (#88-92)
name() should be declared external:
- ERC20.name() (#133-135)
symbol() should be declared external:
- ERC20.symbol() (#137-139)
decimals() should be declared external:
- ERC20.decimals() (#141-143)
totalSupply() should be declared external:
- ERC20.totalSupply() (#145-147)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#149-151)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#153-156)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#158-160)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#162-165)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#167-171)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#173-176)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#178-181)
Use the external attribute for functions never called from the contract.
Additional information: link
Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.
Average 30d PancakeSwap volume is low.
Average PancakeSwap trading volume, liqudity, number of swaps are low. Token seems to be inactive.
Number of Binance Smart Chain (BSC) token holders is low.
Contract has 0% buy tax and 2% sell tax.
Taxes are low and contract ownership is renounced.
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Token is not listed at Mobula.Finance
Additional information: link
Token has relatively low CoinMarketCap rank
Unable to find Youtube account
Unable to find Discord account