CarryTokenPresale
Verified contract
Active on
Ethereum with 1,551 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRE | ERC-20 | 1.073611K | $0.005829 |
$6.26 | |
GUAR | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8347300 | 5 years ago | | | 0 | 0.0030957050 | |
| 8347297 | 5 years ago | | | 0 | 0.028973757 | |
| 8347294 | 5 years ago | | | 0 | 0.033278757 | |
| 8347291 | 5 years ago | | | 0 | 0.027401899 | |
| 8347287 | 5 years ago | | | 0 | 0.027401899 | |
| 8347285 | 5 years ago | | | 0 | 0.030203757 | |
| 8347283 | 5 years ago | | | 0 | 0.032663757 | |
| 8347281 | 5 years ago | | | 0 | 0.035121133 | |
| 8347278 | 5 years ago | | | 0 | 0.031428509 | |
| 8347272 | 5 years ago | | | 0 | 0.030198509 |
ABI
ABI objects
Getter at block 21301554
cap() view returns (uint256)
5000410000000000000000
capReached() view returns (bool)
false
individualMaxCapWei() view returns (uint256)
50000000000000000000
individualMinPurchaseWei() view returns (uint256)
99000000000000000
owner() view returns (address)
0x64c6e9fb2ff1520e908fea50856aedb17c064624
paused() view returns (bool)
false
rate() view returns (uint256)
74750
token() view returns (address)
0x115ec79f1de567ec68b7ae7eda501b406626478e
wallet() view returns (address)
0x8d5f5f9a2621be9d32896cf0172515fb211e26be
weiRaised() view returns (uint256)
5000395637316628654927
Read-only
balances(address) view returns (uint256)
contributions(address) view returns (uint256)
refundedDeposits(address) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events addManyToWhitelist(address[] _beneficiaries)
addToWhitelist(address _beneficiary)
buyTokens(address _beneficiary) payable
deliverTokensInRatio(uint256 _numerator, uint256 _denominator)
deliverTokensInRatioOfRange(uint256 _numerator, uint256 _denominator, uint256 _startIndex, uint256 _endIndex)
depositRefund(address _beneficiary) payable
pause()
receiveRefund(address _beneficiary)
receiveRefundTo(address _beneficiary, address _wallet)
removeFromWhitelist(address _beneficiary)
transferOwnership(address newOwner)
unpause()
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 _individualMinPurchaseWei, uint256 _individualMaxCapWei)
fallback()
This contract contains no error objects.