WizzleInfinityTokenCrowdsale
Verified contract
Active on
Ethereum with 328 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb832…3bad
0xce75…730e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WZI | ERC-20 | 300 | -- | -- | |
ICC | ERC-20 | 88 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5624108 | 7 years ago | | | 0 | 0.00037040389 | |
| 5435338 | 7 years ago | | | 0.419 | 0.0027950520 | |
| 5434981 | 7 years ago | | | 1 | 0.0020451600 | |
| 5434400 | 7 years ago | | | 1.02 | 0.0024951600 | |
| 5434077 | 7 years ago | | | 2 | 0.0020451600 | |
| 5433447 | 7 years ago | | | 1.009 | 0.0020451600 | |
| 5432718 | 7 years ago | | | 0.1 | 0.0020451600 | |
| 5432566 | 7 years ago | | | 0.25 | 0.0024951600 | |
| 5431863 | 7 years ago | | | 1.3515048 | 0.0020451600 | |
| 5429898 | 7 years ago | | | 0.36562098 | 0.0024951600 |
ABI
ABI objects
Getter at block 21280949
contributors() view returns (uint256)
218
cummulativeTokensSold() view returns (uint256)
148973883024509033213333312
endTimeIco() view returns (uint256)
1523663999
endTimePre() view returns (uint256)
1519862399
hasIcoEnded() view returns (bool)
true
hasPresaleEnded() view returns (bool)
true
helper() view returns (address)
0xce75e5aa182ee99ea1be60aa13b3f2eed172730e
icoCap() view returns (uint256)
3450000000000000000000000000
icoDiscountLevel1() view returns (uint256)
500000000000000000000000000
icoDiscountLevel2() view returns (uint256)
500000000000000000000000000
icoDiscountPercentageLevel1() view returns (uint8)
40
icoDiscountPercentageLevel2() view returns (uint8)
40
icoDiscountPercentageLevel3() view returns (uint8)
30
isIco() view returns (bool)
false
isPresale() view returns (bool)
false
owner() view returns (address)
0x52fd055fd2b9eac89393d5366c3393e2b3d3b24b
preCap() view returns (uint256)
1500000000000000000000000000
preDiscountPercentage() view returns (uint8)
50
rate() view returns (uint32)
475
startTimeIco() view returns (uint256)
1519862400
startTimePre() view returns (uint256)
1517481900
token() view returns (address)
0xb8327f32127afe37a544c52b628653e222a93bad
tokensSoldIco() view returns (uint256)
12806120025307833333333312
tokensSoldPre() view returns (uint256)
136167762999201199880000000
wallet() view returns (address)
0xef671f5d4f95932f24b2052ef83247ba24307434
weiRaised() view returns (uint256)
862693067886206666000
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyTokens(address beneficiary) payable
changeIcoCap(uint256 _icoCap)
changeIcoDiscountLevels(uint256 _icoDiscountLevel1, uint256 _icoDiscountLevel2)
changeIcoDiscountPercentages(uint8 _icoDiscountPercentageLevel1, uint8 _icoDiscountPercentageLevel2, uint8 _icoDiscountPercentageLevel3)
changeIcoTimeRange(uint256 _startTimeIco, uint256 _endTimeIco)
changePresaleCap(uint256 _preCap)
changePresaleDiscountPercentage(uint8 _preDiscountPercentage)
changePresaleTimeRange(uint256 _startTimePre, uint256 _endTimePre)
claimTokens(address _token)
setRate(uint32 _rate)
transferOwnership(address newOwner)
ClaimedTokens(address indexed _token, address indexed _owner, uint256 _amount)
IcoCapChanged(address indexed _owner, uint256 _icoCap)
IcoDiscountLevelsChanged(address indexed _owner, uint256 _icoDiscountLevel1, uint256 _icoDiscountLevel2)
IcoDiscountPercentagesChanged(address indexed _owner, uint8 _icoDiscountPercentageLevel1, uint8 _icoDiscountPercentageLevel2, uint8 _icoDiscountPercentageLevel3)
IcoTimeRangeChanged(address indexed _owner, uint256 _startTimeIco, uint256 _endTimeIco)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PresaleCapChanged(address indexed _owner, uint256 _preCap)
PresaleDiscountPercentageChanged(address indexed _owner, uint8 _preDiscountPercentage)
PresaleTimeRangeChanged(address indexed _owner, uint256 _startTimePre, uint256 _endTimePre)
TokenPurchase(address indexed _purchaser, address indexed _beneficiary, uint256 _value, uint256 _amount)
constructor(uint256 _startTimePre, uint256 _endTimePre, uint256 _startTimeIco, uint256 _endTimeIco, uint32 _rate, address _wallet, address _tokenAddress, address _helperAddress)
fallback()
This contract contains no error objects.