8000 GitHub - iambixbite/contracts: Gloom contracts
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

iambixbite/contracts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gloom Contracts

Overview

This repository contains the following contracts:

  • GloomToken.sol (OpenZeppelin ERC20)
  • GloomGovernor.sol (OpenZeppelin Governor)
  • GloomMigrator.sol (Burn old tokens to receive new tokens)
  • OldGloom.sol (TaxableTeamToken)

Token details

GloomToken.sol is a standard ERC20 without any tax / reflections. The contract has no owner, no minting functions, no admin functions, and is not upgradable.

  • Name: Gloom
  • Symbol: GLOOM
  • Decimals: 18
  • Total supply: 1,000,000,000 (1 billion)
  • Circulating supply: 1,000,000,000 (1 billion)
  • Tax / reflection: 0%

Deployed contracts

Setup

Build

$ forge build

Test

$ forge test

About

Gloom contracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 100.0%
0