EthereumTravelCrowdsale
Verified contract
Active on
Ethereum with 42 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd1e5…de2a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETHTT | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5968366 | 6 years ago | | | 1 | 0.0032935550 | |
| 5968124 | 6 years ago | | | 1 | 0.0021841470 | |
| 5964772 | 6 years ago | | | 1 | 0.00075600000 | |
| 5843830 | 6 years ago | | | 0 | 0.042232460 | |
| 5794041 | 6 years ago | | | 1 | 0.0010518120 | |
| 5789074 | 6 years ago | | | 1 | 0.00043825500 | |
| 5785637 | 6 years ago | | | 2 | 0.00017530200 | |
| 5785476 | 6 years ago | | | 3 | 0.00026295300 | |
| 5785367 | 6 years ago | | | 1 | 0.00026295300 | |
| 5782878 | 6 years ago | | | 1 | 0.0015810000 |
ABI
ABI objects
Getter at block 21306625
TOKENS_SOLD() view returns (uint256)
0
endTime() view returns (uint256)
1533081601
hasEnded() view returns (bool)
true
owner() view returns (address)
0xe6145d3eac7f22713587e7d68a5a8d7dae162f4d
ratePerWei() view returns (uint256)
10000
remainingTokensForSale() view returns (uint256)
6000000000000000000000000000
startTime() view returns (uint256)
1528156801
token() view returns (address)
0xd1e58006ec70e615c2413eae1448da3241adde2a
weiRaised() view returns (uint256)
43213400000000000000
weiRaisedInPreICO() view returns (uint256)
43213400000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events BulkTransfer()
burnUnsoldTokens()
buyTokens(address beneficiary) payable
changeEndDate(uint256 endTimeUnixTimestamp)
changeStartDate(uint256 startTimeUnixTimestamp)
pauseCrowdsale()
resumeCrowdsale()
setPriceRate(uint256 newPrice)
takeTokensBack()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
constructor(uint256 _startTime, address _wallet, address _tokenAddress)
fallback()
This contract contains no error objects.