MintedEthCappedCrowdsale
Verified contract
Active on
Ethereum with 79 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4fd6…c472
0x1b01…7aad
0xd5da…6e33
1 additional
variable
Balances ($0.00)
No balances found for "MintedEthCappedCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4549037 | 7 years ago | | | 0 | 0.00057420000 | |
| 4526814 | 7 years ago | | | 0.1 | 0.0032532990 | |
| 4526693 | 7 years ago | | | 0.4 | 0.0012564480 | |
| 4526535 | 7 years ago | | | 0.1 | 0.0018590280 | |
| 4526473 | 7 years ago | | | 0.1 | 0.00025252800 | |
| 4526441 | 7 years ago | | | 0.1 | 0.00025252800 | |
| 4523580 | 7 years ago | | | 0 | 0.00099367500 | |
| 4522837 | 7 years ago | | | 0 | 0.0015574300 | |
| 4521464 | 7 years ago | | | 0 | 0.0022249000 | |
| 4518670 | 7 years ago | | | 0.1 | 0.0032532990 |
ABI
ABI objects
Getter at block 21214496
MAX_INVESTMENTS_BEFORE_MULTISIG_CHANGE() view returns (uint256)
5
endsAt() view returns (uint256)
1510635600
finalizeAgent() view returns (address)
0xd5da67d0c85c12799084dcb503f9693829ca6e33
finalized() view returns (bool)
false
getState() view returns (uint8)
1
halted() view returns (bool)
false
investorCount() view returns (uint256)
8
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)
5000000000000000000000
multisigWallet() view returns (address)
0x08ca68ecc2cc98f8ba6345531089899fc4c42f57
newOwner() view returns (address)
0x00b933dfc7f69533979e54d0f9f52e617621abe6
owner() view returns (address)
0x00b933dfc7f69533979e54d0f9f52e617621abe6
ownerTestValue() view returns (uint256)
0
pricingStrategy() view returns (address)
0x1b01f917d7342b0169729d31c16a11d7e0277aad
requireCustomerId() view returns (bool)
false
requiredSignedAddress() view returns (bool)
false
signerAddress() view returns (address)
0x0000000000000000000000000000000000000000
startsAt() view returns (uint256)
1508058000
token() view returns (address)
0x4fd6cbd10599c01f8ee4210f716688b3ec4fc472
tokensSold() view returns (uint256)
36202313512500000154430
weiCap() view returns (uint256)
2000000000000000000000000
weiRaised() view returns (uint256)
72119842750000000000
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.