⬅️ Contracts

Unitroller

Mainnet implementations

Name Address
rariPool8Comptroller 0xc54172e34046c1653d1920d40333dd358c7a1af4
rariPool146Comptroller 0x88F7c23EA6C4C404dA463Bc9aE03b012B32DEf9e

CErc20Delegator, IRewardsDistributorAdmin, OptimisticTimelock, IMasterOracle, FuseGuardian, FuseAdmin

Methods

_acceptAdmin

function _acceptAdmin() nonpayable returns(uint256)
Returns
Param Type Notes
uint256

_setBorrowPaused

function _setBorrowPaused(address,bool) nonpayable
Params
Param Type Notes
cToken address
borrowPaused bool

_setCloseFactor

function _setCloseFactor(uint256) nonpayable returns(uint256)
Params
Param Type Notes
newCloseFactorMantissa uint256
Returns
Param Type Notes
uint256

_setCollateralFactor

function _setCollateralFactor(address,uint256) nonpayable returns(uint256)
Params
Param Type Notes
cToken address
newCollateralFactorMantissa uint256
Returns
Param Type Notes
uint256

_setLiquidationIncentive

function _setLiquidationIncentive(uint256) nonpayable returns(uint256)
Params
Param Type Notes
newLiquidationIncentiveMantissa uint256
Returns
Param Type Notes
uint256

_setPendingAdmin

function _setPendingAdmin(address) nonpayable returns(uint256)
Params
Param Type Notes
newPendingAdmin address
Returns
Param Type Notes
uint256

admin

function admin() view returns(address)
Returns
Param Type Notes
address

borrowGuardianPaused

function borrowGuardianPaused(address) view returns(bool)
Params
Param Type Notes
cToken address
Returns
Param Type Notes
bool

closeFactorMantissa

function closeFactorMantissa() view returns(uint256)
Returns
Param Type Notes
uint256

comptrollerImplementation

function comptrollerImplementation() view returns(address)
Returns
Param Type Notes
address

liquidationIncentiveMantissa

function liquidationIncentiveMantissa() view returns(uint256)
Returns
Param Type Notes
uint256

markets

function markets(address) view returns(bool,uint256)
Params
Param Type Notes
address
Returns
Param Type Notes
isListed bool
collateralFactorMantissa uint256

pendingAdmin

function pendingAdmin() view returns(address)
Returns
Param Type Notes
address

rewardsDistributors

function rewardsDistributors(uint256) view returns(address)
Params
Param Type Notes
index uint256
Returns
Param Type Notes
address

⬅️ Contracts