Maker Reporter
Contract
function getUtilRatioFactor(
uint256 marketId,
address receiver
)
/// @notice Return if long
returns (
uint256 0,
uint256 defaultUtilRatioFactor
)
/// @ notice Return if short
returns (
uint256 defaultUtilRatioFactor,
uint256 0
)Last updated
Was this helpful?