XDOGE will help DOGE in the upcoming plans:
1. Farm plan
XDOGE is cooperating with https://bunnypark.com/ to create a Farm pool for XDOGE holders and help DogeCoin establish a wide range of liquidity mining sites on BSC. After that, DogeCoin holders will be able to exchange DogeCoin to XDOGE at https://bunnypark.com/ at any time to earn additional liquidity mining profit. Users can also exchange XDOGE back to DogeCoin at any time.
2. Light Up Plan
2.1
XDOGE will officially start the “Interstellar DogeCoin & Interstellar XDOGE” NFT on https://xdoge.space/ to light up XDOGE project. Everyone will be able to use XDOGE to light up NFT at homepage. XDOGE that paid by users to light up the NFT will be used for Space Station project (check next plan below).
2.2 Light up New York Times Square Giant Screen
As the most valuable decentralized token in the world, DogeCoin and XDOGE should be known and recognized by more people, which will be a long-term and meaningful process. Elon Musk, as DogeCoin father, should be respected for his contributions. XDOGE, as the purest heir of DogeCoin, should assist Elon Musk in advancing this process.
We will light up giant screen for Elon Musk, DogeCoin and XDOGE in the most dazzling advertising space in the world: New York Times Square!
3. Space Station Plan
Users who hold more than 200 million XDOGE will be invited to build Space Station and they will be required to pay a fixed amount of XDOGE. These XDOGE will be allocated by other users through the NFT lottery. At the same time, XDOGE that paid by other users to light up [Interstellar DogeCoin & Interstellar XDOGE] NFT will be evenly distributed to the members who build the Space Station.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
Redundant expression "this (#118)" inContext (#108-121)
Remove redundant statements if they congest code but offer no value.
Additional information: link
XDOGE.constructor() (#355-363) uses literals with too many digits:
- _totalSupply = 200000000000 * 10 ** 18 (#359)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
XDOGE.allowance(address,address).owner (#423) shadows:
- Ownable.owner() (#301-303) (function)
XDOGE._approve(address,address,uint256).owner (#562) shadows:
- Ownable.owner() (#301-303) (function)
Rename the local variables that shadow another component.
Additional information: link
Variable XDOGE._decimals (#351) is not in mixedCase
Variable XDOGE._symbol (#352) is not in mixedCase
Variable XDOGE._name (#353) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
SafeMath.mul(uint256,uint256) (#191-203) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#266-269) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#231-238) is never used and should be removed
Context._msgData() (#117-120) is never used and should be removed
XDOGE._burnFrom(address,uint256) (#576-579) is never used and should be removed
SafeMath.mod(uint256,uint256) (#251-253) is never used and should be removed
SafeMath.div(uint256,uint256) (#216-218) is never used and should be removed
Remove unused functions.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#320-323)
increaseAllowance(address,uint256) should be declared external:
- XDOGE.increaseAllowance(address,uint256) (#474-477)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#329-331)
decreaseAllowance(address,uint256) should be declared external:
- XDOGE.decreaseAllowance(address,uint256) (#493-496)
burn(uint256) should be declared external:
- XDOGE.burn(uint256) (#502-505)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find token contract audit
Unable to find code repository for the project
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
Token has relatively low CoinGecko rank
Last post in Twitter was more than 180 days ago
Unable to find Youtube account
Unable to find Discord account