KyberNetwork / PromotionToken
PromotionToken - FixedSupplyToken
0x094c875704c14783049ddf8136e298b3a099c446
ERC20Interface
event
Approval
Inputs
| Parameter | Type | Description |
|---|---|---|
| tokenOwner | address | |
| spender | address | |
| tokens | uint256 |
Outputs
(void)
event
Transfer
Inputs
| Parameter | Type | Description |
|---|---|---|
| from | address | |
| to | address | |
| tokens | uint256 |
Outputs
(void)
FixedSupplyToken
function
transferAnyERC20Token
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| tokenAddress | address | |
| tokens | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
function
setNameAndSymbol
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| _name | string | |
| _symbol | string |
Outputs
(void)
function
setKyberNetworkAddress
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| network | address |
Outputs
(void)
function
approveAndCall
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| spender | address | |
| tokens | uint256 | |
| data | bytes |
Outputs
| Type | Description |
|---|---|
| bool |
function
transfer
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| to | address | |
| tokens | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
function
multiTransfer
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| recipients | address[] | |
| amountPerAddress | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
function
transferFrom
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| from | address | |
| to | address | |
| tokens | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
function
approve
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| spender | address | |
| tokens | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
function
allowance
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| tokenOwner | address | |
| spender | address |
Outputs
| Type | Description |
|---|---|
| uint256 |
function
balanceOf
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| tokenOwner | address |
Outputs
| Type | Description |
|---|---|
| uint256 |
function
totalSupply
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint256 |
fallback
(fallback)
payable
Inputs
(void)
Outputs
(void)
Owned
function
transferOwnership
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| _newOwner | address |
Outputs
(void)
function
acceptOwnership
nonpayable
Inputs
(void)
Outputs
(void)
constructor
FixedSupplyToken
nonpayable
Inputs
(void)
Outputs
(void)
event
OwnershipTransferred
Inputs
| Parameter | Type | Description |
|---|---|---|
| _from | address | |
| _to | address |
Outputs
(void)
function
newOwner
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
kyberNetwork
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
symbol
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| string |
function
owner
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
decimals
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint8 |
function
name
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| string |