Unitroller
Verified contract
Proxy
Active on
Ethereum with 24,108 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x338e…1f1d
11 additional
variables
Balances ($9,151.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CREAM | ERC-20 | 512.365067 | $15.69 |
$8,039.01 | |
LINK | ERC-20 | 54.972626 | $14.06 |
$772.92 | |
UNI | ERC-20 | 36.520633 | $8.91 |
$325.4 | |
USDC | ERC-20 | 14.23 | $0.999216 |
$14.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19787870 | 6 months ago | | | 0 | 0.0091599309 | |
| 18205155 | a year ago | | | 0 | 0.012639579 | |
| 15774394 | 2 years ago | | | 0 | 0.0017242623 | |
| 15288722 | 2 years ago | | | 0 | 0.00017692500 | |
| 15197657 | 2 years ago | | | 0 | 0.00074695720 | |
| 15104342 | 2 years ago | | | 0 | 0.0044366314 | |
| 14840722 | 2 years ago | | | 0 | 0.0015726990 | |
| 14816258 | 2 years ago | | | 0 | 0.00088133494 | |
| 14816258 | 2 years ago | | | 0 | 0.0025366376 | |
| 14684315 | 3 years ago | | | 0 | 0.0019980398 |
ABI
ABI objects
Getter at block 21172509 getAllMarkets() view returns (address[])
admin() view returns (address)
0x6d5a7597896a703fe8c85775b23395a48f971305
comptrollerImplementation() view returns (address)
0x7aa375f1fe5e04e18a6b02b4294cfd57ca9f53ba
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
pendingComptrollerImplementation() view returns (address)
0x0000000000000000000000000000000000000000
_borrowGuardianPaused() view returns (bool)
false
_mintGuardianPaused() view returns (bool)
false
admin() view returns (address)
0x6d5a7597896a703fe8c85775b23395a48f971305
borrowCapGuardian() view returns (address)
0x0000000000000000000000000000000000000000
closeFactorMantissa() view returns (uint256)
500000000000000000
compInitialIndex() view returns (uint224)
1000000000000000000000000000000000000
compRate() view returns (uint256)
0
comptrollerImplementation() view returns (address)
0x7aa375f1fe5e04e18a6b02b4294cfd57ca9f53ba
getBlockNumber() view returns (uint256)
21172509
getCompAddress() view returns (address)
0x2ba592f78db6436527729929aaf6c908497cb200
isComptroller() view returns (bool)
true
liquidationIncentiveMantissa() view returns (uint256)
1080000000000000000
liquidityMining() view returns (address)
0x0000000000000000000000000000000000000000
maxAssets() view returns (uint256)
20
oracle() view returns (address)
0x338eee1f7b89ce6272f302bdc4b952c13b221f1d
pauseGuardian() view returns (address)
0x3313b20b8115e85a7885cfbbb8336282485467c2
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
pendingComptrollerImplementation() view returns (address)
0x0000000000000000000000000000000000000000
seizeGuardianPaused() view returns (bool)
true
supplyCapGuardian() view returns (address)
0x0000000000000000000000000000000000000000
transferGuardianPaused() view returns (bool)
true
Read-only
accountAssets(address, uint256) view returns (address)
allMarkets(uint256) view returns (address)
borrowCaps(address) view returns (uint256)
borrowGuardianPaused(address) view returns (bool)
checkMembership(address account, address cToken) view returns (bool)
compAccrued(address) view returns (uint256)
compBorrowState(address) view returns (uint224 index, uint32 block)
compBorrowerIndex(address, address) view returns (uint256)
compSpeeds(address) view returns (uint256)
compSupplierIndex(address, address) view returns (uint256)
compSupplyState(address) view returns (uint224 index, uint32 block)
flashloanAllowed(address cToken, address receiver, uint256 amount, bytes params) view returns (bool)
flashloanGuardianPaused(address) view returns (bool)
getAccountLiquidity(address account) view returns (uint256, uint256, uint256)
getAssetsIn(address account) view returns (address[])
getHypotheticalAccountLiquidity(address account, address cTokenModify, uint256 redeemTokens, uint256 borrowAmount) view returns (uint256, uint256, uint256)
isMarketListed(address cTokenAddress) view returns (bool)
liquidateCalculateSeizeTokens(address cTokenBorrowed, address cTokenCollateral, uint256 actualRepayAmount) view returns (uint256, uint256)
markets(address) view returns (bool isListed, uint256 collateralFactorMantissa, bool isComped, uint8 version)
mintGuardianPaused(address) view returns (bool)
supplyCaps(address) view returns (uint256)
State-modifying
Events _acceptAdmin() returns (uint256)
_acceptImplementation() returns (uint256)
_setPendingAdmin(address newPendingAdmin) returns (uint256)
_setPendingImplementation(address newPendingImplementation) returns (uint256)
_become(address unitroller)
_delistMarket(address cToken)
_setBorrowCapGuardian(address newBorrowCapGuardian)
_setBorrowPaused(address cToken, bool state) returns (bool)
_setCloseFactor(uint256 newCloseFactorMantissa) returns (uint256)
_setCollateralFactor(address cToken, uint256 newCollateralFactorMantissa) returns (uint256)
_setFlashloanPaused(address cToken, bool state) returns (bool)
_setLiquidationIncentive(uint256 newLiquidationIncentiveMantissa) returns (uint256)
_setLiquidityMining(address newLiquidityMining)
_setMarketBorrowCaps(address[] cTokens, uint256[] newBorrowCaps)
_setMarketSupplyCaps(address[] cTokens, uint256[] newSupplyCaps)
_setMintPaused(address cToken, bool state) returns (bool)
_setPauseGuardian(address newPauseGuardian) returns (uint256)
_setPriceOracle(address newOracle) returns (uint256)
_setSeizePaused(bool state) returns (bool)
_setSupplyCapGuardian(address newSupplyCapGuardian)
_setTransferPaused(bool state) returns (bool)
_supportMarket(address cToken, uint8 version) returns (uint256)
borrowAllowed(address cToken, address borrower, uint256 borrowAmount) returns (uint256)
borrowVerify(address cToken, address borrower, uint256 borrowAmount)
claimComp(address holder)
claimComp(address[] holders, address[] cTokens, bool borrowers, bool suppliers)
enterMarkets(address[] cTokens) returns (uint256[])
exitMarket(address cTokenAddress) returns (uint256)
liquidateBorrowAllowed(address cTokenBorrowed, address cTokenCollateral, address liquidator, address borrower, uint256 repayAmount) returns (uint256)
liquidateBorrowVerify(address cTokenBorrowed, address cTokenCollateral, address liquidator, address borrower, uint256 actualRepayAmount, uint256 seizeTokens)
mintAllowed(address cToken, address minter, uint256 mintAmount) returns (uint256)
mintVerify(address cToken, address minter, uint256 actualMintAmount, uint256 mintTokens)
redeemAllowed(address cToken, address redeemer, uint256 redeemTokens) returns (uint256)
redeemVerify(address cToken, address redeemer, uint256 redeemAmount, uint256 redeemTokens)
repayBorrowAllowed(address cToken, address payer, address borrower, uint256 repayAmount) returns (uint256)
repayBorrowVerify(address cToken, address payer, address borrower, uint256 actualRepayAmount, uint256 borrowerIndex)
seizeAllowed(address cTokenCollateral, address cTokenBorrowed, address liquidator, address borrower, uint256 seizeTokens) returns (uint256)
seizeVerify(address cTokenCollateral, address cTokenBorrowed, address liquidator, address borrower, uint256 seizeTokens)
transferAllowed(address cToken, address src, address dst, uint256 transferTokens) returns (uint256)
transferVerify(address cToken, address src, address dst, uint256 transferTokens)
updateCTokenVersion(address cToken, uint8 newVersion)
Failure(uint256 error, uint256 info, uint256 detail)
NewAdmin(address oldAdmin, address newAdmin)
NewImplementation(address oldImplementation, address newImplementation)
NewPendingAdmin(address oldPendingAdmin, address newPendingAdmin)
NewPendingImplementation(address oldPendingImplementation, address newPendingImplementation)
ActionPaused(address cToken, string action, bool pauseState)
ActionPaused(string action, bool pauseState)
DistributedBorrowerComp(address indexed cToken, address indexed borrower, uint256 compDelta, uint256 compBorrowIndex)
DistributedSupplierComp(address indexed cToken, address indexed supplier, uint256 compDelta, uint256 compSupplyIndex)
Failure(uint256 error, uint256 info, uint256 detail)
MarketDelisted(address cToken)
MarketEntered(address cToken, address account)
MarketExited(address cToken, address account)
MarketListed(address cToken)
NewBorrowCap(address indexed cToken, uint256 newBorrowCap)
NewBorrowCapGuardian(address oldBorrowCapGuardian, address newBorrowCapGuardian)
NewCTokenVersion(address cToken, uint8 oldVersion, uint8 newVersion)
NewCloseFactor(uint256 oldCloseFactorMantissa, uint256 newCloseFactorMantissa)
NewCollateralFactor(address cToken, uint256 oldCollateralFactorMantissa, uint256 newCollateralFactorMantissa)
NewLiquidationIncentive(uint256 oldLiquidationIncentiveMantissa, uint256 newLiquidationIncentiveMantissa)
NewLiquidityMining(address oldLiquidityMining, address newLiquidityMining)
NewPauseGuardian(address oldPauseGuardian, address newPauseGuardian)
NewPriceOracle(address oldPriceOracle, address newPriceOracle)
NewSupplyCap(address indexed cToken, uint256 newSupplyCap)
NewSupplyCapGuardian(address oldSupplyCapGuardian, address newSupplyCapGuardian)
constructor()
fallback()
This contract contains no error objects.