KyberNetwork

WhiteList

0x6e106a75D369d09A9Ea1DCc16Da844792aA669a3
PermissionGroups
function

removeOperator

nonpayable
Restricted (onlyAdmin)

Inputs

ParameterTypeDescription
operatoraddress

Outputs

(void)
function

addOperator

nonpayable
Restricted (onlyAdmin)

Inputs

ParameterTypeDescription
newOperatoraddress

Outputs

(void)
function

transferAdminQuickly

nonpayable
Restricted (onlyAdmin)

Inputs

ParameterTypeDescription
newAdminaddress

Outputs

(void)
function

transferAdmin

nonpayable
Restricted (onlyAdmin)

Inputs

ParameterTypeDescription
newAdminaddress

Outputs

(void)
function

addAlerter

nonpayable
Restricted (onlyAdmin)

Inputs

ParameterTypeDescription
newAlerteraddress

Outputs

(void)
function

removeAlerter

nonpayable
Restricted (onlyAdmin)

Inputs

ParameterTypeDescription
alerteraddress

Outputs

(void)
function

claimAdmin

nonpayable

Inputs

(void)

Outputs

(void)
function

getAlerters

view

Inputs

(void)

Outputs

TypeDescription
address[]
function

getOperators

view

Inputs

(void)

Outputs

TypeDescription
address[]
event

OperatorAdded

Inputs

ParameterTypeDescription
newOperatoraddress
isAddbool

Outputs

(void)
event

AlerterAdded

Inputs

ParameterTypeDescription
newAlerteraddress
isAddbool

Outputs

(void)
event

AdminClaimed

Inputs

ParameterTypeDescription
newAdminaddress
previousAdminaddress

Outputs

(void)
event

TransferAdminPending

Inputs

ParameterTypeDescription
pendingAdminaddress

Outputs

(void)
WhiteList
function

setSgdToEthRate

nonpayable
Restricted (onlyOperator)

Inputs

ParameterTypeDescription
_sgdToWeiRateuint256

Outputs

(void)
function

setCategoryCap

nonpayable
Restricted (onlyOperator)

Inputs

ParameterTypeDescription
categoryuint256
sgdCapuint256

Outputs

(void)
function

setUserCategory

nonpayable
Restricted (onlyOperator)

Inputs

ParameterTypeDescription
useraddress
categoryuint256

Outputs

(void)
function

getUserCategory

view

Inputs

ParameterTypeDescription
useraddress

Outputs

TypeDescription
uint256
function

getUserCapInWei

view

Inputs

ParameterTypeDescription
useraddress

Outputs

TypeDescription
uint256
constructor

WhiteList

nonpayable

Inputs

ParameterTypeDescription
_adminaddress
_kgtTokenaddress

Outputs

(void)
event

SgdToWeiRateSet

Inputs

ParameterTypeDescription
rateuint256

Outputs

(void)
event

CategoryCapSet

Inputs

ParameterTypeDescription
categoryuint256
sgdCapuint256

Outputs

(void)
event

UserCategorySet

Inputs

ParameterTypeDescription
useraddress
categoryuint256

Outputs

(void)
Withdrawable
function

withdrawEther

nonpayable
Restricted (onlyAdmin)

Inputs

ParameterTypeDescription
amountuint256
sendToaddress

Outputs

(void)
function

withdrawToken

nonpayable
Restricted (onlyAdmin)

Inputs

ParameterTypeDescription
tokenaddress
amountuint256
sendToaddress

Outputs

(void)
event

EtherWithdraw

Inputs

ParameterTypeDescription
amountuint256
sendToaddress

Outputs

(void)
event

TokenWithdraw

Inputs

ParameterTypeDescription
tokenaddress
amountuint256
sendToaddress

Outputs

(void)
function

categoryCap

view

Inputs

ParameterTypeDescription
uint256

Outputs

TypeDescription
uint256
function

admin

view

Inputs

(void)

Outputs

TypeDescription
address
function

weiPerSgd

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

userCategory

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
uint256
function

kgtHolderCategory

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

pendingAdmin

view

Inputs

(void)

Outputs

TypeDescription
address
function

kgtToken

view

Inputs

(void)

Outputs

TypeDescription
address