MintedEthCappedCrowdsale
Verified contract
Active on
Ethereum with 267 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa800…ef82
0xb404…1eae
0x4fb1…ecbe
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
INXT | ERC-20 | 489.795K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4321472 | 7 years ago | | | 0 | 0.0072578000 | |
| 4321451 | 7 years ago | | | 0 | 0.0014377500 | |
| 4321433 | 7 years ago | | | 0 | 0.0064378000 | |
| 4320142 | 7 years ago | | | 0.23 | 0.0032336640 | |
| 4319876 | 7 years ago | | | 80 | 0.0021791490 | |
| 4319869 | 7 years ago | | | 5 | 0.0021791490 | |
| 4319818 | 7 years ago | | | 0 | 0.0014377500 | |
| 4319767 | 7 years ago | | | 3.2 | 0.0053894400 | |
| 4319755 | 7 years ago | | | 0.1 | 0.0032336640 | |
| 4319731 | 7 years ago | | | 28.6 | 0.0032336640 |
ABI
ABI objects
Getter at block 21169858
MAX_INVESTMENTS_BEFORE_MULTISIG_CHANGE() pure returns (uint256)
5
endsAt() pure returns (uint256)
1506676015
finalizeAgent() pure returns (address)
0x4fb14db594948b010afd58b6fc47c6bbd583ecbe
finalized() pure returns (bool)
true
getState() pure returns (uint8)
6
halted() pure returns (bool)
false
investorCount() pure returns (uint256)
188
isCrowdsale() pure returns (bool)
true
isCrowdsaleFull() pure returns (bool)
false
isFinalizerSane() pure returns (bool sane)
true
isMinimumGoalReached() pure returns (bool reached)
true
isPricingSane() pure returns (bool sane)
true
loadedRefund() pure returns (uint256)
0
minimumFundingGoal() pure returns (uint256)
500000000000000000000
multisigWallet() pure returns (address)
0x4aa88c4fd5cdaafadf1fa6bf4dff286ed826f769
owner() pure returns (address)
0x38ceccbe1c2d7d8d67f365b13d813700d045acdf
ownerTestValue() pure returns (uint256)
0
pricingStrategy() pure returns (address)
0xb404cf613827b4d2bb2125e78492de825fad1eae
requireCustomerId() pure returns (bool)
false
requiredSignedAddress() pure returns (bool)
false
signerAddress() pure returns (address)
0x0000000000000000000000000000000000000000
startsAt() pure returns (uint256)
1504810800
token() pure returns (address)
0xa8006c4ca56f24d6836727d106349320db7fef82
tokensSold() pure returns (uint256)
32492515620187
weiCap() pure returns (uint256)
150000000000000000000000
weiRaised() pure returns (uint256)
980127456538322036409
weiRefunded() pure returns (uint256)
0
Read-only
investedAmountOf(address) pure returns (uint256)
isBreakingCap(uint256 weiAmount, uint256 tokenAmount, uint256 weiRaisedTotal, uint256 tokensSoldTotal) pure returns (bool limitBroken)
tokenAmountOf(address) pure returns (uint256)
State-modifying
Events buy() payable
buyWithCustomerId(uint128 customerId) payable
buyWithReferral(uint128 customerId) payable
buyWithSignedAddress(uint128 customerId, uint8 v, bytes32 r, bytes32 s) payable
finalize()
halt()
invest(address addr) payable
investWithCustomerId(address addr, uint128 customerId) payable
investWithSignedAddress(address addr, uint128 customerId, uint8 v, bytes32 r, bytes32 s) payable
loadRefund() payable
preallocate(address receiver, uint256 fullTokens, uint256 weiPrice)
refund()
setEndsAt(uint256 time)
setFinalizeAgent(address addr)
setMultisig(address addr)
setOwnerTestValue(uint256 val)
setPricingStrategy(address _pricingStrategy)
setRequireCustomerId(bool value)
setRequireSignedAddress(bool value, address _signerAddress)
transferOwnership(address newOwner)
unhalt()
EndsAtChanged(uint256 newEndsAt)
Invested(address investor, uint256 weiAmount, uint256 tokenAmount, uint128 customerId)
InvestmentPolicyChanged(bool newRequireCustomerId, bool newRequiredSignedAddress, address newSignerAddress)
Refund(address investor, uint256 weiAmount)
constructor(address _token, address _pricingStrategy, address _multisigWallet, uint256 _start, uint256 _end, uint256 _minimumFundingGoal, uint256 _weiCap)
fallback()
This contract contains no error objects.