URG University Token Logo

URG-U [URG University] Token

About URG-U

Listings

Token 2 years
white paper

URG-U is part of the UrGaming Ecosystem and is the token for the URG University platform. The objective of this platform is that the players of different competitive video games can buy courses to improve their skills, dictated by the best players from each of these games. This platform will allow the best players in the world to generate a passive income with each of the sales made on this platform, helping them to improve their income and financial stability, which in e-sports is something really difficult to achieve.

URG University will solve this problem, supporting the highest level players as well as those streamers who also want to sell their courses through this platform in order to improve their income as well as the stability of their profession.

The platform's business model will allow the URG University's earnings to be reinvested in buying the same URG-U token, in this way, it will help to boost the price of the token and thus benefit all its holders. In addition, marketing once the platform is already online, will be massive, focusing mainly on the main function that is education within video games in order to attract those who want to improve their skills and results.

Social

Laser Scorebeta Last Audit: 30 November 2021

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

Reentrancy in UrGaming2._transfer(address,address,uint256) (#1045-1089):
External calls:
- swapAndLiquify(contractTokenBalance) (#1076)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1137-1144)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1123-1129)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1076)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1137-1144)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1088)
- _rOwned[_BurnWallet] = _rOwned[_BurnWallet].add(rBurn) (#944)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1184)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1172)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount).sub(rBurn) (#1173)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#893)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1198)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount).sub(rBurn) (#1186)
- _rOwned[_DominionWallet] = _rOwned[_DominionWallet].add(tDominion.mul(_getRate())) (#1174)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1199)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount).sub(rBurn) (#895)
- _rOwned[_DominionWallet] = _rOwned[_DominionWallet].add(tDominion.mul(_getRate())) (#1200)
- _rOwned[_DominionWallet] = _rOwned[_DominionWallet].add(tDominion.mul(_getRate())) (#1187)
- _rOwned[_DominionWallet] = _rOwned[_DominionWallet].add(tDominion.mul(_getRate())) (#896)
- _tokenTransfer(from,to,amount,takeFee) (#1088)
- _rTotal = _rTotal.sub(rFee) (#941)
- _tokenTransfer(from,to,amount,takeFee) (#1088)
- _tOwned[_BurnWallet] = _tOwned[_BurnWallet].add(tBurn) (#945)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1197)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#892)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount).sub(tBurn) (#1185)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount).sub(tBurn) (#894)
Apply the check-effects-interactions pattern.

Additional information: link


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains

Contract ticker (URG-U) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.

UrGaming2.Burn(uint256) (#1206-1210) performs a multiplication on the result of a division:
-tBurn = tAmount.mul(_Burn_FEE).div(100) (#1207)
-rBurn = tBurn.mul(_getRate()) (#1208)
Consider ordering multiplication before division.

Additional information: link

Reentrancy in UrGaming2.constructor(address) (#741-769):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#747-748)
State variables written after the call(s):
- _tokenTransfer(_msgSender(),_DevWallet,50000000 * 10 ** 9,false) (#767)
- _rTotal = _rTotal.sub(rFee) (#941)
Apply the check-effects-interactions pattern.

Additional information: link

UrGaming2.addLiquidity(uint256,uint256) (#1132-1145) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1137-1144)
Ensure that all the return values of the function calls are used.

Additional information: link

UrGaming2._approve(address,address,uint256).owner (#1037) shadows:
- Ownable.owner() (#413-415) (function)
Rename the local variables that shadow another component.

Additional information: link

UrGaming2.setMaxTxPercent(uint256) (#926-930) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#927-929)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in UrGaming2.transferFrom(address,address,uint256) (#806-810):
External calls:
- _transfer(sender,recipient,amount) (#807)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1137-1144)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1123-1129)
External calls sending eth:
- _transfer(sender,recipient,amount) (#807)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1137-1144)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#808)
- _allowances[owner][spender] = amount (#1041)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in UrGaming2.transferFrom(address,address,uint256) (#806-810):
External calls:
- _transfer(sender,recipient,amount) (#807)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1137-1144)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1123-1129)
External calls sending eth:
- _transfer(sender,recipient,amount) (#807)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1137-1144)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1042)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#808)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#460-465) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#462)
Avoid relying on block.timestamp.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#358-379) uses assembly
- INLINE ASM (#371-374)
Do not use evm assembly.

Additional information: link

UrGaming2._takeLiquidity(uint256) (#988-992) is never used and should be removed
Remove unused functions.

Additional information: link

UrGaming2._previousBurnFEE (#725) is set pre-construction with a non-constant function or state variable:
- _Burn_FEE
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

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

Additional information: link

Variable UrGaming2._Burn_FEE (#724) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#238)" inContext (#232-241)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable UrGaming2._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#967) is too similar to UrGaming2._transferBothExcluded(address,address,uint256).tTransferAmount (#889)
Prevent variables from having similar names.

Additional information: link

UrGaming2.slitherConstructorConstantVariables() (#682-1212) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 150000000 * 10 ** 9 (#720)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

isExcludedFromFee(address) should be declared external:
- UrGaming2.isExcludedFromFee(address) (#1033-1035)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


Unable to find PancakeSwap trading pair to compute number of swaps.


Twitter account link seems to be invalid


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap

Additional information: link


Unable to find code repository for the project


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


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


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank

Price for URG-U