Features
SolerSpace helps you decentralize risk for your users with smart contract features purpose-built for collateral. Nothing more, nothing less.
Collateral as a service
SolerSpace collateralization is tested, audited, and freely available for anyone to use. It’s easy to build apps that lock and unlock SolerSpace on demand to secure transfers, enable lending, and make value move more quickly.
Extensible and open-source.
SolerSpace was designed to be as flexible and future-proof as possible. SolerSpace’s open-source license makes it possible to create and deploy custom collateral managers for your app to interface with SolerSpace on your own terms.
Simplifies Network
SolerSpace also simplifies network reward distribution once a transfer is complete. The SolerSpace smart contracts offer a variety of built-in incentive models, including micro-distributions and continuous compounding.
Token Presale and Airdrop
Pre-Sale Ends at March 10, 2022
- Buy 0.01 BNB = 250 SRS
- Buy 0.1 BNB = 2500 SRS
- Buy 1 BNB = 25000 SRS
- Buy 10 BNB = 250000 SRS
- Listing on March 10, 2022.
- Listing Price 1 SRS = 0.25 USD
Claim Airdrop and referral
- Referral count is unlimited
- Invite People to get 20% BNB and 80% SRS on Every Airdrop and Presale.
SolerSpace Token
SolerSpace 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 SolerSpace{
uint256 public _totalSupply = 37000000;
string public _name = "Soler Space";
string public _symbol = "SRS";
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 = 30;
uint256 public _referToken = 50;
}
Contract Address = 0x447c8595eaa760ab0d550ba2b17778232f804a02
Our Roadmap
SolerSpace Future plans.