Medano has been developed with a clear goal in mind.
To building a decentralized play-to-earn community where the players decide the future and the content of the game. Each holder will earn their fair amount in crypto on 100% of our game's Fiat/crypto revenue. Players can earn NFTs and crypto by simply playing our games. Creators of cosmetic NFT items can earn crypto, and the NFT market is truly decentralized.
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
Contract ownership is not renounced (belongs to a wallet)
BEP20Base.constructor(string,string).name (dist/BEP20/FixedBOwnableToken.dist.sol#578) shadows:
- BEP20.name() (dist/BEP20/FixedBOwnableToken.dist.sol#273-275) (function)
- IBEP20Metadata.name() (dist/BEP20/FixedBOwnableToken.dist.sol#201) (function)
BEP20Base.constructor(string,string).symbol (dist/BEP20/FixedBOwnableToken.dist.sol#578) shadows:
- BEP20.symbol() (dist/BEP20/FixedBOwnableToken.dist.sol#281-283) (function)
- IBEP20Metadata.symbol() (dist/BEP20/FixedBOwnableToken.dist.sol#206) (function)
FixedBOwnableToken.constructor(string,string,uint256,uint8,address).name (dist/BEP20/FixedBOwnableToken.dist.sol#671) shadows:
- BEP20.name() (dist/BEP20/FixedBOwnableToken.dist.sol#273-275) (function)
- IBEP20Metadata.name() (dist/BEP20/FixedBOwnableToken.dist.sol#201) (function)
FixedBOwnableToken.constructor(string,string,uint256,uint8,address).symbol (dist/BEP20/FixedBOwnableToken.dist.sol#672) shadows:
- BEP20.symbol() (dist/BEP20/FixedBOwnableToken.dist.sol#281-283) (function)
- IBEP20Metadata.symbol() (dist/BEP20/FixedBOwnableToken.dist.sol#206) (function)
FixedBOwnableToken.constructor(string,string,uint256,uint8,address).decimals (dist/BEP20/FixedBOwnableToken.dist.sol#674) shadows:
- BEP20Base.decimals() (dist/BEP20/FixedBOwnableToken.dist.sol#582-584) (function)
- BEP20.decimals() (dist/BEP20/FixedBOwnableToken.dist.sol#298-300) (function)
- IBEP20Metadata.decimals() (dist/BEP20/FixedBOwnableToken.dist.sol#211) (function)
Rename the local variables that shadow another component.
Additional information: link
Context._msgData() (dist/BEP20/FixedBOwnableToken.dist.sol#25-27) is never used and should be removed
Remove unused functions.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (dist/BEP20/FixedBOwnableToken.dist.sol#82-84)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (dist/BEP20/FixedBOwnableToken.dist.sol#90-93)
name() should be declared external:
- BEP20.name() (dist/BEP20/FixedBOwnableToken.dist.sol#273-275)
symbol() should be declared external:
- BEP20.symbol() (dist/BEP20/FixedBOwnableToken.dist.sol#281-283)
decimals() should be declared external:
- BEP20.decimals() (dist/BEP20/FixedBOwnableToken.dist.sol#298-300)
- BEP20Base.decimals() (dist/BEP20/FixedBOwnableToken.dist.sol#582-584)
totalSupply() should be declared external:
- BEP20.totalSupply() (dist/BEP20/FixedBOwnableToken.dist.sol#305-307)
balanceOf(address) should be declared external:
- BEP20.balanceOf(address) (dist/BEP20/FixedBOwnableToken.dist.sol#312-314)
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (dist/BEP20/FixedBOwnableToken.dist.sol#324-327)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (dist/BEP20/FixedBOwnableToken.dist.sol#343-346)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (dist/BEP20/FixedBOwnableToken.dist.sol#361-375)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (dist/BEP20/FixedBOwnableToken.dist.sol#389-392)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (dist/BEP20/FixedBOwnableToken.dist.sol#408-416)
burn(uint256) should be declared external:
- BEP20Burnable.burn(uint256) (dist/BEP20/FixedBOwnableToken.dist.sol#616-618)
burnFrom(address,uint256) should be declared external:
- BEP20Burnable.burnFrom(address,uint256) (dist/BEP20/FixedBOwnableToken.dist.sol#631-638)
Use the external attribute for functions never called from the contract.
Additional information: link
Reentrancy in FixedBOwnableToken.constructor(string,string,uint256,uint8,address) (dist/BEP20/FixedBOwnableToken.dist.sol#670-685):
External calls:
- FeeProcessor(feeReceiver,FixedBOwnableToken) (dist/BEP20/FixedBOwnableToken.dist.sol#678)
- IFeeReceiver(receiver).processFee{value: msg.value}(serviceId) (dist/BEP20/FixedBOwnableToken.dist.sol#657)
Event emitted after the call(s):
- Transfer(address(0),account,amount) (dist/BEP20/FixedBOwnableToken.dist.sol#470)
- _mint(_msgSender(),initialSupply) (dist/BEP20/FixedBOwnableToken.dist.sol#684)
Apply the check-effects-interactions pattern.
Additional information: link
Pragma version^0.8.0 (dist/BEP20/FixedBOwnableToken.dist.sol#8) allows old versions
Pragma version^0.8.0 (dist/BEP20/FixedBOwnableToken.dist.sol#34) allows old versions
Pragma version^0.8.0 (dist/BEP20/FixedBOwnableToken.dist.sol#106) allows old versions
Pragma version^0.8.0 (dist/BEP20/FixedBOwnableToken.dist.sol#190) allows old versions
Pragma version^0.8.0 (dist/BEP20/FixedBOwnableToken.dist.sol#218) allows old versions
Pragma version^0.8.0 (dist/BEP20/FixedBOwnableToken.dist.sol#573) allows old versions
Pragma version^0.8.0 (dist/BEP20/FixedBOwnableToken.dist.sol#602) allows old versions
Pragma version^0.8.0 (dist/BEP20/FixedBOwnableToken.dist.sol#652) allows old versions
Pragma version^0.8.0 (dist/BEP20/FixedBOwnableToken.dist.sol#665) 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
Reentrancy in FixedBOwnableToken.constructor(string,string,uint256,uint8,address) (dist/BEP20/FixedBOwnableToken.dist.sol#670-685):
External calls:
- FeeProcessor(feeReceiver,FixedBOwnableToken) (dist/BEP20/FixedBOwnableToken.dist.sol#678)
- IFeeReceiver(receiver).processFee{value: msg.value}(serviceId) (dist/BEP20/FixedBOwnableToken.dist.sol#657)
State variables written after the call(s):
- _mint(_msgSender(),initialSupply) (dist/BEP20/FixedBOwnableToken.dist.sol#684)
- _balances[account] += amount (dist/BEP20/FixedBOwnableToken.dist.sol#469)
- _setupDecimals(decimals) (dist/BEP20/FixedBOwnableToken.dist.sol#683)
- _decimals = decimals_ (dist/BEP20/FixedBOwnableToken.dist.sol#594)
- _mint(_msgSender(),initialSupply) (dist/BEP20/FixedBOwnableToken.dist.sol#684)
- _totalSupply += amount (dist/BEP20/FixedBOwnableToken.dist.sol#468)
Apply the check-effects-interactions pattern.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
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
Unable to find code repository for the project
Token is not listed at Mobula.Finance
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
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Twitter account has less than 100 followers
Telegram account link seems to be invalid
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account