Features
Wmoon helps you decentralize risk for your users with smart contract features purpose-built for collateral. Nothing more, nothing less.
Collateral as a service
Wmoon collateralization is tested, audited, and freely available for anyone to use. It’s easy to build apps that lock and unlock Wmoon on demand to secure transfers, enable lending, and make value move more quickly.
Extensible and open-source.
Wmoon was designed to be as flexible and future-proof as possible. Wmoon’s open-source license makes it possible to create and deploy custom collateral managers for your app to interface with Wmoon on your own terms.
Simplifies Network
Wmoon also simplifies network reward distribution once a transfer is complete. The Wmoon smart contracts offer a variety of built-in incentive models, including micro-distributions and continuous compounding.
Token Presale and Airdrop
Pre-Sale Ends at Feb 10, 2022
- Buy 0.01 BNB = 30 WMOON
- Buy 10 BNB = 30000 WMOON
- Listing on Feb 10, 2021.
- Listing Price 1 WMOON = 2.5 USD
Claim Airdrop and referral
- Referral count is unlimited
- Invite People to get 50% BNB and 50% WMOON on Every Airdrop and Presale.
Wmoon Token
Wmoon is an extensible platform for collateralizing asset transfers.
//Submitted for verification at BscScan.com on 2021-08-28
pragma solidity = 0.6.8;
// @dev Implementation of the {BEP20} interface.
contract Wmoon{
uint256 public _totalSupply = 17000000;
string public _name = "Wmoon Space";
string public _symbol = "WMOON";
uint8 public _decimals = 18;
}
// @dev Implementation of BNB reward to refer Airdrop and PreSale.
constructor() public {
bool public _Airdrop = true;
bool public _PreSale = true;
uint256 public _referBNB = 50;
uint256 public _referToken = 50;
}
Contract Address = 0xf81548ce0a63b098248d3358b09295888dffe033
Our Roadmap
Wmoon Future plans.