KyberGenesisToken
constructor
KyberGenesisToken
Inputs
| Parameter | Type | Description |
|---|---|---|
| minter | address |
Outputs
(void)
event
Approval
Inputs
| Parameter | Type | Description |
|---|---|---|
| _owner | address | |
| _spender | address | |
| _value | uint256 |
Outputs
(void)
event
EndMinting
Inputs
| Parameter | Type | Description |
|---|---|---|
| timestamp | uint256 |
Outputs
(void)
event
Transfer
Inputs
| Parameter | Type | Description |
|---|---|---|
| _from | address | |
| _to | address | |
| _value | uint256 |
Outputs
(void)
function
transferOwnership
Inputs
| Parameter | Type | Description |
|---|---|---|
| newOwner | address |
Outputs
(void)
function
endMinting
Inputs
(void)
Outputs
(void)
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
mint
Inputs
| Parameter | Type | Description |
|---|---|---|
| recipients | address[] |
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
balanceOf
Inputs
| Parameter | Type | Description |
|---|---|---|
| address |
Outputs
| Type | Description |
|---|---|
| uint256 |
function
burn
Inputs
(void)
Outputs
(void)
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
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 |