210 Matching Annotations
  1. Aug 2019
    1. ilks[ilk].rate = 10 ** 27;

      rate for all collateral types is first initialized to 1 ray.

      It increases continuously every second based on the value of duty set for the collateral type on the Jug contract.

    2. ilks

      Mapping to store some of the risk parameters of collateral types. Risk parameters for collateral types are also stored in other contracts too.

    3. Line

      Total debt ceiling set for the entire system.

      It need not add up to all the individual debt ceilings set for each collateral type.

    4. wards

      Addresses authorized to call restricted functions that have an auth modifier.

      Current list of authorized addresses/contracts are,

      • Collateral Adapters