INCXCrowdsale
Verified contract
Active on
Ethereum with 4,961 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($32.99)
Native
Value
$32.99
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01 | $3,299.17 |
$32.99 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5946140 | 6 years ago | | | 0 | 0.0038764000 | |
| 5852655 | 6 years ago | | | 195 | 0.0018870200 | |
| 5838491 | 6 years ago | | | 0 | 0.0028000000 | |
| 5820993 | 6 years ago | | | 0 | 0.0031135000 | |
| 5820985 | 6 years ago | | | 7.0225 | 0.0022915000 | |
| 5816584 | 6 years ago | | | 0 | 0.0028000000 | |
| 5797134 | 6 years ago | | | 0.0125 | 0.000085312000 | |
| 5796704 | 6 years ago | | | 0 | 0.0028000000 | |
| 5796679 | 6 years ago | | | 0 | 0.0022980000 | |
| 5796629 | 6 years ago | | | 0.0125 | 0.0019236000 |
ABI
ABI objects
Getter at block 21171062
cap() view returns (uint256)
4934480678794999000000
capReached() view returns (bool)
false
closingTime() view returns (uint256)
1531314000
decimals() view returns (uint64)
18
earlyBirdDuration() view returns (uint256)
172800
fiveHundredThousand() view returns (uint256)
500000000000000000000000
hasClosed() view returns (bool)
true
isFinalized() view returns (bool)
true
isOpen() view returns (bool)
true
maxAmount() view returns (uint256)
1000000000000000000000
minAmount() view returns (uint256)
189000000000000000000
oneHundredThousand() view returns (uint256)
100000000000000000000000
oneMillion() view returns (uint256)
1000000000000000000000000
openingTime() view returns (uint256)
1528722000
owner() view returns (address)
0x83816d76382bc5791ccf2aff356513e284346012
rate() view returns (uint256)
32000
threeMillionTwoHundredThousand() view returns (uint256)
3200000000000000000000000
token() view returns (address)
0xa984a92731c088f1ea4d53b71a2565a399f7d8d5
twoMillionFourHundredThousand() view returns (uint256)
2400000000000000000000000
wallet() view returns (address)
0xc4904676bfee9b5332033e6f7307433635346d21
weiRaised() view returns (uint256)
1034519241728000000000
Read-only
contributions(address) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events addManyToWhitelist(address[] _beneficiaries)
addToWhitelist(address _beneficiary)
buyTokens(address _beneficiary) payable
depositEtherForRefund() payable
finalize()
refund(address _purchaser)
removeFromWhitelist(address _beneficiary)
setCap(uint256 _cap)
setEarlyBirdDuration(uint256 _earlyBirdDuration)
setMaxAmount(uint256 _maxAmount)
setMinAmount(uint256 _minAmount)
transferOwnership(address newOwner)
withdraw()
EtherDepositedForRefund(address indexed sender, uint256 weiDeposited)
EtherWithdrawn(address indexed wallet, uint256 weiWithdrawn)
Finalized()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Refund(address indexed purchaser, uint256 tokens, uint256 weiReturned)
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
TokensReturned(address indexed owner, uint256 tokens)
constructor(uint256 _openingTime, uint256 _closingTime, uint256 _rate, address _wallet, uint256 _cap, address _token, uint256 _minAmount, uint256 _maxAmount, uint256 _earlyBirdDuration)
fallback()
This contract contains no error objects.