CompliantCrowdsaleHardcap
Verified contract
Active on
Ethereum with 16 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6ebe…0adb
Balances ($0.00)
No balances found for "CompliantCrowdsaleHardcap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7519717 | 6 years ago | | | 0 | 0.00023199984 | |
| 7339767 | 6 years ago | | | 0 | 0.00014318000 | |
| 7336983 | 6 years ago | | | 0.001 | 0.00037317600 | |
| 7336926 | 6 years ago | | | 0.02 | 0.0038250540 | |
| 7336817 | 6 years ago | | | 0 | 0.000089493000 | |
| 7279198 | 6 years ago | | | 0 | 0.00061004000 | |
| 7225261 | 6 years ago | | | 0 | 0.00022478000 | |
| 7223337 | 6 years ago | | | 1 | 0.0038250540 | |
| 7049665 | 6 years ago | | | 0 | 0.000042276000 | |
| 7045118 | 6 years ago | | | 0 | 0.00062556000 |
ABI
ABI objects
Getter at block 21430310
currentMintNonce() view returns (uint256)
5
endTime() view returns (uint256)
1572471234
hardCap() view returns (uint256)
110000000000000000000000
hasEnded() view returns (bool)
true
isFinalized() view returns (bool)
false
owner() view returns (address)
0x3c17462b2dea66949b1c97b1bb179065b0657ecc
rate() view returns (uint256)
194
startTime() view returns (uint256)
1540937822
token() view returns (address)
0x0ab5f2916564cc1bc635a5d6460b3e05d083084c
validator() view returns (address)
0x4bde96bb3f307f050779a8a6771e89cc7b4ac078
wallet() view returns (address)
0x6693c336aedc0d84dea7ffd1c15af3afee967c89
weiRaised() view returns (uint256)
1161000000000000000
whiteListingContract() view returns (address)
0x6ebedce8715750fbb2f432abf82aa06178560adb
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.