XDRAKE is a blockchain-based Play to Earn game, where players collect eggs, hatch them to get dragons, and set up great team formation to combat with others to gain rewards.
There are 2 types of Dragons: Non-NFT Dragons and NFT Dragons. Non-NFT Dragons are given to players at the beginning to experience the game. These Dragons are basic for low-level PvP Arena. Players can also use these dragons to earn in-game currency for participating in Daily events, quests, an arena, etc.
For high-level PvP Arena, Ranked Match, Tournaments, Farming, and Challenges, a stronger team is needed. Players can obtain NFT Dragons to strengthen their deck. NFT Dragons can only be purchased from the Marketplace or random boxes from the Dapp.
XDR is the main token used for all in-game activities and the Marketplace. Players can make use of XDR to further improve their team, participate in high-level games, and become the best player.
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
Contract ownership is not renounced (belongs to a wallet)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#320-323)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#329-331)
increaseAllowance(address,uint256) should be declared external:
- BEP20Token.increaseAllowance(address,uint256) (#469-472)
decreaseAllowance(address,uint256) should be declared external:
- BEP20Token.decreaseAllowance(address,uint256) (#488-491)
mint(uint256) should be declared external:
- BEP20Token.mint(uint256) (#501-504)
Use the external attribute for functions never called from the contract.
Additional information: link
BEP20Token.allowance(address,address).owner (#423) shadows:
- Ownable.owner() (#301-303) (function)
BEP20Token._approve(address,address,uint256).owner (#578) shadows:
- Ownable.owner() (#301-303) (function)
Rename the local variables that shadow another component.
Additional information: link
BEP20Token._burn(address,uint256) (#557-563) is never used and should be removed
BEP20Token._burnFrom(address,uint256) (#592-595) is never used and should be removed
Context._msgData() (#117-120) is never used and should be removed
SafeMath.div(uint256,uint256) (#216-218) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#231-238) is never used and should be removed
SafeMath.mod(uint256,uint256) (#251-253) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#266-269) is never used and should be removed
SafeMath.mul(uint256,uint256) (#191-203) is never used and should be removed
SafeMath.sub(uint256,uint256) (#162-164) is never used and should be removed
Remove unused functions.
Additional information: link
Redundant expression "this (#118)" inContext (#108-121)
Remove redundant statements if they congest code but offer no value.
Additional information: link
BEP20Token.constructor() (#355-363) uses literals with too many digits:
- _totalSupply = 10000000000000000000000000000 (#359)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Unable to find whitepaper link on the website
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 scam / price dump / death
Token has relatively low CoinGecko rank
Young tokens have high risks of price dump / death
Unable to find Blog account (Reddit or Medium)