UrGaming Token Logo

URG [UrGaming] Token

About URG

Listings

Token 3 years
CoinMarketCap 3 years
white paper

UrGaming is a project created to empower the gaming community, including content creators, event organizers and professional gamers.

UrGaming will be a tool for these professionals to better monetize their careers and allow them to obtain better returns on their time through the creation of self-sustaining platforms that allow them to generate higher income.

In the Utility Phase, we will begin by creating an online E-sports university. In this plataform, the gaming community will be able to buy private content from their favorite players and thus learn and improve their skill, we will also add a NFT Marketplace.

Finally, in this Utility Phase, we will focus on game development, which will allow us to increase and consolidate the use of the UrGaming token, improving the growth of our community, as well as strengthening ties with gamers from all over the world.

Social

Laser Scorebeta Last Audit: 28 February 2022

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

Anti-Scam

Links


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

Reentrancy in UrGaming._transfer(address,address,uint256) (#1057-1101):
External calls:
- swapAndLiquify(contractTokenBalance) (#1088)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1149-1156)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1135-1141)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1088)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1149-1156)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1100)
- _rOwned[_BurnWallet] = _rOwned[_BurnWallet].add(rBurn) (#969)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1196)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1185)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1186)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1210)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#927)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1198)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1211)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#929)
- _tokenTransfer(from,to,amount,takeFee) (#1100)
- _rTotal = _rTotal.sub(rFee) (#966)
- _tokenTransfer(from,to,amount,takeFee) (#1100)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1209)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#926)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1197)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#928)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

UrGaming.allowance(address,address).owner (#829) shadows:
- Ownable.owner() (#463-465) (function)
UrGaming._approve(address,address,uint256).owner (#1049) shadows:
- Ownable.owner() (#463-465) (function)
Rename the local variables that shadow another component.

Additional information: link

UrGaming.setTaxFeePercent(uint256) (#943-945) should emit an event for:
- _taxFee = taxFee (#944)
UrGaming.setLiquidityFeePercent(uint256) (#947-949) should emit an event for:
- _liquidityFee = liquidityFee (#948)
UrGaming.setMaxTxPercent(uint256) (#951-955) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#952-954)
Emit an event for critical parameter changes.

Additional information: link

UrGaming.constructor(address).BurnWallet (#784) lacks a zero-check on :
- _BurnWallet = BurnWallet (#799)
Check that the address is not zero.

Additional information: link

Reentrancy in UrGaming._transfer(address,address,uint256) (#1057-1101):
External calls:
- swapAndLiquify(contractTokenBalance) (#1088)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1149-1156)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1135-1141)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1088)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1149-1156)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1100)
- _liquidityFee = _previousLiquidityFee (#1042)
- _liquidityFee = 0 (#1037)
- _tokenTransfer(from,to,amount,takeFee) (#1100)
- _previousLiquidityFee = _liquidityFee (#1034)
- _tokenTransfer(from,to,amount,takeFee) (#1100)
- _previousTaxFee = _taxFee (#1033)
- _tokenTransfer(from,to,amount,takeFee) (#1100)
- _tBurnTotal = _tBurnTotal.add(tBurn) (#968)
- _tokenTransfer(from,to,amount,takeFee) (#1100)
- _tFeeTotal = _tFeeTotal.add(tFee) (#967)
- _tokenTransfer(from,to,amount,takeFee) (#1100)
- _taxFee = _previousTaxFee (#1041)
- _taxFee = 0 (#1036)
Reentrancy in UrGaming.constructor(address) (#784-801):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#789-790)
State variables written after the call(s):
- _BurnWallet = BurnWallet (#799)
- _isExcludedFromFee[owner()] = true (#796)
- _isExcludedFromFee[address(this)] = true (#797)
- uniswapV2Router = _uniswapV2Router (#793)
Reentrancy in UrGaming.swapAndLiquify(uint256) (#1103-1124):
External calls:
- swapTokensForEth(half) (#1115)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1135-1141)
- addLiquidity(otherHalf,newBalance) (#1121)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1149-1156)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1121)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1149-1156)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1121)
- _allowances[owner][spender] = amount (#1053)
Reentrancy in UrGaming.transferFrom(address,address,uint256) (#838-842):
External calls:
- _transfer(sender,recipient,amount) (#839)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1149-1156)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1135-1141)
External calls sending eth:
- _transfer(sender,recipient,amount) (#839)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1149-1156)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#840)
- _allowances[owner][spender] = amount (#1053)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in UrGaming._transfer(address,address,uint256) (#1057-1101):
External calls:
- swapAndLiquify(contractTokenBalance) (#1088)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1149-1156)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1135-1141)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1088)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1149-1156)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1189)
- _tokenTransfer(from,to,amount,takeFee) (#1100)
- Transfer(sender,recipient,tTransferAmount) (#1201)
- _tokenTransfer(from,to,amount,takeFee) (#1100)
- Transfer(sender,recipient,tTransferAmount) (#1214)
- _tokenTransfer(from,to,amount,takeFee) (#1100)
- Transfer(sender,recipient,tTransferAmount) (#932)
- _tokenTransfer(from,to,amount,takeFee) (#1100)
Reentrancy in UrGaming.constructor(address) (#784-801):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#789-790)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#800)
Reentrancy in UrGaming.swapAndLiquify(uint256) (#1103-1124):
External calls:
- swapTokensForEth(half) (#1115)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1135-1141)
- addLiquidity(otherHalf,newBalance) (#1121)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1149-1156)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1121)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1149-1156)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1054)
- addLiquidity(otherHalf,newBalance) (#1121)
- SwapAndLiquify(half,newBalance,otherHalf) (#1123)
Reentrancy in UrGaming.transferFrom(address,address,uint256) (#838-842):
External calls:
- _transfer(sender,recipient,amount) (#839)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1149-1156)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1135-1141)
External calls sending eth:
- _transfer(sender,recipient,amount) (#839)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1149-1156)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1054)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#840)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#315-324) uses assembly
- INLINE ASM (#322)
Address._functionCallWithValue(address,bytes,uint256,string) (#408-429) uses assembly
- INLINE ASM (#421-424)
Do not use evm assembly.

Additional information: link

UrGaming.includeInReward(address) (#909-920) has costly operations inside a loop:
- _excluded.pop() (#916)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#408-429) is never used and should be removed
Address.functionCall(address,bytes) (#368-370) is never used and should be removed
Address.functionCall(address,bytes,string) (#378-380) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#393-395) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#403-406) is never used and should be removed
Address.isContract(address) (#315-324) is never used and should be removed
Address.sendValue(address,uint256) (#342-348) is never used and should be removed
Context._msgData() (#287-290) is never used and should be removed
SafeMath.mod(uint256,uint256) (#260-262) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#276-279) is never used and should be removed
UrGaming._takeLiquidity(uint256) (#1010-1016) is never used and should be removed
Remove unused functions.

Additional information: link

UrGaming._rTotal (#747) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
UrGaming._previousTaxFee (#755) is set pre-construction with a non-constant function or state variable:
- _taxFee
UrGaming._previousLiquidityFee (#758) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
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.sendValue(address,uint256) (#342-348):
- (success) = recipient.call{value: amount}() (#346)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#408-429):
- (success,returndata) = target.call{value: weiValue}(data) (#412)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#554) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#555) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#572) is not in mixedCase
Function IUniswapV2Router01.WETH() (#594) is not in mixedCase
Parameter UrGaming.setBurnWallet(address).BurnWallet (#868) is not in mixedCase
Parameter UrGaming.setSwapAndLiquifyEnabled(bool)._enabled (#957) is not in mixedCase
Parameter UrGaming.calculateTaxFee(uint256)._amount (#1018) is not in mixedCase
Parameter UrGaming.calculateLiquidityFee(uint256)._amount (#1024) is not in mixedCase
Variable UrGaming._taxFee (#754) is not in mixedCase
Variable UrGaming._liquidityFee (#757) is not in mixedCase
Variable UrGaming._maxTxAmount (#766) is not in mixedCase
Variable UrGaming._BurnWallet (#768) is not in mixedCase
Constant UrGaming._Burn_FEE (#769) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#288)" inContext (#282-291)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#599) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#600)
Variable UrGaming._transferFromExcluded(address,address,uint256).rTransferAmount (#1206) is too similar to UrGaming._transferBothExcluded(address,address,uint256).tTransferAmount (#923)
Variable UrGaming._transferStandard(address,address,uint256).rTransferAmount (#1182) is too similar to UrGaming._transferBothExcluded(address,address,uint256).tTransferAmount (#923)
Variable UrGaming._transferFromExcluded(address,address,uint256).rTransferAmount (#1206) is too similar to UrGaming._transferFromExcluded(address,address,uint256).tTransferAmount (#1206)
Variable UrGaming._transferStandard(address,address,uint256).rTransferAmount (#1182) is too similar to UrGaming._transferStandard(address,address,uint256).tTransferAmount (#1182)
Variable UrGaming._transferStandard(address,address,uint256).rTransferAmount (#1182) is too similar to UrGaming._transferFromExcluded(address,address,uint256).tTransferAmount (#1206)
Variable UrGaming._transferBothExcluded(address,address,uint256).rTransferAmount (#923) is too similar to UrGaming._getValues(uint256).tTransferAmount (#973)
Variable UrGaming._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#989) is too similar to UrGaming._getValues(uint256).tTransferAmount (#973)
Variable UrGaming._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#989) is too similar to UrGaming._transferToExcluded(address,address,uint256).tTransferAmount (#1193)
Variable UrGaming.reflectionFromToken(uint256,bool).rTransferAmount (#888) is too similar to UrGaming._getValues(uint256).tTransferAmount (#973)
Variable UrGaming._transferToExcluded(address,address,uint256).rTransferAmount (#1193) is too similar to UrGaming._getValues(uint256).tTransferAmount (#973)
Variable UrGaming._transferToExcluded(address,address,uint256).rTransferAmount (#1193) is too similar to UrGaming._transferToExcluded(address,address,uint256).tTransferAmount (#1193)
Variable UrGaming._transferBothExcluded(address,address,uint256).rTransferAmount (#923) is too similar to UrGaming._transferBothExcluded(address,address,uint256).tTransferAmount (#923)
Variable UrGaming._transferFromExcluded(address,address,uint256).rTransferAmount (#1206) is too similar to UrGaming._getValues(uint256).tTransferAmount (#973)
Variable UrGaming._transferStandard(address,address,uint256).rTransferAmount (#1182) is too similar to UrGaming._getValues(uint256).tTransferAmount (#973)
Variable UrGaming._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#989) is too similar to UrGaming._transferBothExcluded(address,address,uint256).tTransferAmount (#923)
Variable UrGaming._transferStandard(address,address,uint256).rTransferAmount (#1182) is too similar to UrGaming._transferToExcluded(address,address,uint256).tTransferAmount (#1193)
Variable UrGaming._transferToExcluded(address,address,uint256).rTransferAmount (#1193) is too similar to UrGaming._transferBothExcluded(address,address,uint256).tTransferAmount (#923)
Variable UrGaming._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#989) is too similar to UrGaming._transferFromExcluded(address,address,uint256).tTransferAmount (#1206)
Variable UrGaming._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#989) is too similar to UrGaming._transferStandard(address,address,uint256).tTransferAmount (#1182)
Variable UrGaming.reflectionFromToken(uint256,bool).rTransferAmount (#888) is too similar to UrGaming._transferBothExcluded(address,address,uint256).tTransferAmount (#923)
Variable UrGaming._transferToExcluded(address,address,uint256).rTransferAmount (#1193) is too similar to UrGaming._transferFromExcluded(address,address,uint256).tTransferAmount (#1206)
Variable UrGaming._transferToExcluded(address,address,uint256).rTransferAmount (#1193) is too similar to UrGaming._transferStandard(address,address,uint256).tTransferAmount (#1182)
Variable UrGaming._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#989) is too similar to UrGaming._getTValues(uint256).tTransferAmount (#981)
Variable UrGaming._getValues(uint256).rTransferAmount (#974) is too similar to UrGaming._transferBothExcluded(address,address,uint256).tTransferAmount (#923)
Variable UrGaming._transferToExcluded(address,address,uint256).rTransferAmount (#1193) is too similar to UrGaming._getTValues(uint256).tTransferAmount (#981)
Variable UrGaming._getValues(uint256).rTransferAmount (#974) is too similar to UrGaming._getValues(uint256).tTransferAmount (#973)
Variable UrGaming.reflectionFromToken(uint256,bool).rTransferAmount (#888) is too similar to UrGaming._getTValues(uint256).tTransferAmount (#981)
Variable UrGaming._transferFromExcluded(address,address,uint256).rTransferAmount (#1206) is too similar to UrGaming._transferToExcluded(address,address,uint256).tTransferAmount (#1193)
Variable UrGaming._getValues(uint256).rTransferAmount (#974) is too similar to UrGaming._transferToExcluded(address,address,uint256).tTransferAmount (#1193)
Variable UrGaming.reflectionFromToken(uint256,bool).rTransferAmount (#888) is too similar to UrGaming._transferStandard(address,address,uint256).tTransferAmount (#1182)
Variable UrGaming._transferBothExcluded(address,address,uint256).rTransferAmount (#923) is too similar to UrGaming._transferFromExcluded(address,address,uint256).tTransferAmount (#1206)
Variable UrGaming._getValues(uint256).rTransferAmount (#974) is too similar to UrGaming._transferFromExcluded(address,address,uint256).tTransferAmount (#1206)
Variable UrGaming._transferBothExcluded(address,address,uint256).rTransferAmount (#923) is too similar to UrGaming._getTValues(uint256).tTransferAmount (#981)
Variable UrGaming._transferBothExcluded(address,address,uint256).rTransferAmount (#923) is too similar to UrGaming._transferStandard(address,address,uint256).tTransferAmount (#1182)
Variable UrGaming._transferStandard(address,address,uint256).rTransferAmount (#1182) is too similar to UrGaming._getTValues(uint256).tTransferAmount (#981)
Variable UrGaming._transferFromExcluded(address,address,uint256).rTransferAmount (#1206) is too similar to UrGaming._getTValues(uint256).tTransferAmount (#981)
Variable UrGaming._transferFromExcluded(address,address,uint256).rTransferAmount (#1206) is too similar to UrGaming._transferStandard(address,address,uint256).tTransferAmount (#1182)
Variable UrGaming._getValues(uint256).rTransferAmount (#974) is too similar to UrGaming._getTValues(uint256).tTransferAmount (#981)
Variable UrGaming._getValues(uint256).rTransferAmount (#974) is too similar to UrGaming._transferStandard(address,address,uint256).tTransferAmount (#1182)
Variable UrGaming.reflectionFromToken(uint256,bool).rTransferAmount (#888) is too similar to UrGaming._transferFromExcluded(address,address,uint256).tTransferAmount (#1206)
Variable UrGaming.reflectionFromToken(uint256,bool).rTransferAmount (#888) is too similar to UrGaming._transferToExcluded(address,address,uint256).tTransferAmount (#1193)
Variable UrGaming._transferBothExcluded(address,address,uint256).rTransferAmount (#923) is too similar to UrGaming._transferToExcluded(address,address,uint256).tTransferAmount (#1193)
Prevent variables from having similar names.

Additional information: link

UrGaming.slitherConstructorVariables() (#732-1218) uses literals with too many digits:
- _tTotal = 1000000000000000 * 10 ** 9 (#746)
UrGaming.slitherConstructorVariables() (#732-1218) uses literals with too many digits:
- _maxTxAmount = 1000000000000000 * 10 ** 9 (#766)
UrGaming.slitherConstructorVariables() (#732-1218) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 150000000000000 * 10 ** 9 (#767)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

UrGaming._Burn_FEE (#769) is never used in UrGaming (#732-1218)
Remove unused state variables.

Additional information: link

UrGaming._decimals (#752) should be constant
UrGaming._name (#750) should be constant
UrGaming._symbol (#751) should be constant
UrGaming._tTotal (#746) should be constant
UrGaming.numTokensSellToAddToLiquidity (#767) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#482-485)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#491-495)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#497-499)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#502-507)
unlock() should be declared external:
- Ownable.unlock() (#510-515)
name() should be declared external:
- UrGaming.name() (#803-805)
symbol() should be declared external:
- UrGaming.symbol() (#807-809)
decimals() should be declared external:
- UrGaming.decimals() (#811-813)
totalSupply() should be declared external:
- UrGaming.totalSupply() (#815-817)
transfer(address,uint256) should be declared external:
- UrGaming.transfer(address,uint256) (#824-827)
allowance(address,address) should be declared external:
- UrGaming.allowance(address,address) (#829-831)
approve(address,uint256) should be declared external:
- UrGaming.approve(address,uint256) (#833-836)
transferFrom(address,address,uint256) should be declared external:
- UrGaming.transferFrom(address,address,uint256) (#838-842)
increaseAllowance(address,uint256) should be declared external:
- UrGaming.increaseAllowance(address,uint256) (#844-847)
decreaseAllowance(address,uint256) should be declared external:
- UrGaming.decreaseAllowance(address,uint256) (#849-852)
isExcludedFromReward(address) should be declared external:
- UrGaming.isExcludedFromReward(address) (#854-856)
totalFees() should be declared external:
- UrGaming.totalFees() (#858-860)
totalBurnFee() should be declared external:
- UrGaming.totalBurnFee() (#861-863)
getBurnWallet() should be declared external:
- UrGaming.getBurnWallet() (#864-866)
deliver(uint256) should be declared external:
- UrGaming.deliver(uint256) (#873-880)
reflectionFromToken(uint256,bool) should be declared external:
- UrGaming.reflectionFromToken(uint256,bool) (#882-891)
excludeFromReward(address) should be declared external:
- UrGaming.excludeFromReward(address) (#899-907)
excludeFromFee(address) should be declared external:
- UrGaming.excludeFromFee(address) (#935-937)
includeInFee(address) should be declared external:
- UrGaming.includeInFee(address) (#939-941)
setSwapAndLiquifyEnabled(bool) should be declared external:
- UrGaming.setSwapAndLiquifyEnabled(bool) (#957-960)
isExcludedFromFee(address) should be declared external:
- UrGaming.isExcludedFromFee(address) (#1045-1047)
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.


Average 30d PancakeSwap volume is low.


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


Token is deployed only at one blockchain


Token has only one trading pair

Contract has 8% buy tax and 4% sell tax.
Taxes are low and contract ownership is renounced.


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


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 Twitter link on the website


Unable to find code repository for the project


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


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for URG

News for URG