CumRocket Token Logo

CUMMIES [CumRocket] Token

About CUMMIES

Listings

Token 3 years
CoinGecko 2 years
CoinMarketCap 3 years
white paper

CumRocket operates a creator subscription site, allowing users to build meaningful connections with their admired creators.
Distinguished by its commitment to authenticity, CumRocket stands apart from other platforms like OnlyFans. There's a growing concern among fans about creators' accounts being managed by agencies or even AI chatbots.

Furthermore, users can enjoy discounted fees on every purchase made within the application, based on their CUMMIES holdings. Real creators, genuine authenticity, and deeper connections—CumRocket is redefining the subscription experience.

Laser Scorebeta Last Audit: 11 March 2024

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


Contract ownership is not renounced (belongs to a wallet)

Pragma version^0.6.0 (#17) 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

Low level call in Address.sendValue(address,uint256) (#313-319):
- (success) = recipient.call{value: amount}() (#317)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#379-400):
- (success,returndata) = target.call{value: weiValue}(data) (#383)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

CumRocket.allowance(address,address).owner (#527) shadows:
- Ownable.owner() (#432-434) (function)
CumRocket._approve(address,address,uint256).owner (#622) shadows:
- Ownable.owner() (#432-434) (function)
Rename the local variables that shadow another component.

Additional information: link

CumRocket._setBurnFee(uint256) (#754-756) should emit an event for:
- _burnFee = burnFee (#755)
CumRocket._setTaxFee(uint256) (#750-752) should emit an event for:
- _taxFee = taxFee (#751)
CumRocket.setMaxTxAmount(uint256) (#758-760) should emit an event for:
- max_tx_size = newMax (#759)
Emit an event for critical parameter changes.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#379-400) uses assembly
- INLINE ASM (#392-395)
Address.isContract(address) (#286-295) uses assembly
- INLINE ASM (#293)
Do not use evm assembly.

Additional information: link

Function CumRocket._getBurnFee() (#746-748) is not in mixedCase
Function CumRocket._setTaxFee(uint256) (#750-752) is not in mixedCase
Function CumRocket._setBurnFee(uint256) (#754-756) is not in mixedCase
Function CumRocket._getTaxFee() (#742-744) is not in mixedCase
Variable CumRocket.max_tx_size (#492) is not in mixedCase
Constant CumRocket._decimals (#480) is not in UPPER_CASE_WITH_UNDERSCORES
Constant CumRocket._name (#487) is not in UPPER_CASE_WITH_UNDERSCORES
Constant CumRocket._symbol (#488) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#26)" inContext (#20-29)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable CumRocket._transferFromExcluded(address,address,uint256).rTransferAmount (#675) is too similar to CumRocket._getTValues(uint256,uint256,uint256).tTransferAmount (#713)
Variable CumRocket.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to CumRocket._transferFromExcluded(address,address,uint256).tTransferAmount (#675)
Variable CumRocket._transferToExcluded(address,address,uint256).rTransferAmount (#664) is too similar to CumRocket._getValues(uint256).tTransferAmount (#704)
Variable CumRocket._transferStandard(address,address,uint256).rTransferAmount (#654) is too similar to CumRocket._transferStandard(address,address,uint256).tTransferAmount (#654)
Variable CumRocket._transferBothExcluded(address,address,uint256).rTransferAmount (#686) is too similar to CumRocket._transferBothExcluded(address,address,uint256).tTransferAmount (#686)
Variable CumRocket._transferBothExcluded(address,address,uint256).rTransferAmount (#686) is too similar to CumRocket._transferFromExcluded(address,address,uint256).tTransferAmount (#675)
Variable CumRocket._transferFromExcluded(address,address,uint256).rTransferAmount (#675) is too similar to CumRocket._transferFromExcluded(address,address,uint256).tTransferAmount (#675)
Variable CumRocket.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to CumRocket._transferBothExcluded(address,address,uint256).tTransferAmount (#686)
Variable CumRocket._transferToExcluded(address,address,uint256).rTransferAmount (#664) is too similar to CumRocket._transferFromExcluded(address,address,uint256).tTransferAmount (#675)
Variable CumRocket._transferStandard(address,address,uint256).rTransferAmount (#654) is too similar to CumRocket._getTValues(uint256,uint256,uint256).tTransferAmount (#713)
Variable CumRocket._transferStandard(address,address,uint256).rTransferAmount (#654) is too similar to CumRocket._transferToExcluded(address,address,uint256).tTransferAmount (#664)
Variable CumRocket._transferStandard(address,address,uint256).rTransferAmount (#654) is too similar to CumRocket._getValues(uint256).tTransferAmount (#704)
Variable CumRocket._transferToExcluded(address,address,uint256).rTransferAmount (#664) is too similar to CumRocket._transferStandard(address,address,uint256).tTransferAmount (#654)
Variable CumRocket._transferFromExcluded(address,address,uint256).rTransferAmount (#675) is too similar to CumRocket._transferBothExcluded(address,address,uint256).tTransferAmount (#686)
Variable CumRocket._transferFromExcluded(address,address,uint256).rTransferAmount (#675) is too similar to CumRocket._transferToExcluded(address,address,uint256).tTransferAmount (#664)
Variable CumRocket.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to CumRocket._transferStandard(address,address,uint256).tTransferAmount (#654)
Variable CumRocket.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to CumRocket._transferToExcluded(address,address,uint256).tTransferAmount (#664)
Variable CumRocket.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to CumRocket._getValues(uint256).tTransferAmount (#704)
Variable CumRocket._getValues(uint256).rTransferAmount (#706) is too similar to CumRocket._transferToExcluded(address,address,uint256).tTransferAmount (#664)
Variable CumRocket._transferStandard(address,address,uint256).rTransferAmount (#654) is too similar to CumRocket._transferFromExcluded(address,address,uint256).tTransferAmount (#675)
Variable CumRocket._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#721) is too similar to CumRocket._transferToExcluded(address,address,uint256).tTransferAmount (#664)
Variable CumRocket._transferBothExcluded(address,address,uint256).rTransferAmount (#686) is too similar to CumRocket._transferToExcluded(address,address,uint256).tTransferAmount (#664)
Variable CumRocket._transferStandard(address,address,uint256).rTransferAmount (#654) is too similar to CumRocket._transferBothExcluded(address,address,uint256).tTransferAmount (#686)
Variable CumRocket._getValues(uint256).rTransferAmount (#706) is too similar to CumRocket._transferBothExcluded(address,address,uint256).tTransferAmount (#686)
Variable CumRocket._transferFromExcluded(address,address,uint256).rTransferAmount (#675) is too similar to CumRocket._transferStandard(address,address,uint256).tTransferAmount (#654)
Variable CumRocket._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#721) is too similar to CumRocket._transferStandard(address,address,uint256).tTransferAmount (#654)
Variable CumRocket._getValues(uint256).rTransferAmount (#706) is too similar to CumRocket._getTValues(uint256,uint256,uint256).tTransferAmount (#713)
Variable CumRocket.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to CumRocket._getTValues(uint256,uint256,uint256).tTransferAmount (#713)
Variable CumRocket._getValues(uint256).rTransferAmount (#706) is too similar to CumRocket._transferStandard(address,address,uint256).tTransferAmount (#654)
Variable CumRocket._transferFromExcluded(address,address,uint256).rTransferAmount (#675) is too similar to CumRocket._getValues(uint256).tTransferAmount (#704)
Variable CumRocket._transferToExcluded(address,address,uint256).rTransferAmount (#664) is too similar to CumRocket._getTValues(uint256,uint256,uint256).tTransferAmount (#713)
Variable CumRocket._transferToExcluded(address,address,uint256).rTransferAmount (#664) is too similar to CumRocket._transferToExcluded(address,address,uint256).tTransferAmount (#664)
Variable CumRocket._transferBothExcluded(address,address,uint256).rTransferAmount (#686) is too similar to CumRocket._getValues(uint256).tTransferAmount (#704)
Variable CumRocket._getValues(uint256).rTransferAmount (#706) is too similar to CumRocket._transferFromExcluded(address,address,uint256).tTransferAmount (#675)
Variable CumRocket._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#721) is too similar to CumRocket._transferBothExcluded(address,address,uint256).tTransferAmount (#686)
Variable CumRocket._getValues(uint256).rTransferAmount (#706) is too similar to CumRocket._getValues(uint256).tTransferAmount (#704)
Variable CumRocket._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#721) is too similar to CumRocket._getValues(uint256).tTransferAmount (#704)
Variable CumRocket._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#721) is too similar to CumRocket._getTValues(uint256,uint256,uint256).tTransferAmount (#713)
Variable CumRocket._transferBothExcluded(address,address,uint256).rTransferAmount (#686) is too similar to CumRocket._getTValues(uint256,uint256,uint256).tTransferAmount (#713)
Variable CumRocket._transferBothExcluded(address,address,uint256).rTransferAmount (#686) is too similar to CumRocket._transferStandard(address,address,uint256).tTransferAmount (#654)
Variable CumRocket._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#721) is too similar to CumRocket._transferFromExcluded(address,address,uint256).tTransferAmount (#675)
Variable CumRocket._transferToExcluded(address,address,uint256).rTransferAmount (#664) is too similar to CumRocket._transferBothExcluded(address,address,uint256).tTransferAmount (#686)
Prevent variables from having similar names.

Additional information: link

CumRocket.slitherConstructorVariables() (#467-762) uses literals with too many digits:
- max_tx_size = 10000000000000000000000000000 (#492)
CumRocket.slitherConstructorVariables() (#467-762) uses literals with too many digits:
- _tTotal = 10000000000000000000000000000 (#482)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

CumRocket.includeAccount(address) (#609-620) has costly operations inside a loop:
- _excluded.pop() (#616)
Use a local variable to hold the loop computation result.

Additional information: link

Address.sendValue(address,uint256) (#313-319) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#364-366) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#259-262) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#374-377) is never used and should be removed
Context._msgData() (#25-28) is never used and should be removed
SafeMath.mod(uint256,uint256) (#243-245) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#379-400) is never used and should be removed
Address.isContract(address) (#286-295) is never used and should be removed
Address.functionCall(address,bytes,string) (#349-351) is never used and should be removed
Address.functionCall(address,bytes) (#339-341) is never used and should be removed
Remove unused functions.

Additional information: link

CumRocket._rTotal (#483) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.

Additional information: link

reflectionFromToken(uint256,bool) should be declared external:
- CumRocket.reflectionFromToken(uint256,bool) (#582-591)
decimals() should be declared external:
- CumRocket.decimals() (#509-511)
isExcluded(address) should be declared external:
- CumRocket.isExcluded(address) (#552-554)
name() should be declared external:
- CumRocket.name() (#501-503)
_getBurnFee() should be declared external:
- CumRocket._getBurnFee() (#746-748)
increaseAllowance(address,uint256) should be declared external:
- CumRocket.increaseAllowance(address,uint256) (#542-545)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#451-454)
balanceOf(address) should be declared external:
- CumRocket.balanceOf(address) (#517-520)
transferFrom(address,address,uint256) should be declared external:
- CumRocket.transferFrom(address,address,uint256) (#536-540)
allowance(address,address) should be declared external:
- CumRocket.allowance(address,address) (#527-529)
transfer(address,uint256) should be declared external:
- CumRocket.transfer(address,uint256) (#522-525)
totalSupply() should be declared external:
- CumRocket.totalSupply() (#513-515)
symbol() should be declared external:
- CumRocket.symbol() (#505-507)
decreaseAllowance(address,uint256) should be declared external:
- CumRocket.decreaseAllowance(address,uint256) (#547-550)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#460-464)
approve(address,uint256) should be declared external:
- CumRocket.approve(address,uint256) (#531-534)
_getTaxFee() should be declared external:
- CumRocket._getTaxFee() (#742-744)
totalFees() should be declared external:
- CumRocket.totalFees() (#556-558)
totalBurn() should be declared external:
- CumRocket.totalBurn() (#560-562)
deliver(uint256) should be declared external:
- CumRocket.deliver(uint256) (#573-580)
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 number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


Token is deployed only at one blockchain


Twitter account link seems to be invalid


Unable to find audit link on the website


Unable to find code repository for the project


Token has no active CoinGecko listing / rank

Price for CUMMIES