Unitroller
Verified contract
Active on
Ethereum with 266 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) |
---|---|---|---|---|---|---|---|
| 18987923 | 10 months ago | | | 0 | 0.0012160059 | |
| 18931873 | a year ago | | | 0 | 0.00063261296 | |
| 18931756 | a year ago | | | 0 | 0.00081455451 | |
| 18556437 | a year ago | | | 0 | 0.0024809390 | |
| 18556436 | a year ago | | | 0 | 0.0024430040 | |
| 18556430 | a year ago | | | 0 | 0.0022907117 | |
| 18556428 | a year ago | | | 0 | 0.0022093770 | |
| 18552971 | a year ago | | | 0 | 0.00096837895 | |
| 18552971 | a year ago | | | 0 | 0.00096837895 | |
| 18552951 | a year ago | | | 0 | 0.00096684651 |
ABI
ABI objects
Getter at block 21264461
admin() view returns (address)
0x24dd242c3c4061b1fcaa5119af608b56afbaea95
adminHasRights() view returns (bool)
true
comptrollerImplementation() view returns (address)
0xe5c78fbe9f5bb3ee2a41a6b0b0885aa3699d31cb
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.