Radio Hero Token Logo

RAHO [Radio Hero] Token

About RAHO

Listings

Token 2 years
white paper

Radio Hero is a multiplayer competitive game where users can acquire territories from random factions through auctions (territories belong to 3 different factions). Each player needs to choose a different faction to participate in the game

Social

Laser Scorebeta Last Audit: 11 January 2022

report
Token has too many issues. Scam probability is high.

Anti-Scam

Links


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

Reentrancy in RAHO_Token.transfer(address,uint256) (RAHO.sol#427-448):
External calls:
- Control(control).changeToAdd(amount * buy[1] / 100) (RAHO.sol#431)
- Control(control).changeToSwap(amount * buy[0] / 100) (RAHO.sol#432)
State variables written after the call(s):
- _transfer(_msgSender(),control,amount * (buy[0] + buy[1]) / 100) (RAHO.sol#433)
- _balances[sender] = senderBalance - amount (RAHO.sol#305)
- _balances[recipient] += amount (RAHO.sol#307)
- _transfer(_msgSender(),address(0),amount * (buy[2]) / 100) (RAHO.sol#434)
- _balances[sender] = senderBalance - amount (RAHO.sol#305)
- _balances[recipient] += amount (RAHO.sol#307)
Reentrancy in RAHO_Token.transfer(address,uint256) (RAHO.sol#427-448):
External calls:
- Control(control).changeToAdd(amount * buy[1] / 100) (RAHO.sol#431)
- Control(control).changeToSwap(amount * buy[0] / 100) (RAHO.sol#432)
- Control(control).addLiquidityAuto() (RAHO.sol#438)
- Control(control).swapForBNB(rewardPool) (RAHO.sol#441)
State variables written after the call(s):
- _transfer(_msgSender(),recipient,amount) (RAHO.sol#446)
- _balances[sender] = senderBalance - amount (RAHO.sol#305)
- _balances[recipient] += amount (RAHO.sol#307)
Reentrancy in RAHO_Token.transferFrom(address,address,uint256) (RAHO.sol#450-475):
External calls:
- Control(control).changeToSwap(amount * sell[0] / 100) (RAHO.sol#454)
State variables written after the call(s):
- _transfer(sender,game,amount * sell[1] / 100) (RAHO.sol#455)
- _balances[sender] = senderBalance - amount (RAHO.sol#305)
- _balances[recipient] += amount (RAHO.sol#307)
- _transfer(sender,control,amount * sell[0] / 100) (RAHO.sol#456)
- _balances[sender] = senderBalance - amount (RAHO.sol#305)
- _balances[recipient] += amount (RAHO.sol#307)
- _transfer(sender,address(0),amount * sell[2] / 100) (RAHO.sol#457)
- _balances[sender] = senderBalance - amount (RAHO.sol#305)
- _balances[recipient] += amount (RAHO.sol#307)
Reentrancy in RAHO_Token.transferFrom(address,address,uint256) (RAHO.sol#450-475):
External calls:
- Control(control).changeToSwap(amount * sell[0] / 100) (RAHO.sol#454)
- Control(control).addLiquidityAuto() (RAHO.sol#461)
- Control(control).swapForBNB(rewardPool) (RAHO.sol#464)
State variables written after the call(s):
- _approve(sender,_msgSender(),currentAllowance - amount) (RAHO.sol#472)
- _allowances[owner][spender] = amount (RAHO.sol#352)
- _transfer(sender,recipient,amount) (RAHO.sol#468)
- _balances[sender] = senderBalance - amount (RAHO.sol#305)
- _balances[recipient] += amount (RAHO.sol#307)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in RAHO_Token.transfer(address,uint256) (RAHO.sol#427-448):
External calls:
- Control(control).changeToAdd(amount * buy[1] / 100) (RAHO.sol#431)
- Control(control).changeToSwap(amount * buy[0] / 100) (RAHO.sol#432)
Event emitted after the call(s):
- Transfer(sender,recipient,amount) (RAHO.sol#309)
- _transfer(_msgSender(),control,amount * (buy[0] + buy[1]) / 100) (RAHO.sol#433)
- Transfer(sender,recipient,amount) (RAHO.sol#309)
- _transfer(_msgSender(),address(0),amount * (buy[2]) / 100) (RAHO.sol#434)
Reentrancy in RAHO_Token.transfer(address,uint256) (RAHO.sol#427-448):
External calls:
- Control(control).changeToAdd(amount * buy[1] / 100) (RAHO.sol#431)
- Control(control).changeToSwap(amount * buy[0] / 100) (RAHO.sol#432)
- Control(control).addLiquidityAuto() (RAHO.sol#438)
- Control(control).swapForBNB(rewardPool) (RAHO.sol#441)
Event emitted after the call(s):
- Transfer(sender,recipient,amount) (RAHO.sol#309)
- _transfer(_msgSender(),recipient,amount) (RAHO.sol#446)
Reentrancy in RAHO_Token.transferFrom(address,address,uint256) (RAHO.sol#450-475):
External calls:
- Control(control).changeToSwap(amount * sell[0] / 100) (RAHO.sol#454)
Event emitted after the call(s):
- Transfer(sender,recipient,amount) (RAHO.sol#309)
- _transfer(sender,control,amount * sell[0] / 100) (RAHO.sol#456)
- Transfer(sender,recipient,amount) (RAHO.sol#309)
- _transfer(sender,address(0),amount * sell[2] / 100) (RAHO.sol#457)
- Transfer(sender,recipient,amount) (RAHO.sol#309)
- _transfer(sender,game,amount * sell[1] / 100) (RAHO.sol#455)
Reentrancy in RAHO_Token.transferFrom(address,address,uint256) (RAHO.sol#450-475):
External calls:
- Control(control).changeToSwap(amount * sell[0] / 100) (RAHO.sol#454)
- Control(control).addLiquidityAuto() (RAHO.sol#461)
- Control(control).swapForBNB(rewardPool) (RAHO.sol#464)
Event emitted after the call(s):
- Approval(owner,spender,amount) (RAHO.sol#353)
- _approve(sender,_msgSender(),currentAllowance - amount) (RAHO.sol#472)
- Transfer(sender,recipient,amount) (RAHO.sol#309)
- _transfer(sender,recipient,amount) (RAHO.sol#468)
Apply the check-effects-interactions pattern.

Additional information: link

RAHO_Token.setAddress(address,address).game_ (RAHO.sol#408) lacks a zero-check on :
- game = game_ (RAHO.sol#409)
RAHO_Token.setAddress(address,address).rewardPool_ (RAHO.sol#408) lacks a zero-check on :
- rewardPool = rewardPool_ (RAHO.sol#410)
RAHO_Token.setPair(address,address).addr_ (RAHO.sol#417) lacks a zero-check on :
- pair = addr_ (RAHO.sol#418)
RAHO_Token.setPair(address,address).router_ (RAHO.sol#417) lacks a zero-check on :
- router = router_ (RAHO.sol#419)
RAHO_Token.setControl(address).addr_ (RAHO.sol#422) lacks a zero-check on :
- control = addr_ (RAHO.sol#423)
Check that the address is not zero.

Additional information: link

Address.isContract(address) (RAHO.sol#55-65) uses assembly
- INLINE ASM (RAHO.sol#61-63)
Address._verifyCallResult(bool,bytes,string) (RAHO.sol#143-163) uses assembly
- INLINE ASM (RAHO.sol#155-158)
Do not use evm assembly.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (RAHO.sol#143-163) is never used and should be removed
Address.functionCall(address,bytes) (RAHO.sol#75-77) is never used and should be removed
Address.functionCall(address,bytes,string) (RAHO.sol#80-86) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (RAHO.sol#89-95) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (RAHO.sol#98-109) is never used and should be removed
Address.functionDelegateCall(address,bytes) (RAHO.sol#128-130) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (RAHO.sol#132-141) is never used and should be removed
Address.functionStaticCall(address,bytes) (RAHO.sol#111-113) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (RAHO.sol#116-125) is never used and should be removed
Address.isContract(address) (RAHO.sol#55-65) is never used and should be removed
Address.sendValue(address,uint256) (RAHO.sol#67-72) is never used and should be removed
Context._msgData() (RAHO.sol#13-15) is never used and should be removed
ERC20._burn(address,uint256) (RAHO.sol#327-342) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (RAHO.sol#67-72):
- (success) = recipient.call{value: amount}() (RAHO.sol#70)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (RAHO.sol#98-109):
- (success,returndata) = target.call{value: value}(data) (RAHO.sol#107)
Low level call in Address.functionStaticCall(address,bytes,string) (RAHO.sol#116-125):
- (success,returndata) = target.staticcall(data) (RAHO.sol#123)
Low level call in Address.functionDelegateCall(address,bytes,string) (RAHO.sol#132-141):
- (success,returndata) = target.delegatecall(data) (RAHO.sol#139)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Contract RAHO_Token (RAHO.sol#384-479) is not in CapWords
Follow the Solidity naming convention.

Additional information: link

RAHO_Token.constructor() (RAHO.sol#397-399) uses literals with too many digits:
- _mint(_msgSender(),3000000000000000000000000000000) (RAHO.sol#398)
RAHO_Token.transfer(address,uint256) (RAHO.sol#427-448) uses literals with too many digits:
- Control(control).toAdd() > 1000000000000000000000000 (RAHO.sol#437)
RAHO_Token.transfer(address,uint256) (RAHO.sol#427-448) uses literals with too many digits:
- Control(control).toSwap() > 1000000000000000000000000 (RAHO.sol#440)
RAHO_Token.transferFrom(address,address,uint256) (RAHO.sol#450-475) uses literals with too many digits:
- Control(control).toAdd() > 1000000000000000000000000 (RAHO.sol#460)
RAHO_Token.transferFrom(address,address,uint256) (RAHO.sol#450-475) uses literals with too many digits:
- Control(control).toSwap() > 1000000000000000000000000 (RAHO.sol#463)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

RAHO_Token.whiteListStatus (RAHO.sol#392) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (RAHO.sol#36-38)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (RAHO.sol#41-44)
name() should be declared external:
- ERC20.name() (RAHO.sol#218-220)
symbol() should be declared external:
- ERC20.symbol() (RAHO.sol#223-225)
decimals() should be declared external:
- ERC20.decimals() (RAHO.sol#228-230)
totalSupply() should be declared external:
- ERC20.totalSupply() (RAHO.sol#233-235)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (RAHO.sol#238-240)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (RAHO.sol#243-246)
- RAHO_Token.transfer(address,uint256) (RAHO.sol#427-448)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (RAHO.sol#253-256)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (RAHO.sol#259-273)
- RAHO_Token.transferFrom(address,address,uint256) (RAHO.sol#450-475)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (RAHO.sol#276-279)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (RAHO.sol#281-289)
setAddress(address,address) should be declared external:
- RAHO_Token.setAddress(address,address) (RAHO.sol#408-411)
setWhite(address,bool) should be declared external:
- RAHO_Token.setWhite(address,bool) (RAHO.sol#413-415)
setPair(address,address) should be declared external:
- RAHO_Token.setPair(address,address) (RAHO.sol#417-420)
setControl(address) should be declared external:
- RAHO_Token.setControl(address) (RAHO.sol#422-425)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


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


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 number of swaps.


Telegram account link seems to be invalid


Twitter account link seems to be invalid


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to crawl data from the website


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

Additional information: link


Unable to find token contract audit


Unable to verify token contract address on the website


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find Twitter 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 scam / price dump / death


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


Token has no active CoinGecko listing / rank


Token has relatively low CoinMarketCap rank

Price for RAHO