[Avalanche]
Protocol Contracts are "evergreen" contracts that govern and apply to all Term Repo contract deployments.
Protocol Contract | Implementation Address | Proxy Address |
---|---|---|
TermController | ||
TermEventEmitter | ||
TermPriceConsumerV3 | ||
TermInitializer |
|
Auction Contracts are "serially" deployed -- a new set of proxy contracts are deployed to facilitate each Term Auction. Implementations addresses are provided below. Specific proxy addresses can be found at app.term.finance.
Auction Contracts | Implementation Address |
---|---|
TermAuction | |
TermAuctionBidLocker | |
TermAuctionOfferLocker |
Repo Contracts, like Auction Contracts, are "serially" deployed -- each Term Repo is defined by a new set of Repo Contract proxy deployments. Implementations addresses are provided below. Specific proxy addresses can be found at app.term.finance.\
Repo Contracts | Implementation Address |
---|---|
TermRepoCollateralManager | |
TermRepoServicer | |
TermRepoRolloverManager | |
TermRepoLocker | |
TermRepoToken |
Last updated