KYCCrowdsale
Verified contract
Active on
Ethereum with 301 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1a7a…b0db
0x5abc…058d
0xc8c3…7d57
Balances ($0.00)
No balances found for "KYCCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4768543 | 7 years ago | | | 0.163 | 0.00057090000 | |
| 4768379 | 7 years ago | | | 0.3 | 0.0025690500 | |
| 4766948 | 7 years ago | | | 0.2 | 0.0012559800 | |
| 4765779 | 7 years ago | | | 0 | 0.0010964400 | |
| 4765430 | 7 years ago | | | 1.97 | 0.0091520550 | |
| 4765337 | 7 years ago | | | 3 | 0.0091520550 | |
| 4765248 | 7 years ago | | | 2 | 0.0081351600 | |
| 4765214 | 7 years ago | | | 1.95 | 0.0012627600 | |
| 4765206 | 7 years ago | | | 1.4201819 | 0.0068157980 | |
| 4765198 | 7 years ago | | | 0.27 | 0.0081351600 |
ABI
ABI objects
Getter at block 21325920
MAX_INVESTMENTS_BEFORE_MULTISIG_CHANGE() view returns (uint256)
5
beneficiary() view returns (address)
0xa684a3371e0d46bca4a6db1ff538a44f1440a855
endsAt() view returns (uint256)
1516035600
finalizeAgent() view returns (address)
0xc8c33fdfb77352c8ffcc9722f429a63e47d57d57
finalized() view returns (bool)
false
getState() view returns (uint8)
4
getTokensLeft() view returns (uint256)
8321502424593944464030921
halted() view returns (bool)
true
investorCount() view returns (uint256)
146
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)
1
multisigWallet() view returns (address)
0x9e1836e45e88c92926105910d4a5988a1f677181
owner() view returns (address)
0xa684a3371e0d46bca4a6db1ff538a44f1440a855
ownerTestValue() view returns (uint256)
0
presaleWeiRaised() view returns (uint256)
0
pricingStrategy() view returns (address)
0x5abc5fb8a0f627df18507664afae3d30649f058d
signerAddress() view returns (address)
0xbb2565b89714521272176ffc54be7776e889bb4b
startsAt() view returns (uint256)
1513011600
testState() view returns (uint8)
0
token() view returns (address)
0x1a7a8bd9106f2b8d977e08582dc7d24c723ab0db
tokensSold() view returns (uint256)
1678497575406055535969079
weiRaised() view returns (uint256)
467027706011701313900
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)
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)
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)
SignerChanged(address signer)
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.