🖥️
Term Finance v1 Developer Documentation
  • Overview
  • Term Finance Protocol
    • Term Repo
      • Term Auction Group
        • Initialization Parameters
        • Administrative Functions
      • Term Servicer Group
        • Initialization Parameters
        • Administrative Functions
      • Term Repo Token
        • Initialization Parameters
        • Administrative Functions
    • Protocol Contracts
      • Price Feeds
    • Conventions
    • Terminology
  • Access Controls
    • Upgradeability
  • Deployed Contracts
    • Smart Contract Audits
    • Formal Verification
    • [Ethereum]
    • [Avalanche]
  • Protocol Security
    • Smart Contract Monitoring
    • Front-End Security
  • Solidity API - latest
    • Term Repo Class
      • Term Auction Group
        • TermAuction.sol
        • TermAuctionBidLocker.sol
        • TermAuctionOfferLocker.sol
      • Term Servicer Group
        • TermRepoServicer.sol
        • TermRepoLocker.sol
        • TermRepoCollateralManager.sol
        • TermRepoRolloverManager.sol
      • TermRepoToken.sol
    • Protocol Class
      • TermController.sol
      • TermEventEmitter.sol
      • TermInitializer.sol
      • TermPriceConsumerV3.sol
  • Solidity API - 0.5.31
    • Term Repo Class
      • Term Auction Group
        • TermAuction.sol
        • TermAuctionBidLocker.sol
        • TermAuctionOfferLocker.sol
      • Term Servicer Group
        • TermRepoServicer.sol
        • TermRepoLocker.sol
        • TermRepoCollateralManager.sol
        • TermRepoRolloverManager.sol
      • TermRepoToken.sol
    • Protocol Class
      • TermController.sol
      • TermEventEmitter.sol
      • TermInitializer.sol
      • TermPriceConsumerV3.sol
  • Solidity API - 0.5.32
    • Term Repo Class
      • Term Auction Group
        • TermAuction.sol
        • TermAuctionBidLocker.sol
        • TermAuctionOfferLocker.sol
      • Term Servicer Group
        • TermRepoServicer.sol
        • TermRepoLocker.sol
        • TermRepoCollateralManager.sol
        • TermRepoRolloverManager.sol
      • TermRepoToken.sol
    • Protocol Class
      • TermController.sol
      • TermEventEmitter.sol
      • TermInitializer.sol
      • TermPriceConsumerV3.sol
  • Solidity API - 0.6.0
    • Term Repo Class
      • Term Auction Group
        • TermAuction.sol
        • TermAuctionBidLocker.sol
        • TermAuctionOfferLocker.sol
      • Term Servicer Group
        • TermRepoServicer.sol
        • TermRepoLocker.sol
        • TermRepoCollateralManager.sol
        • TermRepoRolloverManager.sol
      • TermRepoToken.sol
    • Protocol Class
      • TermController.sol
      • TermEventEmitter.sol
      • TermInitializer.sol
      • TermPriceConsumerV3.sol
  • Solidity API - 0.9.0
    • Term Repo Class
      • Term Auction Group
        • TermAuction.sol
        • TermAuctionBidLocker.sol
        • TermAuctionOfferLocker.sol
      • Term Servicer Group
        • TermRepoServicer.sol
        • TermRepoLocker.sol
        • TermRepoCollateralManager.sol
        • TermRepoRolloverManager.sol
      • TermRepoToken.sol
    • Protocol Class
      • TermController.sol
      • TermEventEmitter.sol
      • TermInitializer.sol
      • TermPriceConsumerV3.sol
  • DeFiSafety - detailed report
  • Github Repo
  • Periphery Contracts
    • Blue Sheets
      • Core Architecture
      • Core Functionality
      • Administration
      • Deployed Contracts
        • Smart Contract Audits
        • [Ethereum]
      • Solidity API - latest
        • RepoTokenLinkedList.sol#RepoTokenLinkedList
        • RepoTokenLinkedList.sol#RepoTokenLinkedListStorageV1
        • RepoTokenLinkedListEventEmitter.sol
        • TermDiscountRateAdapter.sol
    • Github Repo
    • Term Strategy Vaults
      • Core Architecture
        • Yearn V3 Framework
        • Term Integration
      • Core Functionality
        • YearnV3 Base Operations
        • Term Protocol Operations
          • Core Integration
          • Portfolio Valuation
          • Protocol Interactions
          • Portfolio Constraints
      • Administration
        • Yearn Roles & Governance
        • Term Vault Governance
      • Configuration Guide
      • Deployed Contracts
        • Smart Contract Audits
        • [Ethereum]
      • Solidity API - latest
        • RepoTokenList.sol#RepoTokenList
        • RepoTokenList.sol#RepoTokenListData
        • RepoTokenList.sol#RepoTokenListNode
        • RepoTokenUtils.sol#RepoTokenUtils
        • Strategy.sol#Strategy
        • TermAuctionList.sol#TermAuctionList
        • TermAuctionList.sol#PendingOffer
        • TermAuctionList.sol#TermAuctionListData
        • TermAuctionList.sol#TermAuctionListNode
        • TermDiscountRateAdapter.sol#TermDiscountRateAdapter
        • TermVaultEventEmitter.sol#TermVaultEventEmitter
        • TermFinanceVaultWrappedVotesToken.sol#TermFinanceVaultWrappedVotesToken
    • Github Repo
Powered by GitBook
On this page
  1. Deployed Contracts

[Avalanche]

Last updated 23 days ago

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

NA

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 .

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 .

Repo Contracts
Implementation Address

TermRepoCollateralManager

TermRepoServicer

TermRepoRolloverManager

TermRepoLocker

TermRepoToken

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

NA

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 .

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 .

Repo Contracts
Implementation Address

TermRepoCollateralManager

TermRepoServicer

TermRepoRolloverManager

TermRepoLocker

TermRepoToken

app.term.finance
app.term.finance
app.term.finance
app.term.finance
0x145e7813c5CEAB4c5FD5f3c4943b40d075F67Da9
0xe46E6DDad84aBb0F87a1c2d8180aE1FB41a60031
0xbA1112F957f2D1d4E6F13CEF17e68ED6F00C81BE
0xEfE449c89d045907D29f31BFB79aA99877834E8A
0xF6F7a44Ff0F3c1f2633c3b971b9ee181bA72d3Bc
0xAFAa777e3c71b93cEe4288FA6BE98E6C2b4dDd18
0x5E3D24F4c7643B67156C07994F365eb1165C60B2
0xC008EF0e4cE3C9315dA5b283f1b8864b0cB59C95
0x27DD7eAE348Ce9697dF8FBc048f021286525FE06
0xacF9f886DA1A4D29F86e103957cA90c405828ef9
0x67B6eB2bdAE054265E83c98C8e0d207013D6C7C1
0xeD0476D54bE38FC55Df0A6962D6b215508007d3c
0xd9a00d2AE501278b78DeEA8991B4a3cb518c664E
0xE1c243C71bb54F9947De85517A6Cc926459668ad
0x3869550d5Ae1343110C0F8f062fbf24621e537d1
0x86839D923e1a708b25312A30020D43A16948AEaD
0x609f3F2636caE1E5CD0eA7940396f4fB65802a21
0x888a5F09b7F85236C091a74acA2259fAc6470C0e
0xb81afB6724ba9d19a3572Fb29ed7ef633fD50093
0x44111EDF1eb9a65BA4AB73411787AF110565DBA2
0xCe580B2da6E002E43095aD7797255e49A20f6B06
0xA3870F0466b0f44CDB8055DF9E7ae2403670b93B
0x0551bd6730D762dA77e96f765045648667E0f976
0x8e3774649b31A8F6EA11ea4307c5Cf5549c3DdD9
0x9D6a563cf79d47f32cE46CD7b1fb926eCd0f6160
0x8203B41A7655c0577b932603c41e3e0eDaf789D1
0xe77b8E8FA43f8c30323814f81dC81f3320F154C1
0xeCF3061c9bC51CA6cc7eeEa1daD3912E2bfF7dD2
0x2b2a13D8729F48315a1017Df83984076b83d4367
0x8a46267d458266714B43c7B4B816A300192c6759