BZxOwnable
function
transferOwnership
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| newOwner | address |
Outputs
(void)
function
transferBZxOwnership
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| newBZxContractAddress | address |
Outputs
(void)
event
BZxOwnershipTransferred
Inputs
| Parameter | Type | Description |
|---|---|---|
| previousBZxContract | address | |
| newBZxContract | address |
Outputs
(void)
BZxVault
function
depositToken
nonpayable
Restricted (onlyBZx)
Inputs
| Parameter | Type | Description |
|---|---|---|
| token | address | |
| from | address | |
| tokenAmount | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
function
transferTokenFrom
nonpayable
Restricted (onlyBZx)
Inputs
| Parameter | Type | Description |
|---|---|---|
| token | address | |
| from | address | |
| to | address | |
| tokenAmount | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
function
withdrawEther
nonpayable
Restricted (onlyBZx)
Inputs
| Parameter | Type | Description |
|---|---|---|
| to | address | |
| value | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
function
withdrawToken
nonpayable
Restricted (onlyBZx)
Inputs
| Parameter | Type | Description |
|---|---|---|
| token | address | |
| to | address | |
| tokenAmount | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
fallback
(fallback)
payable
Restricted (onlyBZx)
Inputs
(void)
Outputs
(void)
Ownable
function
renounceOwnership
nonpayable
Restricted (onlyOwner)
Inputs
(void)
Outputs
(void)
event
OwnershipTransferred
Inputs
| Parameter | Type | Description |
|---|---|---|
| previousOwner | address | |
| newOwner | address |
Outputs
(void)
event
OwnershipRenounced
Inputs
| Parameter | Type | Description |
|---|---|---|
| previousOwner | address |
Outputs
(void)
function
bZxContractAddress
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
owner
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |