INCXPrivateSale
Verified contract
Active on
Ethereum with 59 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "INCXPrivateSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5709298 | 6 years ago | | | 0 | 0.0038632000 | |
| 5707029 | 6 years ago | | | 50 | 0.0015605500 | |
| 5706600 | 6 years ago | | | 176.2 | 0.0025593020 | |
| 5704699 | 6 years ago | | | 62 | 0.0031743020 | |
| 5701648 | 6 years ago | | | 50 | 0.0012484400 | |
| 5700720 | 6 years ago | | | 185.865 | 0.0015484400 | |
| 5696095 | 6 years ago | | | 50.5 | 0.0037893020 | |
| 5673753 | 6 years ago | | | 50.9004 | 0.0018484400 | |
| 5672368 | 6 years ago | | | 0 | 0.0043967000 | |
| 5671923 | 6 years ago | | | 50.9009 | 0.00043402000 |
ABI
ABI objects
Getter at block 21177867
cap() view returns (uint256)
7000000000000000000000
capReached() view returns (bool)
false
closingTime() view returns (uint256)
1527771600
hasClosed() view returns (bool)
true
isFinalized() view returns (bool)
true
isOpen() view returns (bool)
true
maxAmount() view returns (uint256)
1000000000000000000000
minAmount() view returns (uint256)
50000000000000000000
openingTime() view returns (uint256)
1527166800
owner() view returns (address)
0x83816d76382bc5791ccf2aff356513e284346012
rate() view returns (uint256)
45714
token() view returns (address)
0xa984a92731c088f1ea4d53b71a2565a399f7d8d5
wallet() view returns (address)
0xc4904676bfee9b5332033e6f7307433635346d21
weiRaised() view returns (uint256)
3801515400000000000000
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)
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)
fallback()
This contract contains no error objects.