function
zrxAssetProxy
view
Inputs
(void)
Outputs
Type | Description |
---|---|
address |
function
withdrawFrom
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
staker | address | |
amount | uint256 |
Outputs
(void)
function
withdrawAllFrom
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
staker | address |
Outputs
Type | Description |
---|---|
uint256 |
function
transferOwnership
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
newOwner | address |
Outputs
(void)
function
stakingProxyAddress
view
Inputs
(void)
Outputs
Type | Description |
---|---|
address |
function
setZrxProxy
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
_zrxProxyAddress | address |
Outputs
(void)
function
setStakingProxy
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
_stakingProxyAddress | address |
Outputs
(void)
function
removeAuthorizedAddressAtIndex
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
target | address | |
index | uint256 |
Outputs
(void)
function
removeAuthorizedAddress
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
target | address |
Outputs
(void)
function
owner
view
Inputs
(void)
Outputs
Type | Description |
---|---|
address |
function
isInCatastrophicFailure
view
Inputs
(void)
Outputs
Type | Description |
---|---|
bool |
function
getAuthorizedAddresses
view
Inputs
(void)
Outputs
Type | Description |
---|---|
address[] |
function
enterCatastrophicFailure
nonpayable
Inputs
(void)
Outputs
(void)
function
depositFrom
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
staker | address | |
amount | uint256 |
Outputs
(void)
function
balanceOfZrxVault
view
Inputs
(void)
Outputs
Type | Description |
---|---|
uint256 |
function
balanceOf
view
Inputs
Parameter | Type | Description |
---|---|---|
staker | address |
Outputs
Type | Description |
---|---|
uint256 |
function
authorized
view
Inputs
Parameter | Type | Description |
---|---|---|
address |
Outputs
Type | Description |
---|---|
bool |
function
authorities
view
Inputs
Parameter | Type | Description |
---|---|---|
uint256 |
Outputs
Type | Description |
---|---|
address |
function
addAuthorizedAddress
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
target | address |
Outputs
(void)
event
ZrxProxySet
Inputs
Parameter | Type | Description |
---|---|---|
zrxProxyAddress | address |
Outputs
(void)
event
Withdraw
Inputs
Parameter | Type | Description |
---|---|---|
staker | address | |
amount | uint256 |
Outputs
(void)
event
StakingProxySet
Inputs
Parameter | Type | Description |
---|---|---|
stakingProxyAddress | address |
Outputs
(void)
event
OwnershipTransferred
Inputs
Parameter | Type | Description |
---|---|---|
previousOwner | address | |
newOwner | address |
Outputs
(void)
event
InCatastrophicFailureMode
Inputs
Parameter | Type | Description |
---|---|---|
sender | address |
Outputs
(void)
event
Deposit
Inputs
Parameter | Type | Description |
---|---|---|
staker | address | |
amount | uint256 |
Outputs
(void)
event
AuthorizedAddressRemoved
Inputs
Parameter | Type | Description |
---|---|---|
target | address | |
caller | address |
Outputs
(void)
event
AuthorizedAddressAdded
Inputs
Parameter | Type | Description |
---|---|---|
target | address | |
caller | address |
Outputs
(void)
constructor
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
_zrxProxyAddress | address | |
_zrxTokenAddress | address |
Outputs
(void)