Skip to content

Issuer

Work In Progress

Ongoing...

Description

This contract does all the heavy lifting of issuing and burning oUSD. It's used primarily to reduce the size of the Oikos contract

Source: Issuer.sol

Architecture


Inheritance Graph

Issuer inheritance graph


Oikos architture graph

Details
  • FeePool: The Oikos contract remits exchange fees as oUSD to the fee pool, and also uses it to keep track of historical issuance records for each issuer.
  • OikosState: This state contract stores the debt ledger and the current issuance information for synth issuers.


Constants



Variables



Constructor



Views



Mutative Functions



Owner Functions



Internal & Restricted Functions


Modifiers



Events