ReentrancyGuard
constructor
Unitroller
nonpayable
Inputs
(void)
Outputs
(void)
TokenErrorReporter
event
Failure
Inputs
| Parameter | Type | Description |
|---|---|---|
| error | uint256 | |
| info | uint256 | |
| detail | uint256 |
Outputs
(void)
Unitroller
function
_acceptAdmin
nonpayable
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint256 |
function
_setPendingImplementation
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| newPendingImplementation | address |
Outputs
| Type | Description |
|---|---|
| uint256 |
function
_acceptImplementation
nonpayable
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint256 |
function
_setPendingAdmin
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| newPendingAdmin | address |
Outputs
| Type | Description |
|---|---|
| uint256 |
fallback
(fallback)
payable
Inputs
(void)
Outputs
(void)
event
NewAdmin
Inputs
| Parameter | Type | Description |
|---|---|---|
| oldAdmin | address | |
| newAdmin | address |
Outputs
(void)
event
NewPendingAdmin
Inputs
| Parameter | Type | Description |
|---|---|---|
| oldPendingAdmin | address | |
| newPendingAdmin | address |
Outputs
(void)
event
NewImplementation
Inputs
| Parameter | Type | Description |
|---|---|---|
| oldImplementation | address | |
| newImplementation | address |
Outputs
(void)
event
NewPendingImplementation
Inputs
| Parameter | Type | Description |
|---|---|---|
| oldPendingImplementation | address | |
| newPendingImplementation | address |
Outputs
(void)
function
admin
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
pendingComptrollerImplementation
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
comptrollerImplementation
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
pendingAdmin
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |