WeuFoundDev / Governance-token-contracts

Governance contract of INPUT (INT) | A development based minting tokens for developers and researchers ecosystem.
GNU General Public License v3.0
2 stars 0 forks source link

Create InputToken.sol #13

Closed vinaykumar0103 closed 1 year ago

vinaykumar0103 commented 1 year ago

INT Token Contract: An ERC20 token contract named INT. It provides the minting and burning functions.

BurningPool Contract: This contract enables users to burn their INT tokens and claim an equivalent amount in USD stable coin at a fixed 1:1 conversion rate. It utilizes ReentrancyGuard and SafeMath for enhanced security.

StakingPool Contract: The StakingPool contract allows users to stake their INT tokens and earn rewards. It also includes safety measures like ReentrancyGuard.

MintingPool Contract: The MintingPool contract facilitates the minting of INT tokens by issue solvers, with 90% of the reward going to developers and 10% to verifiers. It also utilizes ReentrancyGuard for secure operations.