Revomon is an online RPG that combines an incredible, immersive virtual-reality experience with the ground-breaking technology behind NFTs.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
LGEWhitelisted (#539-704) contract sets array length with a user-controlled value:
- _lgeWhitelistRounds.push(WhitelistRound(durations[i],amountsMax[i])) (#602)
Do not allow array lengths to be set directly set; instead, opt to add values as needed. Otherwise, thoroughly review the contract to ensure a user-controlled variable cannot reach an array length assignment.
Additional information: link
LGEWhitelisted._applyLGEWhitelist(address,address,uint256) (#671-702) uses a dangerous strict equality:
- _lgeTimestamp == 0 && sender != _lgePairAddress && recipient == _lgePairAddress && amount > 0 (#676)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
ERC20Detailed.constructor(string,string,uint8).name (#501) shadows:
- ERC20Detailed.name() (#510-512) (function)
ERC20Detailed.constructor(string,string,uint8).symbol (#501) shadows:
- ERC20Detailed.symbol() (#518-520) (function)
ERC20Detailed.constructor(string,string,uint8).decimals (#501) shadows:
- ERC20Detailed.decimals() (#534-536) (function)
Rename the local variables that shadow another component.
Additional information: link
LGEWhitelisted.createLGEWhitelist(address,uint256[],uint256[]).pairAddress (#592) lacks a zero-check on :
- _lgePairAddress = pairAddress (#595)
Check that the address is not zero.
Additional information: link
LGEWhitelisted.getLGEWhitelistRound() (#646-664) uses timestamp for comparisons
Dangerous comparisons:
- _lgeTimestamp > 0 (#648)
- now <= wlCloseTimestampLast (#657)
LGEWhitelisted._applyLGEWhitelist(address,address,uint256) (#671-702) uses timestamp for comparisons
Dangerous comparisons:
- _lgeTimestamp == 0 && sender != _lgePairAddress && recipient == _lgePairAddress && amount > 0 (#676)
- wlRoundNumber > 0 (#684)
Avoid relying on block.timestamp.
Additional information: link
Context._msgData() (#24-27) is never used and should be removed
ERC20._burn(address,uint256) (#446-452) is never used and should be removed
ERC20._burnFrom(address,uint256) (#481-484) is never used and should be removed
SafeMath.div(uint256,uint256) (#200-202) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#217-224) is never used and should be removed
SafeMath.mod(uint256,uint256) (#237-239) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#254-257) is never used and should be removed
SafeMath.mul(uint256,uint256) (#175-187) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.5.0 (#1) 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
Variable LGEWhitelisted._lgeWhitelistRounds (#550) is not in mixedCase
Variable LGEWhitelisted._lgeTimestamp (#552) is not in mixedCase
Variable LGEWhitelisted._lgePairAddress (#553) is not in mixedCase
Variable LGEWhitelisted._whitelister (#555) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#25)" inContext (#14-28)
Remove redundant statements if they congest code but offer no value.
Additional information: link
RevoToken.constructor() (#709-711) uses literals with too many digits:
- _mint(_msgSender(),100000000000000000000000000) (#710)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
totalSupply() should be declared external:
- ERC20.totalSupply() (#298-300)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#305-307)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#317-320)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#325-327)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#336-339)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#353-357)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#371-374)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#390-393)
name() should be declared external:
- ERC20Detailed.name() (#510-512)
symbol() should be declared external:
- ERC20Detailed.symbol() (#518-520)
decimals() should be declared external:
- ERC20Detailed.decimals() (#534-536)
Use the external attribute for functions never called from the contract.
Additional information: link
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 CoinHunt
Additional information: link
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of price dump / death
Twitter account has relatively few followers
Unable to find Discord account