Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "KYCPresale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5586434 | 7 years ago | | | 19 | 0.00057925000 | |
| 5559421 | 7 years ago | | | 21.258897 | 0.0069471600 | |
| 5541157 | 7 years ago | | | 11.98 | 0.00019127000 | |
| 5541040 | 7 years ago | | | 0.1 | 0.0047498500 | |
| 5514775 | 7 years ago | | | 18 | 0.0047446020 | |
| 5379239 | 7 years ago | | | 32 | 0.0046340000 | |
| 5342143 | 7 years ago | | | 25 | 0.0069510000 | |
| 5338325 | 7 years ago | | | 75 | 0.0047472260 | |
| 5337523 | 7 years ago | | | 12.4 | 0.0069510000 | |
| 5337503 | 7 years ago | | | 12.4 | 0.0012627600 |
ABI
ABI objects
Getter at block 21283516 isFinalizerSane() view returns (bool sane) isPricingSane() view returns (bool sane)
MAX_INVESTMENTS_BEFORE_MULTISIG_CHANGE() view returns (uint256)
5
endsAt() view returns (uint256)
1527811200
finalizeAgent() view returns (address)
0x0000000000000000000000000000000000000000
finalized() view returns (bool)
false
getState() view returns (uint8)
3
halted() view returns (bool)
false
investorCount() view returns (uint256)
17
isCrowdsale() view returns (bool)
true
isCrowdsaleFull() view returns (bool)
false
isMinimumGoalReached() view returns (bool reached)
true
loadedRefund() view returns (uint256)
0
minimumFundingGoal() view returns (uint256)
0
multisigWallet() view returns (address)
0x45699e1b4d79a63ef6fb39545a8eea713be714db
owner() view returns (address)
0x6a0c8e56b672adadbbb11a6b427c71d3a143b8cb
ownerTestValue() view returns (uint256)
0
presaleWeiRaised() view returns (uint256)
0
pricingStrategy() view returns (address)
0x0000000000000000000000000000000000000000
saleWeiCap() view returns (uint256)
999999000000000000000000
signerAddress() view returns (address)
0x62ccdbe049c3998e3a1be0b13572bad9ca418503
startsAt() view returns (uint256)
1518566400
token() view returns (address)
0x0000000000000000000000000000000000000001
tokensSold() view returns (uint256)
0
weiRaised() view returns (uint256)
639028896960000000000
weiRefunded() view returns (uint256)
0
Read-only
earlyParticipantWhitelist(address) view returns (bool)
getKYCPayload(bytes dataframe) view returns (address whitelistedAddress, uint128 customerId, uint32 minEth, uint32 maxEth)
getKYCPresalePayload(bytes dataframe) view returns (address whitelistedAddress, uint128 customerId, uint32 minEth, uint32 maxEth, uint256 pricingInfo)
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 buyWithKYCData(bytes dataframe, uint8 v, bytes32 r, bytes32 s) payable returns (uint256 tokenAmount)
finalize()
halt()
loadRefund() payable
refund()
setEarlyParicipantWhitelist(address addr, bool status)
setEndsAt(uint256 time)
setFinalizeAgent(address addr)
setMultisig(address addr)
setOwnerTestValue(uint256 val)
setPricingStrategy(address _pricingStrategy)
setSignerAddress(address _signerAddress)
setWeiCap(uint256 newCap)
transferOwnership(address newOwner)
unhalt()
CapUpdated(uint256 newCap)
EndsAtChanged(uint256 newEndsAt)
Invested(address investor, uint256 weiAmount, uint256 tokenAmount, uint128 customerId)
InvestmentPolicyChanged(bool newRequireCustomerId, bool newRequiredSignedAddress, address newSignerAddress)
Prepurchased(address investor, uint256 weiAmount, uint256 tokenAmount, uint128 customerId, uint256 pricingInfo)
Refund(address investor, uint256 weiAmount)
SignerChanged(address signer)
Whitelisted(address addr, bool status)
constructor(address _multisigWallet, uint256 _start, uint256 _end, uint256 _saleWeiCap)
fallback()
This contract contains no error objects.