Token
event
Approval
Inputs
Parameter | Type | Description |
---|---|---|
_owner | address | |
_spender | address | |
_value | uint256 |
Outputs
(void)
event
Transfer
Inputs
Parameter | Type | Description |
---|---|---|
_from | address | |
_to | address | |
_value | uint256 |
Outputs
(void)
UnlimitedAllowanceToken
function
transferFrom
Inputs
Parameter | Type | Description |
---|---|---|
_from | address | |
_to | address | |
_value | uint256 |
Outputs
Type | Description |
---|---|
bool |
ZRXToken
constructor
ZRXToken
Inputs
(void)
Outputs
(void)
function
allowance
Inputs
Parameter | Type | Description |
---|---|---|
_owner | address | |
_spender | address |
Outputs
Type | Description |
---|---|
uint256 |
function
transfer
Inputs
Parameter | Type | Description |
---|---|---|
_to | address | |
_value | uint256 |
Outputs
Type | Description |
---|---|
bool |
function
symbol
Inputs
(void)
Outputs
Type | Description |
---|---|
string |
function
balanceOf
Inputs
Parameter | Type | Description |
---|---|---|
_owner | address |
Outputs
Type | Description |
---|---|
uint256 |
function
decimals
Inputs
(void)
Outputs
Type | Description |
---|---|
uint8 |
function
totalSupply
Inputs
(void)
Outputs
Type | Description |
---|---|
uint256 |
function
approve
Inputs
Parameter | Type | Description |
---|---|---|
_spender | address | |
_value | uint256 |
Outputs
Type | Description |
---|---|
bool |
function
name
Inputs
(void)
Outputs
Type | Description |
---|---|
string |