AllocatedCrowdsale
Verified contract
Active on
Ethereum with 175 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1e89…b21a
0x88a5…a633
0x4782…cb4b
1 additional
variable
Balances ($0.00)
No balances found for "AllocatedCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4740990 | 7 years ago | | | 1.1 | 0.0096100000 | |
| 4740969 | 7 years ago | | | 1.1 | 0.0096100000 | |
| 4740121 | 7 years ago | | | 1.1 | 0.0096100000 | |
| 4740074 | 7 years ago | | | 1.2 | 0.0096100000 | |
| 4739292 | 7 years ago | | | 1.002 | 0.0038680740 | |
| 4738513 | 7 years ago | | | 10 | 0.0014987500 | |
| 4738453 | 7 years ago | | | 10 | 0.0014987500 | |
| 4737880 | 7 years ago | | | 1.1797031 | 0.0073677600 | |
| 4737792 | 7 years ago | | | 1 | 0.018419400 | |
| 4736995 | 7 years ago | | | 0.0585 | 0.0037318875 |
ABI
ABI objects
Getter at block 21296221 getState() view returns (uint8)
MAX_INVESTMENTS_BEFORE_MULTISIG_CHANGE() view returns (uint256)
5
beneficiary() view returns (address)
0x00dd507844b0ddc585d1e5928f37586d81d56c33
endsAt() view returns (uint256)
1513382400
finalizeAgent() view returns (address)
0x47820c26a40d22c0e9c9f25e4466fd040248cb4b
finalized() view returns (bool)
false
getTokensLeft() view returns (uint256)
224964281807255091134501439
halted() view returns (bool)
false
investorCount() view returns (uint256)
99
isCrowdsale() view returns (bool)
true
isCrowdsaleFull() view returns (bool)
false
isFinalizerSane() view returns (bool sane)
true
isMinimumGoalReached() view returns (bool reached)
true
isPricingSane() view returns (bool sane)
true
loadedRefund() view returns (uint256)
0
minimumFundingGoal() view returns (uint256)
0
multisigWallet() view returns (address)
0x00a843161b0fb16bc5d10facd552e0e55f806dba
owner() view returns (address)
0x00dd507844b0ddc585d1e5928f37586d81d56c33
ownerTestValue() view returns (uint256)
0
presaleWeiRaised() view returns (uint256)
0
pricingStrategy() view returns (address)
0x88a584ae823fbcdc900a8f8bb1fb8c491087a633
requireCustomerId() view returns (bool)
false
requiredSignedAddress() view returns (bool)
false
signerAddress() view returns (address)
0x0000000000000000000000000000000000000000
startsAt() view returns (uint256)
1508025600
token() view returns (address)
0x1e89b045e633c80d2bd1e0dd6bb69a5e7fdfb21a
tokensSold() view returns (uint256)
35718192744908865498561
weiRaised() view returns (uint256)
185866281361475370580
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 buy() payable
buyWithCustomerId(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()
setEarlyParicipantWhitelist(address addr, bool status)
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)
Whitelisted(address addr, bool status)
constructor(address _token, address _pricingStrategy, address _multisigWallet, uint256 _start, uint256 _end, uint256 _minimumFundingGoal, address _beneficiary)
fallback()
This contract contains no error objects.