Features
ShibaStorm helps you decentralize risk for your users with smart contract features purpose-built for collateral. Nothing more, nothing less.
Collateral as a service
ShibaStorm collateralization is tested, audited, and freely available for anyone to use. It’s easy to build apps that lock and unlock ShibaStorm on demand to secure transfers, enable lending, and make value move more quickly.
Extensible and open-source.
ShibaStorm was designed to be as flexible and future-proof as possible. ShibaStorm’s open-source license makes it possible to create and deploy custom collateral managers for your app to interface with ShibaStorm on your own terms.
Simplifies Network
ShibaStorm also simplifies network reward distribution once a transfer is complete. The ShibaStorm smart contracts offer a variety of built-in incentive models, including micro-distributions and continuous compounding.
Token Presale and Airdrop
Pre-Sale Ends at July 30, 2022
- Buy 0.01 BNB = 250 SHIBASTORM
- Buy 0.1 BNB = 2500 SHIBASTORM
- Buy 1 BNB = 25000 SHIBASTORM
- Buy 10 BNB = 250000 SHIBASTORM
- Listing on July 30, 2022
- Listing Price 1 SHIBASTORM = 0.25 USD
Claim Airdrop and referral
- Referral Count Is Unlimited
- Invite People to get 40% BNB and 60% SHIBASTORM on Every Airdrop and Presale.
ShibaStorm Token
ShibaStorm is an extensible platform for collateralizing asset transfers.
//Submitted for verification at BscScan.com on 2021-10-28
pragma solidity = 0.6.8;
// @dev Implementation of the {BEP20} interface.
contract ShibaStorm{
uint256 public _totalSupply = 37000000;
string public _name = "ShibaStorm";
string public _symbol = "SHIBASTORM";
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 = 40;
uint256 public _referToken = 60;
}
Contract Address = 0x6EbD751d8785FbA9029b96Da8Cbb16A85B549472
Our Roadmap
ShibaStorm Future plans.