IComptroller

Overview

License: MIT

interface IComptroller

Functions info

isComptroller (0x007e3dd2)

function isComptroller() external view returns (bool)

Indicator that this is a Comptroller contract (for inspection)

getAssetsIn (0xabfceffc)

function getAssetsIn(address account) external view returns (address[] memory)

getAccountLiquidity (0x5ec88c79)

function getAccountLiquidity(
    address account
) external view returns (uint256, uint256, uint256)

checkMembership (0x929fe9a1)

getPrimaryLendingPlatformAddress (0xaa0e4edd)

enterMarkets (0xc2998238)

enterMarket (0x24991d66)

exitMarket (0xede4edd0)

mintAllowed (0x4ef4c3e1)

mintVerify (0x41c728b9)

redeemAllowed (0xeabe7d91)

redeemVerify (0x51dff989)

borrowAllowed (0xda3d454c)

borrowVerify (0x5c778605)

repayBorrowAllowed (0x24008a62)

repayBorrowVerify (0x1ededc91)

liquidateBorrowAllowed (0x5fc7e71e)

liquidateBorrowVerify (0x47ef3b3b)

seizeAllowed (0xd02f7351)

seizeVerify (0x6d35bf91)

transferAllowed (0xbdcdc258)

transferVerify (0x6a56947e)

liquidateCalculateSeizeTokens (0xc488847b)

Last updated