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
- Host: GitHub
- URL: https://github.com/gacwr/dchf-contracts-public
- Owner: GACWR
- License: gpl-3.0
- Created: 2022-11-13T03:21:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T18:19:24.000Z (over 3 years ago)
- Last Synced: 2025-01-15T20:37:24.514Z (over 1 year ago)
- Size: 85 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.