KyberNetworkTokenSale
constructor
KyberNetworkTokenSale
Restricted (ContributorApprover)
Inputs
Parameter | Type | Description |
---|---|---|
_admin | address | |
_kyberMultiSigWallet | address | |
_whilteListContract | address | |
_totalTokenSupply | uint256 | |
_premintedTokenSupply | uint256 | |
_cappedSaleStartTime | uint256 | |
_publicSaleStartTime | uint256 | |
_publicSaleEndTime | uint256 |
Outputs
(void)
event
FinalizeSale
Inputs
(void)
Outputs
(void)
event
Buy
Inputs
Parameter | Type | Description |
---|---|---|
_buyer | address | |
_tokens | uint256 | |
_payedWei | uint256 |
Outputs
(void)
event
ProxyBuy
Inputs
Parameter | Type | Description |
---|---|---|
_proxy | bytes32 | |
_recipient | address | |
_amountInWei | uint256 |
Outputs
(void)
fallback
(fallback)
Inputs
(void)
Outputs
(void)
function
token
Inputs
(void)
Outputs
Type | Description |
---|---|
address |
function
admin
Inputs
(void)
Outputs
Type | Description |
---|---|
address |
function
buy
Inputs
Parameter | Type | Description |
---|---|---|
recipient | address |
Outputs
Type | Description |
---|---|
uint256 |
function
openSaleEndTime
Inputs
(void)
Outputs
Type | Description |
---|---|
uint256 |
function
proxyPurchases
Inputs
Parameter | Type | Description |
---|---|---|
bytes32 |
Outputs
Type | Description |
---|---|
uint256 |
function
kyberMultiSigWallet
Inputs
(void)
Outputs
Type | Description |
---|---|
address |
function
raisedWei
Inputs
(void)
Outputs
Type | Description |
---|---|
uint256 |
function
participated
Inputs
Parameter | Type | Description |
---|---|---|
address |
Outputs
Type | Description |
---|---|
uint256 |
function
debugBuy
Inputs
(void)
Outputs
(void)
function
proxyBuy
Inputs
Parameter | Type | Description |
---|---|---|
proxy | bytes32 | |
recipient | address |
Outputs
Type | Description |
---|---|
uint256 |
function
saleEnded
Inputs
(void)
Outputs
Type | Description |
---|---|
bool |
function
emergencyDrain
Inputs
Parameter | Type | Description |
---|---|---|
anyToken | address |
Outputs
Type | Description |
---|---|
bool |
function
setHaltSale
Inputs
Parameter | Type | Description |
---|---|---|
halt | bool |
Outputs
(void)
function
haltSale
Inputs
(void)
Outputs
Type | Description |
---|---|
bool |
function
saleStarted
Inputs
(void)
Outputs
Type | Description |
---|---|
bool |
function
finalizeSale
Inputs
(void)
Outputs
(void)
function
contributorCap
Inputs
Parameter | Type | Description |
---|---|---|
contributor | address |
Outputs
Type | Description |
---|---|
uint256 |
function
eligible
Inputs
Parameter | Type | Description |
---|---|---|
contributor | address | |
amountInWei | uint256 |
Outputs
Type | Description |
---|---|
uint256 |
function
list
Inputs
(void)
Outputs
Type | Description |
---|---|
address |
function
openSaleStartTime
Inputs
(void)
Outputs
Type | Description |
---|---|
uint256 |
function
cappedSaleStartTime
Inputs
(void)
Outputs
Type | Description |
---|---|
uint256 |