AllocatedCrowdsale
Verified contract
Active on
Ethereum with 1,500 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x37a2…9ecd
0x3a08…81be
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) |
---|---|---|---|---|---|---|---|
| 4322404 | 7 years ago | | | 1 | 0.0035990850 | |
| 4322403 | 7 years ago | | | 2.8 | 0.0052060000 | |
| 4322379 | 7 years ago | | | 0.1 | 0.0042409500 | |
| 4322366 | 7 years ago | | | 1 | 0.0034277000 | |
| 4322360 | 7 years ago | | | 0.52 | 0.0034277000 | |
| 4322352 | 7 years ago | | | 0.2 | 0.0059984750 | |
| 4322320 | 7 years ago | | | 1.5 | 0.0068554000 | |
| 4322306 | 7 years ago | | | 0.9945337 | 0.0035990850 | |
| 4322267 | 7 years ago | | | 6.661372 | 0.0035990850 | |
| 4322251 | 7 years ago | | | 2 | 0.0085692500 |
ABI
ABI objects
Getter at block 21161281
MAX_INVESTMENTS_BEFORE_MULTISIG_CHANGE() pure returns (uint256)
5
beneficiary() pure returns (address)
0xd18d973c6bbea7b9a8b66cf9e460e8c21446451a
endsAt() pure returns (uint256)
1506704400
finalizeAgent() pure returns (address)
0x3a08c207ae45a71ee1ea063562e515cc05f981be
finalized() pure returns (bool)
false
getState() pure returns (uint8)
4
getTokensLeft() pure returns (uint256)
61347162037402329091021400
halted() pure returns (bool)
false
investorCount() pure returns (uint256)
1060
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)
0x8d790f3989b6d24f38beb978c1c813d608bb0c81
owner() pure returns (address)
0xd18d973c6bbea7b9a8b66cf9e460e8c21446451a
ownerTestValue() pure returns (uint256)
0
presaleWeiRaised() pure returns (uint256)
6335160968730000000000
pricingStrategy() pure returns (address)
0x37a2e0cdcc3dec87042dedfd32daca45d2089ecd
requireCustomerId() pure returns (bool)
false
requiredSignedAddress() pure returns (bool)
false
signerAddress() pure returns (address)
0x0000000000000000000000000000000000000000
startsAt() pure returns (uint256)
1504026000
token() pure returns (address)
0x9b6443b0fb9c241a7fdac375595cea13e6b7807a
tokensSold() pure returns (uint256)
14841933962597670908978600
weiRaised() pure returns (uint256)
8796319528499557906033
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)
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.