Unitroller
Verified contract
Active on
Ethereum with 404 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Unitroller"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17905841 | a year ago | | | 0 | 0.0032259474 | |
| 17811303 | a year ago | | | 0 | 0.0030188333 | |
| 16760704 | 2 years ago | | | 0 | 0.0033951354 | |
| 16151152 | 2 years ago | | | 0 | 0.0052529889 | |
| 15886015 | 2 years ago | | | 0 | 0.0016742718 | |
| 15826957 | 2 years ago | | | 0 | 0.0019582585 | |
| 15630988 | 2 years ago | | | 0 | 0.0038800008 | |
| 15630984 | 2 years ago | | | 0 | 0.0011590830 | |
| 15574767 | 2 years ago | | | 0 | 0.0047266717 | |
| 15557136 | 2 years ago | | | 0 | 0.0033446975 |
ABI
ABI objects
Getter at block 21162697
admin() view returns (address)
0xe150fef6cdc4db5168ae3c85b74e442542d51de5
adminHasRights() view returns (bool)
true
comptrollerImplementation() view returns (address)
0xe16db319d9da7ce40b666dd2e365a4b8b3c18217
fuseAdminHasRights() view returns (bool)
true
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
pendingComptrollerImplementation() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events _acceptAdmin() returns (uint256)
_acceptImplementation() returns (uint256)
_setPendingAdmin(address newPendingAdmin) returns (uint256)
_setPendingImplementation(address newPendingImplementation) returns (uint256)
_toggleAdminRights(bool hasRights) returns (uint256)
_toggleFuseAdminRights(bool hasRights) returns (uint256)
AdminRightsToggled(bool hasRights)
Failure(uint256 error, uint256 info, uint256 detail)
FuseAdminRightsToggled(bool hasRights)
NewAdmin(address oldAdmin, address newAdmin)
NewImplementation(address oldImplementation, address newImplementation)
NewPendingAdmin(address oldPendingAdmin, address newPendingAdmin)
NewPendingImplementation(address oldPendingImplementation, address newPendingImplementation)
constructor()
fallback()
This contract contains no error objects.