Compound

Unitroller

0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b
ReentrancyGuard
constructor

Unitroller

nonpayable

Inputs

(void)

Outputs

(void)
TokenErrorReporter
event

Failure

Inputs

ParameterTypeDescription
erroruint256
infouint256
detailuint256

Outputs

(void)
Unitroller
function

_acceptAdmin

nonpayable

Inputs

(void)

Outputs

TypeDescription
uint256
function

_setPendingImplementation

nonpayable

Inputs

ParameterTypeDescription
newPendingImplementationaddress

Outputs

TypeDescription
uint256
function

_acceptImplementation

nonpayable

Inputs

(void)

Outputs

TypeDescription
uint256
function

_setPendingAdmin

nonpayable

Inputs

ParameterTypeDescription
newPendingAdminaddress

Outputs

TypeDescription
uint256
fallback

(fallback)

payable

Inputs

(void)

Outputs

(void)
event

NewAdmin

Inputs

ParameterTypeDescription
oldAdminaddress
newAdminaddress

Outputs

(void)
event

NewPendingAdmin

Inputs

ParameterTypeDescription
oldPendingAdminaddress
newPendingAdminaddress

Outputs

(void)
event

NewImplementation

Inputs

ParameterTypeDescription
oldImplementationaddress
newImplementationaddress

Outputs

(void)
event

NewPendingImplementation

Inputs

ParameterTypeDescription
oldPendingImplementationaddress
newPendingImplementationaddress

Outputs

(void)
function

admin

view

Inputs

(void)

Outputs

TypeDescription
address
function

pendingComptrollerImplementation

view

Inputs

(void)

Outputs

TypeDescription
address
function

comptrollerImplementation

view

Inputs

(void)

Outputs

TypeDescription
address
function

pendingAdmin

view

Inputs

(void)

Outputs

TypeDescription
address