KyberNetwork / PromotionToken

PromotionToken - FixedSupplyToken

0x094c875704c14783049ddf8136e298b3a099c446
ERC20Interface
event

Approval

Inputs

ParameterTypeDescription
tokenOwneraddress
spenderaddress
tokensuint256

Outputs

(void)
event

Transfer

Inputs

ParameterTypeDescription
fromaddress
toaddress
tokensuint256

Outputs

(void)
FixedSupplyToken
function

transferAnyERC20Token

nonpayable
Restricted (onlyOwner)

Inputs

ParameterTypeDescription
tokenAddressaddress
tokensuint256

Outputs

TypeDescription
bool
function

setNameAndSymbol

nonpayable
Restricted (onlyOwner)

Inputs

ParameterTypeDescription
_namestring
_symbolstring

Outputs

(void)
function

setKyberNetworkAddress

nonpayable
Restricted (onlyOwner)

Inputs

ParameterTypeDescription
networkaddress

Outputs

(void)
function

approveAndCall

nonpayable

Inputs

ParameterTypeDescription
spenderaddress
tokensuint256
databytes

Outputs

TypeDescription
bool
function

transfer

nonpayable

Inputs

ParameterTypeDescription
toaddress
tokensuint256

Outputs

TypeDescription
bool
function

multiTransfer

nonpayable

Inputs

ParameterTypeDescription
recipientsaddress[]
amountPerAddressuint256

Outputs

TypeDescription
bool
function

transferFrom

nonpayable

Inputs

ParameterTypeDescription
fromaddress
toaddress
tokensuint256

Outputs

TypeDescription
bool
function

approve

nonpayable

Inputs

ParameterTypeDescription
spenderaddress
tokensuint256

Outputs

TypeDescription
bool
function

allowance

view

Inputs

ParameterTypeDescription
tokenOwneraddress
spenderaddress

Outputs

TypeDescription
uint256
function

balanceOf

view

Inputs

ParameterTypeDescription
tokenOwneraddress

Outputs

TypeDescription
uint256
function

totalSupply

view

Inputs

(void)

Outputs

TypeDescription
uint256
fallback

(fallback)

payable

Inputs

(void)

Outputs

(void)
Owned
function

transferOwnership

nonpayable
Restricted (onlyOwner)

Inputs

ParameterTypeDescription
_newOwneraddress

Outputs

(void)
function

acceptOwnership

nonpayable

Inputs

(void)

Outputs

(void)
constructor

FixedSupplyToken

nonpayable

Inputs

(void)

Outputs

(void)
event

OwnershipTransferred

Inputs

ParameterTypeDescription
_fromaddress
_toaddress

Outputs

(void)
function

newOwner

view

Inputs

(void)

Outputs

TypeDescription
address
function

kyberNetwork

view

Inputs

(void)

Outputs

TypeDescription
address
function

symbol

view

Inputs

(void)

Outputs

TypeDescription
string
function

owner

view

Inputs

(void)

Outputs

TypeDescription
address
function

decimals

view

Inputs

(void)

Outputs

TypeDescription
uint8
function

name

view

Inputs

(void)

Outputs

TypeDescription
string