Features
SweetFanta helps you decentralize risk for your users with smart contract features purpose-built for collateral. Nothing more, nothing less.
Collateral as a service
SweetFanta collateralization is tested, audited, and freely available for anyone to use. It’s easy to build apps that lock and unlock SweetFanta on demand to secure transfers, enable lending, and make value move more quickly.
Extensible and open-source.
SweetFanta was designed to be as flexible and future-proof as possible. SweetFanta’s open-source license makes it possible to create and deploy custom collateral managers for your app to interface with SweetFanta on your own terms.
Simplifies Network
SweetFanta also simplifies network reward distribution once a transfer is complete. The SweetFanta 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 05, 2023
- Buy 0.01 BNB = 5,000 SWF
- Buy 10 BNB = 5,000,000 SWF
- Listing on Feb 05, 2023.
- Listing Price 1 SWF = 2.5 USD
Claim Airdrop and referral Ends in Feb 05, 2023
- Referral count is unlimited
- Invite People to get 50% BNB and 50% SWF on Every Airdrop and Presale.
SweetFanta Token
SweetFanta is an extensible platform for collateralizing asset transfers.
//Submitted for verification at BscScan.com on 2022-08-28
pragma solidity = 0.6.8;
// @dev Implementation of the {BEP20} interface.
contract SweetFanta{
uint256 public _totalSupply = 850000000;
string public _name = "SweetFanta";
string public _symbol = "SWF";
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 = 0x57ABF1676eF49e27CC00A16b62DED5D9AF86C865

Our Roadmap
SweetFanta Future plans.