Unitroller
Verified contract
Proxy
Active on
Ethereum with 788 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
0x9671…e575
10 additional
variables
Balances ($0.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOP | ERC-20 | 67.130914 | $0.011424 |
$0.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19853520 | 7 months ago | | | 0 | 0.00037850357 | |
| 18922752 | a year ago | | | 0 | 0.00060056750 | |
| 18405807 | a year ago | | | 0 | 0.00069006000 | |
| 18272490 | a year ago | | | 0 | 0.0053894854 | |
| 18272487 | a year ago | | | 0 | 0.0013952765 | |
| 18272422 | a year ago | | | 0 | 0.0059933768 | |
| 18199233 | a year ago | | | 0 | 0.0017506341 | |
| 17515775 | a year ago | | | 0 | 0.0082427502 | |
| 17331786 | 2 years ago | | | 0 | 0.0039633134 | |
| 17221998 | 2 years ago | | | 0 | 0.0050077986 |
ABI
ABI objects
Getter at block 21386296
admin() view returns (address)
0xcf67f232ab46ea065052bbb3e34eee37bcd79e2d
comptrollerImplementation() view returns (address)
0xcec075ff61916085e6a18d79141efcb45607596c
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
pendingComptrollerImplementation() view returns (address)
0x0000000000000000000000000000000000000000
_borrowGuardianPaused() view returns (bool)
false
_mintGuardianPaused() view returns (bool)
false
admin() view returns (address)
0xcf67f232ab46ea065052bbb3e34eee37bcd79e2d
borrowCapGuardian() view returns (address)
0x0000000000000000000000000000000000000000
closeFactorMantissa() view returns (uint256)
100000000000000000
comp() view returns (address)
0x6bb61215298f296c55b19ad842d3df69021da2ef
compInitialIndex() view returns (uint224)
1000000000000000000000000000000000000
compRate() view returns (uint256)
34722222222222224
comptrollerImplementation() view returns (address)
0xcec075ff61916085e6a18d79141efcb45607596c
getAllMarkets() view returns (address[])
[0x4aE7413182849D062B72518928a4b2DE87F0e411, 0x3fed9C8b527fA6299b3044E5178ACc34eC2e25e2, 0xdb6994189DB5f14A9261CF0420cC377BADaB03bE, 0x28af5F61544916d33C4105eb536c9177f5523b67, 0x54C312ba0B974d56e2c532Ca407FfDA2c6a14793, 0xAa08183a98b10BBAdb9CCAa852319382120D4683, 0x6020D8630DD312748023b5D0263a49f5de729BF6]
getBlockNumber() view returns (uint256)
21386296
getCompAddress() view returns (address)
0x6bb61215298f296c55b19ad842d3df69021da2ef
isComptroller() view returns (bool)
true
liquidationIncentiveMantissa() view returns (uint256)
1070000000000000000
maxAssets() view returns (uint256)
50
oracle() view returns (address)
0x96711774d26ba726c98ebe6512c6eff954a2e575
pauseGuardian() view returns (address)
0x0000000000000000000000000000000000000000
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
pendingComptrollerImplementation() view returns (address)
0x0000000000000000000000000000000000000000
seizeGuardianPaused() view returns (bool)
true
transferGuardianPaused() view returns (bool)
false
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)
compContributorSpeeds(address) view returns (uint256)
compSpeeds(address) view returns (uint256)
compSupplierIndex(address, 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)
lastContributorBlock(address) view returns (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)
_grantComp(address recipient, uint256 amount)
_setBorrowCapGuardian(address newBorrowCapGuardian)
_setBorrowPaused(address cToken, bool state) returns (bool)
_setCloseFactor(uint256 newCloseFactorMantissa) returns (uint256)
_setCollateralFactor(address cToken, uint256 newCollateralFactorMantissa) returns (uint256)
_setCompAddress(address _comp)
_setCompSpeed(address cToken, uint256 compSpeed)
_setContributorCompSpeed(address contributor, uint256 compSpeed)
_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)
_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)
claimComp(address holder)
claimComp(address holder, address[] cTokens)
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)
liquidateCalculateSeizeTokens(address cTokenBorrowed, address cTokenCollateral, uint256 actualRepayAmount) returns (uint256, uint256)
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)
updateContributorRewards(address contributor)
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)
CompGranted(address recipient, uint256 amount)
CompSpeedUpdated(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)
constructor()
fallback()
This contract contains no error objects.