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)
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%
-
GloomToken: 0xbb5D04c40Fa063FAF213c4E0B8086655164269Ef
-
Gloomers Base 0x4610bb911468c2ca2fe5ffd01eafbf6de9a78ba1
-
GloomGovernor: 0xFc8c580f1AfAaC016cBb45c1ced7F73F7DBa1FEc
-
GloomMigrator: 0x56A82A3DF3a909a1b4A1B0A418BdFBE7380e78fE
-
Old Gloom Token: 0x4Ff77748E723f0d7B161f90B4bc505187226ED0D
$ forge build
$ forge test