bZx

BZxVault

0x8b3d70d628ebd30d4a2ea82db95ba2e906c71633
BZxOwnable
function

transferOwnership

nonpayable
Restricted (onlyOwner)

Inputs

ParameterTypeDescription
newOwneraddress

Outputs

(void)
function

transferBZxOwnership

nonpayable
Restricted (onlyOwner)

Inputs

ParameterTypeDescription
newBZxContractAddressaddress

Outputs

(void)
event

BZxOwnershipTransferred

Inputs

ParameterTypeDescription
previousBZxContractaddress
newBZxContractaddress

Outputs

(void)
BZxVault
function

depositToken

nonpayable
Restricted (onlyBZx)

Inputs

ParameterTypeDescription
tokenaddress
fromaddress
tokenAmountuint256

Outputs

TypeDescription
bool
function

transferTokenFrom

nonpayable
Restricted (onlyBZx)

Inputs

ParameterTypeDescription
tokenaddress
fromaddress
toaddress
tokenAmountuint256

Outputs

TypeDescription
bool
function

withdrawEther

nonpayable
Restricted (onlyBZx)

Inputs

ParameterTypeDescription
toaddress
valueuint256

Outputs

TypeDescription
bool
function

withdrawToken

nonpayable
Restricted (onlyBZx)

Inputs

ParameterTypeDescription
tokenaddress
toaddress
tokenAmountuint256

Outputs

TypeDescription
bool
fallback

(fallback)

payable
Restricted (onlyBZx)

Inputs

(void)

Outputs

(void)
Ownable
function

renounceOwnership

nonpayable
Restricted (onlyOwner)

Inputs

(void)

Outputs

(void)
event

OwnershipTransferred

Inputs

ParameterTypeDescription
previousOwneraddress
newOwneraddress

Outputs

(void)
event

OwnershipRenounced

Inputs

ParameterTypeDescription
previousOwneraddress

Outputs

(void)
function

bZxContractAddress

view

Inputs

(void)

Outputs

TypeDescription
address
function

owner

view

Inputs

(void)

Outputs

TypeDescription
address