Dark Frontiers" is a gamified space realm governed by a Gamestarter produced DAO. As NFT standards and values are shifting towards promoting use-cases, Dark Frontiers' goal is to drive mainstream adoption by enhancing the usability of NFTs through staking, item ownership, and the creation of real-world value through in-game items.
The native token $DARK is the currency of the game, which will correlate with the in-game energy value. $GAME Coin will be required to participate in the IGO (presale), boost processes within the game (like merging NFTs), and will be used to purchase NFTs in the marketplace.
In short, Dark Frontiers allows users to craft — combine materials to build new items; trade — buy and sell your assets in-game as well as in Gamestarter’s marketplace; and discover — own your own land in the rich Dark Frontiers universe.
DarkToken.transferAnyStuckERC20Token(address,uint256) (#428-430) ignores return value by IERC20(tokenAddress).transfer(owner(),tokens) (#429)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
Context._msgData() (#37-39) is never used and should be removed
Remove unused functions.
Additional information: link
solc-0.8.0 is not recommended for deployment
Pragma version^0.8.0 (#4) 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
DarkToken.constructor() (#420-422) uses literals with too many digits:
- _mint(msg.sender,250000000 * 10 ** 8) (#421)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#157-171)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#399-401)
decimals() should be declared external:
- ERC20.decimals() (#94-96)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#204-212)
symbol() should be declared external:
- ERC20.symbol() (#77-79)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#108-110)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#120-123)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#185-188)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#407-410)
name() should be declared external:
- ERC20.name() (#69-71)
totalSupply() should be declared external:
- ERC20.totalSupply() (#101-103)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#139-142)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#128-130)
Use the external attribute for functions never called from the contract.
Additional information: link
Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.
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 token on CoinHunt
Additional information: link
Unable to find code repository for the project
Unable to find Youtube account