0x

ZrxVault

0xba7f8b5fb1b19c1211c5d49550fcd149177a5eaf
function

zrxAssetProxy

view

Inputs

(void)

Outputs

TypeDescription
address
function

withdrawFrom

nonpayable

Inputs

ParameterTypeDescription
stakeraddress
amountuint256

Outputs

(void)
function

withdrawAllFrom

nonpayable

Inputs

ParameterTypeDescription
stakeraddress

Outputs

TypeDescription
uint256
function

transferOwnership

nonpayable

Inputs

ParameterTypeDescription
newOwneraddress

Outputs

(void)
function

stakingProxyAddress

view

Inputs

(void)

Outputs

TypeDescription
address
function

setZrxProxy

nonpayable

Inputs

ParameterTypeDescription
_zrxProxyAddressaddress

Outputs

(void)
function

setStakingProxy

nonpayable

Inputs

ParameterTypeDescription
_stakingProxyAddressaddress

Outputs

(void)
function

removeAuthorizedAddressAtIndex

nonpayable

Inputs

ParameterTypeDescription
targetaddress
indexuint256

Outputs

(void)
function

removeAuthorizedAddress

nonpayable

Inputs

ParameterTypeDescription
targetaddress

Outputs

(void)
function

owner

view

Inputs

(void)

Outputs

TypeDescription
address
function

isInCatastrophicFailure

view

Inputs

(void)

Outputs

TypeDescription
bool
function

getAuthorizedAddresses

view

Inputs

(void)

Outputs

TypeDescription
address[]
function

enterCatastrophicFailure

nonpayable

Inputs

(void)

Outputs

(void)
function

depositFrom

nonpayable

Inputs

ParameterTypeDescription
stakeraddress
amountuint256

Outputs

(void)
function

balanceOfZrxVault

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

balanceOf

view

Inputs

ParameterTypeDescription
stakeraddress

Outputs

TypeDescription
uint256
function

authorized

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
bool
function

authorities

view

Inputs

ParameterTypeDescription
uint256

Outputs

TypeDescription
address
function

addAuthorizedAddress

nonpayable

Inputs

ParameterTypeDescription
targetaddress

Outputs

(void)
event

ZrxProxySet

Inputs

ParameterTypeDescription
zrxProxyAddressaddress

Outputs

(void)
event

Withdraw

Inputs

ParameterTypeDescription
stakeraddress
amountuint256

Outputs

(void)
event

StakingProxySet

Inputs

ParameterTypeDescription
stakingProxyAddressaddress

Outputs

(void)
event

OwnershipTransferred

Inputs

ParameterTypeDescription
previousOwneraddress
newOwneraddress

Outputs

(void)
event

InCatastrophicFailureMode

Inputs

ParameterTypeDescription
senderaddress

Outputs

(void)
event

Deposit

Inputs

ParameterTypeDescription
stakeraddress
amountuint256

Outputs

(void)
event

AuthorizedAddressRemoved

Inputs

ParameterTypeDescription
targetaddress
calleraddress

Outputs

(void)
event

AuthorizedAddressAdded

Inputs

ParameterTypeDescription
targetaddress
calleraddress

Outputs

(void)
constructor

nonpayable

Inputs

ParameterTypeDescription
_zrxProxyAddressaddress
_zrxTokenAddressaddress

Outputs

(void)