Unitroller
Verified contract
Active on
Ethereum with 48 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) |
---|---|---|---|---|---|---|---|
| 14743104 | 3 years ago | | | 0 | 0.021983756 | |
| 14565904 | 3 years ago | | | 0 | 0.012539992 | |
| 14562827 | 3 years ago | | | 0 | 0.0041859859 | |
| 14516803 | 3 years ago | | | 0 | 0.0025812419 | |
| 14516801 | 3 years ago | | | 0 | 0.010693791 | |
| 14438586 | 3 years ago | | | 0 | 0.0065246845 | |
| 14210111 | 3 years ago | | | 0 | 0.0098313987 | |
| 14175881 | 3 years ago | | | 0 | 0.020555084 | |
| 14175874 | 3 years ago | | | 0 | 0.032579171 | |
| 13609663 | 3 years ago | | | 0 | 0.046127990 |
ABI
ABI objects
Getter at block 21215675
admin() view returns (address)
0xc77fa6c05b4e472feee7c0f9b20e70c5bf33a99b
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.