CarryPublicTokenCrowdsale
Verified contract
Active on
Ethereum with 1,431 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,379,092.74)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRE | ERC-20 | 170.135907M | $0.008106 |
$1,379,092.74 | |
ETHER | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7770506 | 6 years ago | | | 0 | 0.015863600 | |
| 7770503 | 6 years ago | | | 0 | 0.021878960 | |
| 7770497 | 6 years ago | | | 0 | 0.021868720 | |
| 7770495 | 6 years ago | | | 0 | 0.021878960 | |
| 7770492 | 6 years ago | | | 0 | 0.021868720 | |
| 7770490 | 6 years ago | | | 0 | 0.021878960 | |
| 7770487 | 6 years ago | | | 0 | 0.021878960 | |
| 7770485 | 6 years ago | | | 0 | 0.021873840 | |
| 7770481 | 6 years ago | | | 0 | 0.021873840 | |
| 7770477 | 6 years ago | | | 0 | 0.021873840 |
ABI
ABI objects
Getter at block 21260394
cap() view returns (uint256)
5000000000000000000000
capReached() view returns (bool)
true
individualMinPurchaseWei() view returns (uint256)
99000000000000000
owner() view returns (address)
0x64c6e9fb2ff1520e908fea50856aedb17c064624
paused() view returns (bool)
false
rate() view returns (uint256)
65000
token() view returns (address)
0x115ec79f1de567ec68b7ae7eda501b406626478e
tokenDeliveryDue() view returns (uint256)
1823825008
wallet() view returns (address)
0x8d5f5f9a2621be9d32896cf0172515fb211e26be
weiRaised() view returns (uint256)
5000000000000000000000
withdrawable() view returns (bool)
true
Read-only
balances(address) view returns (uint256)
contributions(address) view returns (uint256)
individualMaxCaps(uint256) view returns (uint256 timestamp, uint256 maxWei)
refundedDeposits(address) view returns (uint256)
whitelist(address) view returns (uint8)
whitelistGrades(uint256) view returns (uint256)
State-modifying
Events addAddressesToWhitelist(address[] _beneficiaries, uint8 _grade)
buyTokens(address _beneficiary) payable
deliverTokens(address[] _beneficiaries)
depositRefund(address _beneficiary) payable
pause()
receiveRefund(address _wallet)
renounceOwnership()
setWithdrawable(bool _withdrawable)
transferOwnership(address _newOwner)
unpause()
withdrawTokens()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
RefundDeposited(address indexed beneficiary, uint256 tokenAmount, uint256 weiAmount)
Refunded(address indexed beneficiary, address indexed receiver, uint256 weiAmount)
TokenDelivered(address indexed beneficiary, uint256 tokenAmount)
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
Unpause()
constructor(address _wallet, address _token, uint256 _rate, uint256 _cap, uint256 _tokenDeliveryDue, uint256[] _whitelistGrades, uint256 _individualMinPurchaseWei, uint256[] _individualMaxCapTimestamps, uint256[] _individualMaxCapWeis)
fallback()
This contract contains no error objects.