ERC20
event
Approval
Inputs
| Parameter | Type | Description |
|---|---|---|
| _owner | address | |
| _spender | address | |
| _value | uint256 |
Outputs
(void)
ERC20Basic
event
Transfer
Inputs
| Parameter | Type | Description |
|---|---|---|
| _from | address | |
| _to | address | |
| _value | uint256 |
Outputs
(void)
KyberNetworkCrystal
constructor
KyberNetworkCrystal
Inputs
| Parameter | Type | Description |
|---|---|---|
| tokenTotalAmount | uint256 | |
| startTime | uint256 | |
| endTime | uint256 | |
| admin | address |
Outputs
(void)
event
Burn
Inputs
| Parameter | Type | Description |
|---|---|---|
| _burner | address | |
| _value | uint256 |
Outputs
(void)
function
transferOwnership
Inputs
| Parameter | Type | Description |
|---|---|---|
| newOwner | address |
Outputs
(void)
function
saleEndTime
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint256 |
function
allowance
Inputs
| Parameter | Type | Description |
|---|---|---|
| _owner | address | |
| _spender | address |
Outputs
| Type | Description |
|---|---|
| uint256 |
function
emergencyERC20Drain
Inputs
| Parameter | Type | Description |
|---|---|---|
| token | address | |
| amount | uint256 |
Outputs
(void)
function
transfer
Inputs
| Parameter | Type | Description |
|---|---|---|
| _to | address | |
| _value | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
function
symbol
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| string |
function
owner
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
burnFrom
Inputs
| Parameter | Type | Description |
|---|---|---|
| _from | address | |
| _value | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
function
balanceOf
Inputs
| Parameter | Type | Description |
|---|---|---|
| _owner | address |
Outputs
| Type | Description |
|---|---|
| uint256 |
function
tokenSaleContract
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
burn
Inputs
| Parameter | Type | Description |
|---|---|---|
| _value | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
function
decimals
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint256 |
function
transferFrom
Inputs
| Parameter | Type | Description |
|---|---|---|
| _from | address | |
| _to | address | |
| _value | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
function
saleStartTime
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint256 |
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 |