CompliantCrowdsaleHardcap
Verified contract
Active on
Ethereum with 17 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x643e…d3ab
Balances ($0.00)
No balances found for "CompliantCrowdsaleHardcap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7216000 | 6 years ago | | | 0 | 0.00047238660 | |
| 7215986 | 6 years ago | | | <0.00000001 | 0.0012054546 | |
| 7215983 | 6 years ago | | | 0 | 0.00026633880 | |
| 7215979 | 6 years ago | | | 0 | 0.00030040920 | |
| 7215977 | 6 years ago | | | 0 | 0.00039490920 | |
| 7215971 | 6 years ago | | | 0.0022 | 0.00057402600 | |
| 7215969 | 6 years ago | | | 0.0011 | 0.0012054546 | |
| 7212354 | 6 years ago | | | 0 | 0.00018745500 | |
| 7212348 | 6 years ago | | | 0 | 0.000085023000 | |
| 7212346 | 6 years ago | | | 0.001 | 0.00047835500 |
ABI
ABI objects
Getter at block 21168837
currentMintNonce() view returns (uint256)
6
endTime() view returns (uint256)
1553541720
hardCap() view returns (uint256)
1000000000000000000
hasEnded() view returns (bool)
true
isFinalized() view returns (bool)
false
owner() view returns (address)
0x082ea0c7cf5ef2d2a1690c50b3e096b858a90731
rate() view returns (uint256)
300
startTime() view returns (uint256)
1550001780
token() view returns (address)
0x2e17c6e2496acb2a34dafb3fe02d43250d428eb2
validator() view returns (address)
0xda196d50ca9b0767586a7b4854603c7fa7152f14
wallet() view returns (address)
0x082ea0c7cf5ef2d2a1690c50b3e096b858a90731
weiRaised() view returns (uint256)
1030000000000001
whiteListingContract() view returns (address)
0x643e5ad239b2de1a005a8babb5cedd5831a3d3ab
Read-only
pendingMints(uint256) view returns (address to, uint256 tokens, uint256 weiAmount)
rejectedMintBalance(address) view returns (uint256)
State-modifying
Events approveMint(uint256 nonce)
bulkApproveMints(uint256[] nonces)
bulkRejectMints(uint256[] nonces, uint256[] reasons)
buyTokens(address beneficiary) payable
claim()
finalize()
rejectMint(uint256 nonce, uint256 reason)
setNewValidator(address newValidator)
setTokenContract(address newToken)
setWhitelistContract(address whitelistAddress)
transferOwnership(address newOwner)
transferTokenOwnership(address newOwner)
updateRate(uint256 _rate)
Claimed(address indexed account, uint256 amount)
ContributionRegistered(address beneficiary, uint256 tokens, uint256 weiAmount, uint256 nonce)
Finalized()
MintRejected(address indexed to, uint256 value, uint256 amount, uint256 indexed nonce, uint256 reason)
NewValidatorSet(address indexed previousOwner, address indexed newValidator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RateUpdated(uint256 rate)
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
WhiteListingContractSet(address indexed _whiteListingContract)
constructor(address whitelistAddress, uint256 _startTime, uint256 _endTime, uint256 _hardcap, uint256 _rate, address _wallet, address _token, address _owner)
fallback()
This contract contains no error objects.