📑Biswap Smart Contracts

BSW token contract

A token contract is simply a smart contract. A BEP-20/ERC-20 token contract is defined by the contract’s address and the total supply of tokens available to it but has several optional items that are usually provided as well to provide more detail to users. These are the token’s name, its symbol, and the number of decimals.

Smart Router contract

The easiest way to securely exchange tokens is to interact with the router, which provides many methods to securely exchange "to" and "from" different assets. It is essential to understand that the router performs both the exchange of token A to token B, as well as the exchange of token A + token B to AB LP tokens and vice versa. Since routers are stateless and do not store token balances, they can be safely replaced if necessary. This can happen if more efficient smart contract models are discovered or if additional functionality is needed.

Masterchef contract

The Masterchef contract is the core of the functionality that is provided by the project. It controls emission rates, minting, pools, deposit fees, etc. If you stake your BSW to BSW-BSW Launchpools or your LP tokens to the farm, they will be sent to the Masterchef address. The Masterchef is owned by the timelock, meaning that all significant changes to the Masterchef must go through the timelock first.

Timelock contract

A timelock is a smart contract that delays function calls of another smart contract after a predetermined amount of time has passed. Timelocks are primarily used in the context of governance to add a delay in administrative actions and are generally considered a strong indicator that a project is legitimate and demonstrates a commitment to the project by project owners.

Here are the reasons for implementing a timelock:

  • Project owners give up control to provide more guarantees to the community

  • Timelocks allow investors to exit the protocol in time if necessary

  • Project admins are required to be transparent with holders/investors

Dev address

With this address, every user can track our team's transactions. 9% of tokens from each block are sent to this address, according to our Tokenomics.

As a commitment to our long-term vision, we're taking an important step to strengthen trust and transparency all existing team's tokens are locked for a period of 36 months (till May 17 2027). Additionally, any newly minted tokens will be sent directly to the lock contract.

Key points:

  • 49 378 322 of BSW tokens

  • Vesting period: 36 months

  • Newly minted team tokens will go straight into the lock contract

Last updated

Was this helpful?