Rum Token Logo

RUM Token

About RUM

Listings

Token 4 years
white paper

RumIsles combines aspects from rewards tokens with a Metaverse+NFT world to create something new and exciting in the Crypto space. With an emphasis on sustainability and rewarding holders, RumIsles is poised to usher each investor into the Metaverse with transparency every step of the way.

Social

Laser Scorebeta Last Audit: 18 April 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

Anti-Scam

Links

RumTest._balances (#726) shadows:
- ERC20._balances (#181)
RumTest._allowances (#727) shadows:
- ERC20._allowances (#183)
RumTest._totalSupply (#744) shadows:
- ERC20._totalSupply (#185)
RumTest._name (#746) shadows:
- ERC20._name (#187)
RumTest._symbol (#747) shadows:
- ERC20._symbol (#188)
Remove the state variable shadowing.

Additional information: link


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

RumTest.claimAll() (#962-1017) contains a tautology or contradiction:
- require(bool,string)(amountAccruedRUM >= 0,RUMISLES: You are not allowed to claim the RUM anymore!) (#1013)
RumTest.claimRewardsNFT(bool) (#1033-1054) contains a tautology or contradiction:
- require(bool,string)(amountRewardRUM >= 0,RUMISLES: You are not allowed to claim the RUM anymore!) (#1050)
Fix the incorrect comparison by changing the value type or the comparison.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

RumTest.constructor(address,address,address,address,address).rewards (#813) lacks a zero-check on :
- rewardsAddr = rewards (#826)
RumTest.updateManager(address)._newManager (#916) lacks a zero-check on :
- islesManager = _newManager (#917)
RumTest.setFeeKeeperAddress(address).feeKeeper (#921) lacks a zero-check on :
- _feeKeeper = feeKeeper (#922)
Check that the address is not zero.

Additional information: link

RumTest.claimAll().tempAccruedRUM (#979) is a local variable never initialized
RumTest.updateIsleNFTData(uint8,uint256,uint256).temp (#1021) is a local variable never initialized
RumTest.buyIsle(uint8,string).temp (#1069) is a local variable never initialized
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.

Additional information: link

RumTest.updateAllocate(uint256) (#933-935) should emit an event for:
- Sell_Tax = _newVal (#934)
RumTest.updateAllocateBuy(uint256) (#936-938) should emit an event for:
- Buy_Tax = _newVal (#937)
Emit an event for critical parameter changes.

Additional information: link

RumTest._transfer(address,address,uint256) (#882-914) uses timestamp for comparisons
Dangerous comparisons:
- allocateAmount < amount (#901)
- allocateAmount_scope_0 < amount (#908)
RumTest.claimAll() (#962-1017) uses timestamp for comparisons
Dangerous comparisons:
- tempTimeDiff >= _timeForClaim (#971)
- isleTotal[msg.sender][i_scope_0].remainingStash <= tempAccruedRUM (#1002)
RumTest.claimRewardsNFT(bool) (#1033-1054) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(amountRewardRUM >= 0,RUMISLES: You are not allowed to claim the RUM anymore!) (#1050)
RumTest.buyIsle(uint8,string) (#1057-1144) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(balanceOf(msg.sender) >= _budgieIsleCost,RUMISLES: You do not have enough $RUM to buy BUDGIE Isle!) (#1093)
- require(bool,string)(balanceOf(msg.sender) >= _jardineIsleCost,RUMISLES: You do not have enough $RUM to buy JARDINE Isle!) (#1102)
- require(bool,string)(balanceOf(msg.sender) >= _macawIsleCost,RUMISLES: You do not have enough $RUM to buy MACAW Isle!) (#1111)
- require(bool,string)(balanceOf(msg.sender) >= _parakeetIsleCost,RUMISLES: You do not have enough $RUM to buy PARAKEET Isle!) (#1120)
- require(bool,string)(balanceOf(msg.sender) >= _lovebirdIsleCost,RUMISLES: You do not have enough $RUM to buy LOVEBIRD Isle!) (#1129)
Avoid relying on block.timestamp.

Additional information: link

RumTest._transfer(address,address,uint256) (#882-914) compares to a boolean constant:
-_excludedTax[recipient] == false && _excludedTax[sender] == false (#896)
RumTest.claimAll() (#962-1017) compares to a boolean constant:
-require(bool,string)(claim == true,RUMISLES: You need to wait for more time to claim the RUM!) (#977)
RumTest.claimRewardsNFT(bool) (#1033-1054) compares to a boolean constant:
-require(bool,string)(switchforNFT == true,RUMISLES: You are not allowed to claim the rewards for NFTs.) (#1034)
Remove the equality to the boolean constant.

Additional information: link

Context._msgData() (#139-141) is never used and should be removed
ERC20._burn(address,uint256) (#420-435) is never used and should be removed
Pausable._pause() (#650-653) is never used and should be removed
Pausable._unpause() (#662-665) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.0 (#696) allows old versions
solc-0.8.0 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 BlackList.getBlackListStatus(address)._maker (#669) is not in mixedCase
Parameter BlackList.addBlackList(address)._evilUser (#679) is not in mixedCase
Parameter BlackList.removeBlackList(address)._clearedUser (#684) is not in mixedCase
Constant Configurable.cap (#720) is not in UPPER_CASE_WITH_UNDERSCORES
Struct RumTest.isleData (#788-794) is not in CapWords
Struct RumTest.isleNFTData (#797-803) is not in CapWords
Event RumTest__issue(bytes32) (#733) is not in CapWords
Parameter RumTest.updateManager(address)._newManager (#916) is not in mixedCase
Parameter RumTest.addExcludedTaxAddress(address,bool)._address (#925) is not in mixedCase
Parameter RumTest.addExcludedTaxAddress(address,bool)._value (#925) is not in mixedCase
Parameter RumTest.updatePair(address,bool)._pair (#929) is not in mixedCase
Parameter RumTest.updatePair(address,bool)._value (#929) is not in mixedCase
Parameter RumTest.updateAllocate(uint256)._newVal (#933) is not in mixedCase
Parameter RumTest.updateAllocateBuy(uint256)._newVal (#936) is not in mixedCase
Parameter RumTest.updateMalicious(address,bool)._account (#940) is not in mixedCase
Parameter RumTest.updateMalicious(address,bool)._value (#940) is not in mixedCase
Parameter RumTest.isPair(address)._pair (#944) is not in mixedCase
Parameter RumTest.isMalicious(address)._account (#948) is not in mixedCase
Parameter RumTest.addPair(address)._pair (#952) is not in mixedCase
Parameter RumTest.removePair(address)._pair (#957) is not in mixedCase
Variable RumTest._totalSupply (#744) is not in mixedCase
Variable RumTest._excludedTax (#730) is not in mixedCase
Variable RumTest.DevManager (#736) is not in mixedCase
Variable RumTest.Sell_Tax (#738) is not in mixedCase
Variable RumTest.Buy_Tax (#739) is not in mixedCase
Variable RumTest._feeKeeper (#741) is not in mixedCase
Variable RumTest._maxBudgieCountPerAddr (#756) is not in mixedCase
Variable RumTest._maxJardineCountPerAddr (#757) is not in mixedCase
Variable RumTest._maxMacawCountPerAddr (#758) is not in mixedCase
Variable RumTest._maxParakeetCountPerAddr (#759) is not in mixedCase
Variable RumTest._maxLovebirdCountPerAddr (#760) is not in mixedCase
Variable RumTest._maxBudgieStash (#762) is not in mixedCase
Variable RumTest._maxJardineStash (#763) is not in mixedCase
Variable RumTest._maxMacawStash (#764) is not in mixedCase
Variable RumTest._maxParakeetStash (#765) is not in mixedCase
Variable RumTest._maxLovebirdStash (#766) is not in mixedCase
Variable RumTest._maxBudgieIsleCount (#768) is not in mixedCase
Variable RumTest._maxJardineIsleCount (#769) is not in mixedCase
Variable RumTest._maxMacawIsleCount (#770) is not in mixedCase
Variable RumTest._maxParakeetIsleCount (#771) is not in mixedCase
Variable RumTest._maxLovebirdIsleCount (#772) is not in mixedCase
Variable RumTest._budgieIsleCost (#774) is not in mixedCase
Variable RumTest._jardineIsleCost (#775) is not in mixedCase
Variable RumTest._macawIsleCost (#776) is not in mixedCase
Variable RumTest._parakeetIsleCost (#777) is not in mixedCase
Variable RumTest._lovebirdIsleCost (#778) is not in mixedCase
Variable RumTest._budgieRUMPerDay (#780) is not in mixedCase
Variable RumTest._jardineRUMPerDay (#781) is not in mixedCase
Variable RumTest._macawRUMPerDay (#782) is not in mixedCase
Variable RumTest._parakeetRUMPerDay (#783) is not in mixedCase
Variable RumTest._lovebirdRUMPerDay (#784) is not in mixedCase
Variable RumTest._timeForClaim (#786) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

RumTest.slitherConstructorConstantVariables() (#723-1206) uses literals with too many digits:
- BURN_ADDRESS = 0x000000000000000000000000000000000000dEaD (#725)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

RumTest._balances (#726) is never used in RumTest (#723-1206)
RumTest._allowances (#727) is never used in RumTest (#723-1206)
RumTest._name (#746) is never used in RumTest (#723-1206)
RumTest._symbol (#747) is never used in RumTest (#723-1206)
RumTest._decimals (#748) is never used in RumTest (#723-1206)
Remove unused state variables.

Additional information: link

RumTest.DevManager (#736) should be constant
RumTest._decimals (#748) should be constant
RumTest._name (#746) should be constant
RumTest._symbol (#747) should be constant
RumTest._totalSupply (#744) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

name() should be declared external:
- ERC20.name() (#207-209)
symbol() should be declared external:
- ERC20.symbol() (#215-217)
decimals() should be declared external:
- ERC20.decimals() (#232-234)
totalSupply() should be declared external:
- ERC20.totalSupply() (#239-241)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#258-261)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#266-268)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#277-280)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#295-309)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#323-326)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#342-350)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#558-560)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#566-569)
addBlackList(address) should be declared external:
- BlackList.addBlackList(address) (#679-682)
removeBlackList(address) should be declared external:
- BlackList.removeBlackList(address) (#684-687)
updateManager(address) should be declared external:
- RumTest.updateManager(address) (#916-918)
updatePair(address,bool) should be declared external:
- RumTest.updatePair(address,bool) (#929-931)
updateAllocate(uint256) should be declared external:
- RumTest.updateAllocate(uint256) (#933-935)
updateAllocateBuy(uint256) should be declared external:
- RumTest.updateAllocateBuy(uint256) (#936-938)
updateMalicious(address,bool) should be declared external:
- RumTest.updateMalicious(address,bool) (#940-942)
isPair(address) should be declared external:
- RumTest.isPair(address) (#944-946)
isMalicious(address) should be declared external:
- RumTest.isMalicious(address) (#948-950)
countIsle() should be declared external:
- RumTest.countIsle() (#1147-1149)
getIslesDetail(address) should be declared external:
- RumTest.getIslesDetail(address) (#1202-1204)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


Unable to find Blog account (Reddit or Medium)


Unable to find token contract audit


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to find code repository for the project


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


Alexa traffic rank is very low

Additional information: link


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death

Price for RUM

News for RUM