View Source: contracts/Interfaces/ILiquityBaseParams.sol
↘ Derived Contracts: LiquityBaseParams
ILiquityBaseParams
function MCR() external view
returns(uint256)
Source Code
function MCR() external view returns (uint);
function CCR() external view
returns(uint256)
Source Code
function CCR() external view returns (uint);
function PERCENT_DIVISOR() external view
returns(uint256)
Source Code
function PERCENT_DIVISOR() external view returns (uint);
function BORROWING_FEE_FLOOR() external view
returns(uint256)
Source Code
function BORROWING_FEE_FLOOR() external view returns (uint);
function REDEMPTION_FEE_FLOOR() external view
returns(uint256)
Source Code
function REDEMPTION_FEE_FLOOR() external view returns (uint);
function MAX_BORROWING_FEE() external view
returns(uint256)
Source Code
function MAX_BORROWING_FEE() external view returns (uint);
- ActivePool
- ActivePoolStorage
- BaseMath
- BorrowerOperations
- BorrowerOperationsScript
- BorrowerOperationsStorage
- BorrowerWrappersScript
- CheckContract
- CollSurplusPool
- CollSurplusPoolStorage
- console
- Context
- DefaultPool
- DefaultPoolStorage
- DocsCover
- DSAuth
- DSAuthEvents
- DSAuthority
- DSNote
- DSProxy
- DSProxyCache
- DSProxyFactory
- ERC20
- ETHTransferScript
- FeeDistributor
- FeeDistributorStorage
- GasPool
- HintHelpers
- HintHelpersStorage
- IActivePool
- IBalanceRedirectPresale
- IBorrowerOperations
- ICollSurplusPool
- IDefaultPool
- IERC20
- IERC2612
- IExternalPriceFeed
- IFeeDistributor
- IFeeSharingProxy
- ILiquityBase
- ILiquityBaseParams
- IMasset
- IMoCBaseOracle
- Initializable
- IPool
- IPriceFeed
- IRSKOracle
- ISortedTroves
- IStabilityPool
- ITroveManager
- IWrbtc
- IZUSDToken
- LiquityBase
- LiquityBaseParams
- LiquityMath
- LiquitySafeMath128
- MoCMedianizer
- MultiTroveGetter
- MultiTroveGetterStorage
- NueToken
- Ownable
- PriceFeed
- PriceFeedStorage
- ProxiableContract
- ProxiableContract2
- Proxy
- RskOracle
- SafeMath
- SortedTroves
- SortedTrovesStorage
- StabilityPool
- StabilityPoolScript
- StabilityPoolStorage
- Storage
- Storage2
- TokenScript
- TroveManager
- TroveManagerBase
- TroveManagerBase1MinuteBootstrap
- TroveManagerRedeemOps
- TroveManagerScript
- TroveManagerStorage
- UpgradableProxy
- ZUSDToken
- ZUSDTokenStorage