Unitroller
Verified contract
Active on
Ethereum with 83 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) |
---|---|---|---|---|---|---|---|
| 14603523 | 3 years ago | | | 0 | 0.0030495195 | |
| 14539011 | 3 years ago | | | 0 | 0.025289919 | |
| 14488633 | 3 years ago | | | 0 | 0.015277009 | |
| 13455247 | 3 years ago | | | 0 | 0.021591864 | |
| 13454809 | 3 years ago | | | 0 | 0.013296794 | |
| 13412869 | 3 years ago | | | 0 | 0.024657415 | |
| 13406780 | 3 years ago | | | 0 | 0.0057181161 | |
| 13406778 | 3 years ago | | | 0 | 0.046578636 | |
| 13406737 | 3 years ago | | | 0 | 0.0075236839 | |
| 13406732 | 3 years ago | | | 0 | 0.056171949 |
ABI
ABI objects
Getter at block 21184291
admin() view returns (address)
0xa57a4e6170930ac547c147cdf26ae4682fa8262e
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.