An open API service indexing awesome lists of open source software.

https://github.com/gacwr/dchf-contracts-public

DCHF ETH Mainnet Contracts
https://github.com/gacwr/dchf-contracts-public

Last synced: 3 months ago
JSON representation

DCHF ETH Mainnet Contracts

Awesome Lists containing this project

README

          

# DCHF Contracts

## Bug Bounty
Our bug bounty with bounties up to $100,000 is live on [Immunefi](https://immunefi.com/bounty/defifranc/).

## General Information
This repository was initially forked from [vesta finance](https://github.com/vesta-finance/vesta-protocol-v1/releases/tag/v1.0) and was changed in order to be deployable on Ethereum Mainnet.
It contains all contracts for the DCHF ecosystem, including Moneta Token, Dependencies and Interfaces.
More detailed information can be found on the [github page of liquity](https://github.com/liquity/dev).

## Important Contracts

### DfrancParameters.sol

All important parameters like the default CCR (Critical Collateralization Ratio) are set here.

### DCHFToken.sol

Contains the compatible ERC-20 DCHF token.

### BorrowerOperations.sol

Serves Borrower operations for the client. E.q. openTrove(...args).

### MONToken.sol

Contains the compatible ERC-20 Moneta token.

### LockedMON.sol

The vesting contract for Moneta Airdrops etc.