WaWlletTokenCrowdsale
Verified contract
Active on
Ethereum with 277 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8993…7494
0xfa4a…8c9c
0xd670…993f
2 additional
variables
Balances ($0.00)
No balances found for "WaWlletTokenCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5347777 | 7 years ago | | | 0.15 | 0.0015958430 | |
| 5347622 | 7 years ago | | | 0.15 | 0.0015958430 | |
| 5343293 | 7 years ago | | | 1 | 0.0085535250 | |
| 5343181 | 7 years ago | | | 1 | 0.0018130350 | |
| 5331972 | 7 years ago | | | 10 | 0.00025995000 | |
| 5330818 | 7 years ago | | | 0.8 | 0.00028995000 | |
| 5330610 | 7 years ago | | | 0.8 | 0.00010360200 | |
| 5324439 | 7 years ago | | | 0.15 | 0.0076836750 | |
| 5321601 | 7 years ago | | | 0.3 | 0.0022113000 | |
| 5321598 | 7 years ago | | | 0.3 | 0.0014013000 |
ABI
ABI objects
Getter at block 21307612
MAX_INVESTMENTS_BEFORE_MULTISIG_CHANGE() view returns (uint256)
5
endsAt() view returns (uint256)
1522371600
finalizeAgent() view returns (address)
0xd6708969079bce6449a0b162f71f115dfa13993f
finalized() view returns (bool)
false
getState() view returns (uint8)
1
halted() view returns (bool)
false
investorCount() view returns (uint256)
206
isCrowdsale() pure returns (bool)
true
isCrowdsaleFull() view returns (bool)
false
isFinalizerSane() view returns (bool sane)
false
isMinimumGoalReached() view returns (bool reached)
true
isPricingSane() view returns (bool sane)
true
loadedRefund() view returns (uint256)
0
maximumSellableTokens() view returns (uint256)
10000000000000000
minimumFundingGoal() view returns (uint256)
0
multisigWallet() view returns (address)
0xb9a4774f9e98d417a61e889477cf726549f0c260
owner() view returns (address)
0xb6c66799bf46e23743080235f2d1aa7e829feae8
ownerTestValue() view returns (uint256)
0
presaleWeiRaised() view returns (uint256)
0
pricingStrategy() view returns (address)
0xfa4ab3ca2cfd096d2e275b79752d17011f6b8c9c
requireCustomerId() view returns (bool)
false
requiredSignedAddress() view returns (bool)
false
signerAddress() view returns (address)
0x0000000000000000000000000000000000000000
startsAt() view returns (uint256)
1517187600
testState() view returns (uint8)
0
token() view returns (address)
0x899338b84d25ac505a332adce7402d697d947494
tokensSold() view returns (uint256)
5664269862073188
weiRaised() view returns (uint256)
67327968188556000000000
weiRefunded() view returns (uint256)
0
Read-only
earlyParticipantWhitelist(address) view returns (bool)
investedAmountOf(address) view returns (uint256)
isBreakingCap(uint256, uint256, uint256, uint256 tokensSoldTotal) view returns (bool)
tokenAmountOf(address) view returns (uint256)
State-modifying
Events bitcoinInvest(address receiver, uint256 fullTokens, uint256 weiPrice)
doFinalize()
halt()
invest(address addr) 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, uint256 _maximumSellableTokens)
fallback()
This contract contains no error objects.