CompliantCrowdsale
Verified contract
Active on
Ethereum with 3 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe849…aee9
Balances ($0.00)
No balances found for "CompliantCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7595051 | 6 years ago | | | 0 | 0.00026464000 | |
| 7595039 | 6 years ago | | | 0 | 0.00010129800 | |
| 7582258 | 6 years ago | | | 0 | 0.00039569400 |
ABI
ABI objects
Getter at block 21165774
currentMintNonce() view returns (uint256)
0
endTime() view returns (uint256)
1577865540
hasEnded() view returns (bool)
true
isFinalized() view returns (bool)
false
owner() view returns (address)
0xc87b55ddbbadc1754d491a40411b6afaee13564a
rate() view returns (uint256)
1650
startTime() view returns (uint256)
1555463100
token() view returns (address)
0xc2e5fc244be9094ced98d3ec3a844e51876fe178
validator() view returns (address)
0x31dd2600324bb8e21ac298ab3b658e0ca2c9b7fb
wallet() view returns (address)
0xc79a549c79f4c1917d61e53bb0cc766dca7c23ba
weiRaised() view returns (uint256)
0
whiteListingContract() view returns (address)
0xe849977f05b004fb920cb1e4a64a47e7bcb4aee9
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 _rate, address _wallet, address _token, address _owner)
fallback()
This contract contains no error objects.