AllocatedCrowdsale
Verified contract
Active on
Ethereum with 1,019 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xac32…79b1
0xcb09…d314
0xdf38…a902
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4378102 | 7 years ago | | | 0.038 | 0.00063132000 | |
| 4378071 | 7 years ago | | | 1 | 0.00044192400 | |
| 4378059 | 7 years ago | | | 1 | 0.00044192400 | |
| 4378034 | 7 years ago | | | 1.1 | 0.0038945970 | |
| 4377993 | 7 years ago | | | 0.44 | 0.0038945970 | |
| 4377930 | 7 years ago | | | 0.038 | 0.00063132000 | |
| 4377916 | 7 years ago | | | 0.5 | 0.0038945970 | |
| 4377865 | 7 years ago | | | 1.1 | 0.00044192400 | |
| 4377762 | 7 years ago | | | 1.36 | 0.0038945970 | |
| 4377749 | 7 years ago | | | 0.3 | 0.0055637100 |
ABI
ABI objects
Getter at block 21287397 getState() pure returns (uint8)
MAX_INVESTMENTS_BEFORE_MULTISIG_CHANGE() pure returns (uint256)
5
beneficiary() pure returns (address)
0x6699ed0afc9761aff5b7dbe08352fc0c8616ca31
endsAt() pure returns (uint256)
1508259600
finalizeAgent() pure returns (address)
0xdf387b743a1bf1679d9a8a69baa34213d4f4a902
finalized() pure returns (bool)
false
getTokensLeft() pure returns (uint256)
268841988229058710598410821
halted() pure returns (bool)
false
investorCount() pure returns (uint256)
716
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)
1
multisigWallet() pure returns (address)
0xf1492a63c6abcb482499947aa15ca167ef836c9b
owner() pure returns (address)
0x6699ed0afc9761aff5b7dbe08352fc0c8616ca31
ownerTestValue() pure returns (uint256)
0
presaleWeiRaised() pure returns (uint256)
5587876000000000000000
pricingStrategy() pure returns (address)
0xcb0927227b6ac89440cff3ff8f7ab599d81fd314
requireCustomerId() pure returns (bool)
false
requiredSignedAddress() pure returns (bool)
false
signerAddress() pure returns (address)
0x0000000000000000000000000000000000000000
startsAt() pure returns (uint256)
1507050000
token() pure returns (address)
0xac3211a5025414af2866ff09c23fc18bc97e79b1
tokensSold() pure returns (uint256)
31158011770941289401589179
weiRaised() pure returns (uint256)
8542234587306562742785
weiRefunded() pure returns (uint256)
0
Read-only
earlyParticipantWhitelist(address) pure returns (bool)
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
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)
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.