KYCCrowdsale
Verified contract
Active on
Ethereum with 6,034 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xca0e…0f2f
0x71e0…4ed4
0x65cc…c834
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xea8b…40ad | ERC-20 | 439.915564B | -- | -- | |
RSB1 | ERC-20 | 3.38918K | -- | -- | |
CHSB | ERC-20 | 3.38918K | -- | -- | |
VIU | ERC-20 | 298 | -- | -- | |
AMLT | ERC-20 | 61.487146 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5027325 | 7 years ago | | | 0.3 | 0.00086100000 | |
| 5010528 | 7 years ago | | | 1.11 | 0.0070434000 | |
| 5000360 | 7 years ago | | | 0.59182527 | 0.00086280400 | |
| 5000350 | 7 years ago | | | 0.59268807 | 0.00086280400 | |
| 5000349 | 7 years ago | | | 3 | 0.0070434000 | |
| 5000345 | 7 years ago | | | 0.021 | 0.00086280400 | |
| 5000340 | 7 years ago | | | 0.59355088 | 0.00086280400 | |
| 5000328 | 7 years ago | | | 0.59441368 | 0.00086280400 | |
| 5000328 | 7 years ago | | | 5 | 0.0088139340 | |
| 5000327 | 7 years ago | | | 0.21 | 0.00084176000 |
ABI
ABI objects
Getter at block 21257105
MAX_INVESTMENTS_BEFORE_MULTISIG_CHANGE() view returns (uint256)
5
beneficiary() view returns (address)
0x083f24c0e1220179da4a752363871f3a88479624
endsAt() view returns (uint256)
1517324400
finalizeAgent() view returns (address)
0x65cc2557a3f041728085343dc8ec5ce2ec11c834
finalized() view returns (bool)
false
getState() view returns (uint8)
4
getTokensLeft() view returns (uint256)
140149508768917508416407143
halted() view returns (bool)
false
investorCount() view returns (uint256)
4161
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)
0x519c5dcaa311ca31009a3fcc7e03f7b24a55ff42
owner() view returns (address)
0x083f24c0e1220179da4a752363871f3a88479624
ownerTestValue() view returns (uint256)
0
presaleWeiRaised() view returns (uint256)
0
pricingStrategy() view returns (address)
0x71e01346e052c13b386e4baaa3070b6517304ed4
signerAddress() view returns (address)
0xda60a8bbdf59e60d344781c6fd531adc429a6644
startsAt() view returns (uint256)
1510592400
testState() view returns (uint8)
0
token() view returns (address)
0xca0e7269600d353f70b14ad118a49575455c0f2f
tokensSold() view returns (uint256)
69850491231082491583592857
weiRaised() view returns (uint256)
16601450241851620739915
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.