LogoLogo
User DocsDeveloper DocsHow-To Guides
  • ➡️Start Here
  • 🚧Disclaimer
  • User Docs
    • Introduction
    • Fund Overview
    • zVLT
    • Tranches
    • ZVE Token
  • How-To Guides
    • Complete KYC/KYB
    • Mint Tranche Tokens
    • Stake Tranche Tokens
  • Developer Docs
    • Contract Addresses
    • Core Contracts
      • ZivoeDAO.sol
      • ZivoeGlobals.sol
      • ZivoeGovernorV2.sol
      • ZivoeITO.sol
      • ZivoeLocker.sol
      • ZivoeMath.sol
      • ZivoeRewards.sol
      • ZivoeRewardsVesting.sol
      • ZivoeToken.sol
      • ZivoeTranches.sol
      • ZivoeTrancheToken.sol
      • ZivoeYDL.sol
    • Lockers
      • OCC_Modular.sol
      • OCE_ZVE.sol
      • OCL_ZVE.sol
      • OCR_Modular.sol
      • OCT_DAO.sol
      • OCT_YDL.sol
      • OCT_ZVL.sol
      • OCY_Convex_A.sol
      • OCY_Convex_B.sol
      • OCY_Convex_C.sol
      • OCY_OUSD.sol
      • ZivoeSwapper.sol
  • Official Links
    • Audits
    • Website
    • Twitter
    • Telegram
    • Blog
    • Discord
  • Terms
    • Terms Of Use / Privacy Policy
    • Reg S Compliance
Powered by GitBook

Zivoe Finance - Official Documentation

On this page
  1. Developer Docs

Core Contracts

List of Core Contracts

Contract
Description
ZivoeDAO.sol

Escrows capital from liquidity providers, governance then allocates this to lockers.

ZivoeGlobals.sol

Stores global values utilized by all core contracts.

ZivoeGovernorV2.sol

Implements governance modules from OpenZeppelin for governance.

ZivoeITO.sol

Conducts the Initial Tranche Offering ("ITO").

ZivoeLocker.sol

An abstract base contract, inherited by all lockers.

ZivoeMath.sol

A mathematics contract, which handles accounting features in tandem with ZivoeYDL.

ZivoeRewards.sol

A multi-rewards staking contract for $zJTT/$zSTT/$ZVE.

ZivoeRewardsVesting.sol

A multi-rewards staking contract for internal $ZVE vesting schedules.

ZivoeToken.sol

$ZVE, the native protocol token, used for governance and staking.

ZivoeTranches.sol

Handles ongoing deposits to the DAO in exchange for $zJTT/$zSTT.

ZivoeTrancheToken.sol

Utilized to launch two tranche tokens (senior and junior, $zSTT/$zJTT).

ZivoeYDL.sol

Handles yield distribution accounting for the Zivoe protocol.

PreviousContract AddressesNextZivoeDAO.sol

Last updated 1 year ago