Skip to content

Gloom-Labs/contracts

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

Releases

No releases published

Packages

No packages published