MintedEthCappedCrowdsale
Verified contract
Active on
Ethereum with 99 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xebe4…8f1e
0xbff5…4e37
0xb03e…b25b
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EDC | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7124821 | 6 years ago | | | 0 | 0.0012570190 | |
| 7124818 | 6 years ago | | | 0 | 0.0012136000 | |
| 7124797 | 6 years ago | | | 0 | 0.0012136000 | |
| 7124757 | 6 years ago | | | 0 | 0.00092557500 | |
| 7124752 | 6 years ago | | | 0 | 0.0012136000 | |
| 7124746 | 6 years ago | | | 0 | 0.0013960910 | |
| 7124733 | 6 years ago | | | 0 | 0.00092606700 | |
| 7121352 | 6 years ago | | | 0 | 0.00012051200 | |
| 7119930 | 6 years ago | | | 0 | 0.00015064000 | |
| 7119868 | 6 years ago | | | 0 | 0.00010522000 |
ABI
ABI objects
Getter at block 21429324
MAX_INVESTMENTS_BEFORE_MULTISIG_CHANGE() view returns (uint256)
5
endsAt() view returns (uint256)
1553418000
finalizeAgent() view returns (address)
0xb03e3da7974cbdd14f12a456aee7170c16b0b25b
finalized() view returns (bool)
false
getState() view returns (uint8)
1
halted() view returns (bool)
false
investorCount() view returns (uint256)
0
isCrowdsale() view returns (bool)
true
isCrowdsaleFull() view returns (bool)
false
isFinalizerSane() view returns (bool sane)
false
isMinimumGoalReached() view returns (bool reached)
false
isPricingSane() view returns (bool sane)
true
loadedRefund() view returns (uint256)
0
minimumFundingGoal() view returns (uint256)
500000000000000000000
multisigWallet() view returns (address)
0x16aecad42958c172ea0f0d2c15e6d1f7643665e5
newOwner() view returns (address)
0x67e99fe13aa65cf44eb4312e6e2c9846d3b1300b
owner() view returns (address)
0x67e99fe13aa65cf44eb4312e6e2c9846d3b1300b
ownerTestValue() view returns (uint256)
0
pricingStrategy() view returns (address)
0xbff5e217c743ca6556d34e810ecfa17d5cd64e37
requireCustomerId() view returns (bool)
false
requiredSignedAddress() view returns (bool)
false
signerAddress() view returns (address)
0x0000000000000000000000000000000000000000
startsAt() view returns (uint256)
1510664400
token() view returns (address)
0xebe4a49df7885d015329c919bf43e6460a858f1e
tokensSold() view returns (uint256)
1000000000000000000000000000
weiCap() view returns (uint256)
300000000000000000000000
weiRaised() view returns (uint256)
0
weiRefunded() view returns (uint256)
0
Read-only
earlyParticipantWhitelist(address) view returns (bool)
investedAmountOf(address) view returns (uint256)
isBreakingCap(uint256 weiAmount, uint256 tokenAmount, uint256 weiRaisedTotal, uint256 tokensSoldTotal) view returns (bool limitBroken)
tokenAmountOf(address) view returns (uint256)
State-modifying
Events acceptOwnership()
buy() payable
buyWithCustomerId(uint128 customerId) payable
finalize()
halt()
invest(address addr) payable
investWithCustomerId(address addr, uint128 customerId) payable
loadRefund() payable
preallocate(address receiver, uint256 fullTokens, uint256 weiPrice)
refund()
safeAdd(uint256 a, uint256 b) returns (uint256)
safeMul(uint256 a, uint256 b) returns (uint256)
safeSub(uint256 a, uint256 b) returns (uint256)
setEarlyParicipantWhitelist(address addr, bool status)
setEndsAt(uint256 time)
setFinalizeAgent(address addr)
setMultisig(address addr)
setOwnerTestValue(uint256 val)
setPricingStrategy(address _pricingStrategy)
setRequireCustomerId(bool value)
transferOwnership(address _newOwner)
unhalt()
EndsAtChanged(uint256 endsAt)
Invested(address investor, uint256 weiAmount, uint256 tokenAmount, uint128 customerId)
InvestmentPolicyChanged(bool requireCustomerId, bool requiredSignedAddress, address signerAddress)
OwnershipTransferred(address indexed _from, address indexed _to)
Refund(address investor, uint256 weiAmount)
Whitelisted(address addr, bool status)
constructor(address _token, address _pricingStrategy, address _multisigWallet, uint256 _start, uint256 _end, uint256 _minimumFundingGoal, uint256 _weiCap)
fallback()
This contract contains no error objects.