KYCCrowdsale
Verified contract
Active on
Ethereum with 78 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1497…2560
0xaac6…0db3
Balances ($0.00)
No balances found for "KYCCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4765751 | 7 years ago | | | 0 | 0.0010964000 | |
| 4597182 | 7 years ago | | | 15 | 0.0016727430 | |
| 4597154 | 7 years ago | | | 15 | 0.0023496204 | |
| 4597091 | 7 years ago | | | 15 | 0.0023476876 | |
| 4595411 | 7 years ago | | | 140 | 0.0023302200 | |
| 4595344 | 7 years ago | | | 140 | 0.0023302200 | |
| 4595320 | 7 years ago | | | 140 | 0.0023457548 | |
| 4591243 | 7 years ago | | | 0.52 | 0.0063633900 | |
| 4591199 | 7 years ago | | | 0.52 | 0.00034722600 | |
| 4591130 | 7 years ago | | | 0.52 | 0.00097210128 |
ABI
ABI objects
Getter at block 21169570
MAX_INVESTMENTS_BEFORE_MULTISIG_CHANGE() view returns (uint256)
5
beneficiary() view returns (address)
0xa684a3371e0d46bca4a6db1ff538a44f1440a855
endsAt() view returns (uint256)
1511222340
finalizeAgent() view returns (address)
0xaac6348866ddcefe551ebf70af5969594cf90db3
finalized() view returns (bool)
false
getState() view returns (uint8)
4
getTokensLeft() view returns (uint256)
11298175022737277581135722
halted() view returns (bool)
true
investorCount() view returns (uint256)
39
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)
0x14974f81cedf3720df428c8f19fb551fe89f2560
signerAddress() view returns (address)
0xda60a8bbdf59e60d344781c6fd531adc429a6644
startsAt() view returns (uint256)
1509955200
testState() view returns (uint8)
0
token() view returns (address)
0x1a7a8bd9106f2b8d977e08582dc7d24c723ab0db
tokensSold() view returns (uint256)
8701824977262722418864278
weiRaised() view returns (uint256)
2034087091881068597317
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.