CompliantCrowdsale
Verified contract
Active on
Ethereum with 191 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd8dc…9eb2
0xe849…aee9
Balances ($0.00)
No balances found for "CompliantCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6882131 | 6 years ago | | | 0 | 0.00052332000 | |
| 6882125 | 6 years ago | | | 0 | 0.00052332000 | |
| 6882123 | 6 years ago | | | 0 | 0.00052332000 | |
| 6882120 | 6 years ago | | | 0 | 0.00052332000 | |
| 6882117 | 6 years ago | | | 0 | 0.00052332000 | |
| 6882114 | 6 years ago | | | 0 | 0.00052332000 | |
| 6882112 | 6 years ago | | | 0 | 0.00056070000 | |
| 6882111 | 6 years ago | | | 0 | 0.00056070000 | |
| 6882109 | 6 years ago | | | 0 | 0.00056070000 | |
| 6882107 | 6 years ago | | | 0 | 0.00056070000 |
ABI
ABI objects
Getter at block 21160371
currentMintNonce() view returns (uint256)
91
endTime() view returns (uint256)
1569708611
hasEnded() view returns (bool)
true
isFinalized() view returns (bool)
false
owner() view returns (address)
0xfdfe300c19ecde29c986d758ad410ded829c8f4e
rate() view returns (uint256)
2
startTime() view returns (uint256)
1538174454
token() view returns (address)
0xd8dc5d0a1ca571fd945ad146990b6fa50d069eb2
validator() view returns (address)
0x4f1eeb23363b0c7d68e58735d6c4f8854cea1502
wallet() view returns (address)
0xfdfe300c19ecde29c986d758ad410ded829c8f4e
weiRaised() view returns (uint256)
31000000100020095
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) returns (bool)
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)
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)
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.