Unitroller
Verified contract
Proxy
Active on
Base with 17 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
0x0105…ef75
18 additional
variables
Balances ($0.00)
No balances found for "Unitroller"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2811140 | a year ago | | | 0 | 0.000000000035627690 | |
| 2805778 | a year ago | | | 0 | 0.000000004738044450 | |
| 2804640 | a year ago | | | 0 | 0.000000000019985280 | |
| 2803267 | a year ago | | | 0 | 0.000000000129952504 | |
| 2617029 | a year ago | | | 0 | 0.0000047376275 | |
| 2387108 | a year ago | | | 0 | 0.000010574505 | |
| 2387100 | a year ago | | | 0 | 0.000014065807 | |
| 2387041 | a year ago | | | 0 | 0.000011090706 | |
| 2387033 | a year ago | | | 0 | 0.000013816707 | |
| 2047649 | a year ago | | | 0 | 0.000010783605 |
ABI
ABI objects
Getter at block 22548807
admin() view returns (address)
0x55a5da5217486a0b0a1f871f77a64d6165e52588
comptrollerImplementation() view returns (address)
0xcad13170fd1b4be329736bdde02b87c19439cc5f
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
pendingComptrollerImplementation() view returns (address)
0x0000000000000000000000000000000000000000
_borrowGuardianPaused() view returns (bool)
false
_mintGuardianPaused() view returns (bool)
false
accountListLength() view returns (uint256)
472
admin() view returns (address)
0x55a5da5217486a0b0a1f871f77a64d6165e52588
borrowCapGuardian() view returns (address)
0x0000000000000000000000000000000000000000
closeFactorMantissa() view returns (uint256)
150000000000000000
compAddr() view returns (address)
0x0000000000000000000000000000000000000000
compInitialIndex() view returns (uint224)
1000000000000000000000000000000000000
compRate() view returns (uint256)
0
comptrollerImplementation() view returns (address)
0xcad13170fd1b4be329736bdde02b87c19439cc5f
getAllMarkets() view returns (address[])
[0x68725461357B7e5e059A224B3b2fC45F3654c889, 0x42B33CEbe130585C4e693322553FCaBb6ff1507e, 0x3e83C613631897Fe984718f5E88Cafa18029Eb5C, 0xb65237A21724D82D7BD33A34D6D9BBD109537D3e]
getBlockTimestamp() view returns (uint256)
1731886961
getCompAddress() view returns (address)
0xc00e94cb662c3520282e6f5717214004a7f26888
isComptroller() view returns (bool)
true
liquidationIncentiveMantissa() view returns (uint256)
0
maxAssets() view returns (uint256)
0
oracle() view returns (address)
0x01059e8e430c9d2a8869d45ba38df4f670c8ef75
pauseGuardian() view returns (address)
0x0000000000000000000000000000000000000000
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
pendingComptrollerImplementation() view returns (address)
0x0000000000000000000000000000000000000000
proposal65FixExecuted() view returns (bool)
false
rewardDistributor() view returns (address)
0x3e1877542b55cb6a698194688325825c333acb36
seizeGuardianPaused() view returns (bool)
false
transferGuardianPaused() view returns (bool)
false
Read-only
accountAssets(address, uint256) view returns (address)
accountExists(address) view returns (bool)
accountList(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)
compBorrowSpeeds(address) view returns (uint256)
compBorrowState(address) view returns (uint224 index, uint32 block)
compBorrowerIndex(address, address) view returns (uint256)
compContributorSpeeds(address) view returns (uint256)
compReceivable(address) view returns (uint256)
compSpeeds(address) view returns (uint256)
compSupplierIndex(address, address) view returns (uint256)
compSupplySpeeds(address) view returns (uint256)
compSupplyState(address) view returns (uint224 index, uint32 block)
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)
lastContributorBlock(address) view returns (uint256)
liquidateCalculateSeizeTokens(address cTokenBorrowed, address cTokenCollateral, uint256 actualRepayAmount) view returns (uint256, uint256)
markets(address) view returns (bool isListed, uint256 collateralFactorMantissa, bool isComped)
mintGuardianPaused(address) view returns (bool)
State-modifying
Events _acceptAdmin() returns (uint256)
_acceptImplementation() returns (uint256)
_setPendingAdmin(address newPendingAdmin) returns (uint256)
_setPendingImplementation(address newPendingImplementation) returns (uint256)
_become(address unitroller)
_setBorrowCapGuardian(address newBorrowCapGuardian)
_setBorrowPaused(address cToken, bool state) returns (bool)
_setCloseFactor(uint256 newCloseFactorMantissa) returns (uint256)
_setCollateralFactor(address cToken, uint256 newCollateralFactorMantissa) returns (uint256)
_setLiquidationIncentive(uint256 newLiquidationIncentiveMantissa) returns (uint256)
_setMarketBorrowCaps(address[] cTokens, uint256[] newBorrowCaps)
_setMintPaused(address cToken, bool state) returns (bool)
_setPauseGuardian(address newPauseGuardian) returns (uint256)
_setPriceOracle(address newOracle) returns (uint256)
_setRewardDistributor(address newRewardDistributor) returns (uint256)
_setSeizePaused(bool state) returns (bool)
_setTransferPaused(bool state) returns (bool)
_supportMarket(address cToken) returns (uint256)
borrowAllowed(address cToken, address borrower, uint256 borrowAmount) returns (uint256)
borrowVerify(address cToken, address borrower, uint256 borrowAmount)
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)
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)
CompAccruedAdjusted(address indexed user, uint256 oldCompAccrued, uint256 newCompAccrued)
CompBorrowSpeedUpdated(address indexed cToken, uint256 newSpeed)
CompGranted(address recipient, uint256 amount)
CompReceivableUpdated(address indexed user, uint256 oldCompReceivable, uint256 newCompReceivable)
CompSupplySpeedUpdated(address indexed cToken, uint256 newSpeed)
ContributorCompSpeedUpdated(address indexed contributor, uint256 newSpeed)
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)
MarketEntered(address cToken, address account)
MarketExited(address cToken, address account)
MarketListed(address cToken)
NewBorrowCap(address indexed cToken, uint256 newBorrowCap)
NewBorrowCapGuardian(address oldBorrowCapGuardian, address newBorrowCapGuardian)
NewCloseFactor(uint256 oldCloseFactorMantissa, uint256 newCloseFactorMantissa)
NewCollateralFactor(address cToken, uint256 oldCollateralFactorMantissa, uint256 newCollateralFactorMantissa)
NewLiquidationIncentive(uint256 oldLiquidationIncentiveMantissa, uint256 newLiquidationIncentiveMantissa)
NewPauseGuardian(address oldPauseGuardian, address newPauseGuardian)
NewPriceOracle(address oldPriceOracle, address newPriceOracle)
NewRewardDistributor(address oldRewardDistributor, address newRewardDistributor)
constructor()
fallback()
This contract contains no error objects.