Reddit Community Points Swap (RCPswap.com) is an Automated Marketing Making DEX protocol deployed on Reddit Arbitrum network.
RCPswap is powered by the MOOND token and is a venture developed by MoonsDust - company based in Cyprus.
Currently we support r/Cryptocurrency MOONs and r/Fortnite BRICKs, RCPswap will support every new RCP that Reddit introduce.
RCPswap fees are 0.9% which gets divided between Liquidity Providers- 0.75% and MoonsDust Treasury- 0.15%.
MoonsDust Treasury funds are used to monthly MOOND buyback & burn.
In addition, MoonsDust have also developed MoonSSwap.com which is an atomic swap service for Reddit Community Points that distribute it’s profits among MOOND tokens holders.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
MoonsDust.fallback() (MOOND.sol#51-70) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now < saleStartTime,Sale Ended) (MOOND.sol#54)
Avoid relying on block.timestamp.
Additional information: link
SafeMath.mod(uint256,uint256) (SafeMath.sol#131-133) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (SafeMath.sol#146-149) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version0.5.11 (MOOND.sol#1) allows old versions
Pragma version0.5.11 (SafeMath.sol#1) allows old versions
solc-0.5.11 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
Parameter MoonsDust.getDiscountOnBuy(uint256)._tokensAmount (MOOND.sol#72) is not in mixedCase
Parameter MoonsDust.getBalanceOf(address)._user (MOOND.sol#151) is not in mixedCase
Constant MoonsDust.tokensPerWei (MOOND.sol#27) is not in UPPER_CASE_WITH_UNDERSCORES
Constant MoonsDust.Percent (MOOND.sol#28) is not in UPPER_CASE_WITH_UNDERSCORES
Variable MoonsDust._startSupply (MOOND.sol#31) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Reentrancy in MoonsDust.fallback() (MOOND.sol#51-70):
External calls:
- fundsWallet.transfer(msg.value) (MOOND.sol#61)
State variables written after the call(s):
- _balances[_msgSender()] = _balances[_msgSender()].add((totalTokens)) (MOOND.sol#64)
- _totalSupply = _totalSupply.add((totalTokens)) (MOOND.sol#63)
- tokensSold = tokensSold.add((totalTokens)) (MOOND.sol#62)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),totalTokens) (MOOND.sol#65-69)
Apply the check-effects-interactions pattern.
Additional information: link
MoonsDust.getDiscountOnBuy(uint256) (MOOND.sol#72-78) uses literals with too many digits:
- tokensSoldADJ = tokensSold.mul(1000000000) (MOOND.sol#73)
MoonsDust.getDiscountOnBuy(uint256) (MOOND.sol#72-78) uses literals with too many digits:
- ((DiscountofTokens).div(10000000000000)) (MOOND.sol#77)
MoonsDust.slitherConstructorConstantVariables() (MOOND.sol#3-164) uses literals with too many digits:
- Percent = 1000000000 (MOOND.sol#28)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
MoonsDust._startSupply (MOOND.sol#31) should be constant
MoonsDust.tokensForSale (MOOND.sol#25) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
totalSupply() should be declared external:
- MoonsDust.totalSupply() (MOOND.sol#80-82)
transfer(address,uint256) should be declared external:
- MoonsDust.transfer(address,uint256) (MOOND.sol#84-87)
approve(address,uint256) should be declared external:
- MoonsDust.approve(address,uint256) (MOOND.sol#89-92)
transferFrom(address,address,uint256) should be declared external:
- MoonsDust.transferFrom(address,address,uint256) (MOOND.sol#94-98)
allowance(address,address) should be declared external:
- MoonsDust.allowance(address,address) (MOOND.sol#100-102)
balanceOf(address) should be declared external:
- MoonsDust.balanceOf(address) (MOOND.sol#104-106)
increaseAllowance(address,uint256) should be declared external:
- MoonsDust.increaseAllowance(address,uint256) (MOOND.sol#108-111)
decreaseAllowance(address,uint256) should be declared external:
- MoonsDust.decreaseAllowance(address,uint256) (MOOND.sol#114-117)
burn(uint256) should be declared external:
- MoonsDust.burn(uint256) (MOOND.sol#136-138)
Use the external attribute for functions never called from the contract.
Additional information: link
Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap
Additional information: link
Unable to find token contract audit
Token is not listed at Mobula.Finance
Additional information: link
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find token on CoinHunt
Additional information: link
Token has no active CoinMarketCap listing / rank
Token has a considerable age, but social accounts / website are missing or have few users
Token has relatively low CoinGecko rank
Telegram account has relatively few subscribers
Twitter account has relatively few followers
Unable to find Youtube account
Unable to find Discord account