BarnBridge / BarnBridge-Token

$BOND - The development for BarnBridge Governance Token

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BarnBridge Governance Token (BOND)

Continuous Integration

Deployed at 0x0391d2021f89dc339f60fff84546ea23e337750f with $BOND as its ticker symbol.

The below specification is from the detailed description of the token found in BBIP-3, short for BarnBridge Improvement Proposal #3.

Interested in learning more about BarnBridge? Read our Developer Guides for more information.

Specification

One of the best ways to build ERC-20 contracts is to use the OpenZeppelin contracts. They are industry standard at this point and have been battle tested.

Our contract is inheriting the ERC20 contract and adding a bit of functionality on top.

Define basic token parameters

The token parameters are:

  • Name: BarnBridge Governance Token
  • Symbol: BOND
  • Decimals: 18
  • Supply: 10,000,000

The function of token minting is disabled. No additional minting is possible.

Discussion

For any concerns with the platform, open an issue on GitHub or visit us on Discord to discuss. For security concerns, please email info@barnbridge.com.

Copyright 2021 BarnBridge DAO

About

$BOND - The development for BarnBridge Governance Token


Languages

Language:JavaScript 74.3%Language:Solidity 25.7%