0x

ZRXToken

0xe41d2489571d322189246dafa5ebde1f4699f498
Token
event

Approval

Inputs

ParameterTypeDescription
_owneraddress
_spenderaddress
_valueuint256

Outputs

(void)
event

Transfer

Inputs

ParameterTypeDescription
_fromaddress
_toaddress
_valueuint256

Outputs

(void)
UnlimitedAllowanceToken
function

transferFrom

Inputs

ParameterTypeDescription
_fromaddress
_toaddress
_valueuint256

Outputs

TypeDescription
bool
ZRXToken
constructor

ZRXToken

Inputs

(void)

Outputs

(void)
function

allowance

Inputs

ParameterTypeDescription
_owneraddress
_spenderaddress

Outputs

TypeDescription
uint256
function

transfer

Inputs

ParameterTypeDescription
_toaddress
_valueuint256

Outputs

TypeDescription
bool
function

symbol

Inputs

(void)

Outputs

TypeDescription
string
function

balanceOf

Inputs

ParameterTypeDescription
_owneraddress

Outputs

TypeDescription
uint256
function

decimals

Inputs

(void)

Outputs

TypeDescription
uint8
function

totalSupply

Inputs

(void)

Outputs

TypeDescription
uint256
function

approve

Inputs

ParameterTypeDescription
_spenderaddress
_valueuint256

Outputs

TypeDescription
bool
function

name

Inputs

(void)

Outputs

TypeDescription
string