AllocatedCrowdsale
Verified contract
Active on
Ethereum with 614 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x94ff…513f
0x649c…0e4f
0x02dc…22a9
Balances ($0.00)
No balances found for "AllocatedCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5182900 | 7 years ago | | | 0 | 0.0012240400 | |
| 5182803 | 7 years ago | | | 0.01449 | 0.0032004800 | |
| 5182714 | 7 years ago | | | 0.108 | 0.0021957400 | |
| 5182586 | 7 years ago | | | 0.002580476 | 0.0032004800 | |
| 5182523 | 7 years ago | | | 0.1 | 0.0032004800 | |
| 5182506 | 7 years ago | | | 0.210169 | 0.0032004800 | |
| 5182406 | 7 years ago | | | 0.06199999 | 0.0032004800 | |
| 5182105 | 7 years ago | | | 0.088 | 0.0032004800 | |
| 5181463 | 7 years ago | | | 0 | 0.00066260000 | |
| 5181209 | 7 years ago | | | 0.223 | 0.0032004800 |
ABI
ABI objects
Getter at block 21212302
MAX_INVESTMENTS_BEFORE_MULTISIG_CHANGE() view returns (uint256)
5
beneficiary() view returns (address)
0xeb050f4892eb17e37dd950c5d1683546e4df0cc5
endsAt() view returns (uint256)
1519992000
finalizeAgent() view returns (address)
0x02dcf34e660079da8fef30931b365962ce0422a9
finalized() view returns (bool)
true
getState() view returns (uint8)
6
getTokensLeft() view returns (uint256)
240431295897517881927160000
investorCount() view returns (uint256)
471
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)
0x0c5d341e01a2007d54e01e6f2f859f00db507418
owner() view returns (address)
0xeb050f4892eb17e37dd950c5d1683546e4df0cc5
ownerTestValue() view returns (uint256)
0
presaleWeiRaised() view returns (uint256)
0
pricingStrategy() view returns (address)
0x649ccc7408a7e3ed94dc743abb018a66bea30e4f
requireCustomerId() view returns (bool)
false
requiredSignedAddress() view returns (bool)
false
signerAddress() view returns (address)
0x0000000000000000000000000000000000000000
startsAt() view returns (uint256)
1519041600
token() view returns (address)
0x94ffb55ce68231c5966ea8dab16a8f066846513f
tokensSold() view returns (uint256)
9568704102482118072840000
weiRaised() view returns (uint256)
1196088012810264759105
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()
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()
setEarlyParticipantWhitelist(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)
EndsAtChanged(uint256 newEndsAt)
Invested(address investor, uint256 weiAmount, uint256 tokenAmount, uint128 customerId)
InvestmentPolicyChanged(bool newRequireCustomerId, bool newRequiredSignedAddress, address newSignerAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.