HotelCoin
Verified contract
Active on
Ethereum with 6,072 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HCI | ERC-20 | 281.677419K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14779244 | 3 years ago | | | 0 | 0.00079755200 | |
| 12684324 | 3 years ago | | | 0 | 0.0039647000 | |
| 11119197 | 4 years ago | | | 0 | 0.00037675200 | |
| 11119111 | 4 years ago | | | 0 | 0.00037910670 | |
| 11016397 | 4 years ago | | | 0 | 0.0042812385 | |
| 9936216 | 5 years ago | | | 0 | 0.00026982900 | |
| 9869440 | 5 years ago | | | 0 | 0.00030828000 | |
| 9865358 | 5 years ago | | | 0 | 0.00057784500 | |
| 9865343 | 5 years ago | | | 0 | 0.00046213200 | |
| 9844630 | 5 years ago | | | 0 | 0.00019267500 |
ABI
ABI objects
Getter at block 21263345
HARD_CAP() view returns (uint256)
35000000000000000
communityTokensAddress() view returns (address)
0x58444d2d36a8a3fc46d374980242850453c63492
decimals() view returns (uint8)
8
liquidityFundAddress() view returns (address)
0xe3c5b5550c48335134666ceb59f445e39be6138e
name() view returns (string)
Hotel Coin
owner() view returns (address)
0x388f0fed0e5afa5d33f03b593839d3a52af5c94d
symbol() view returns (string)
HCI
tokenSaleClosedTime() view returns (uint64)
0
totalSupply() view returns (uint256)
35000000000000000
tradingOpen() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
lockedBalanceOf(address _owner) view returns (uint256)
lockingContractAddresses(address) view returns (address)
timelockOf(address _owner) view returns (address)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
close()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferLocking(address _to, uint256 _value, uint64 _releaseTime) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _liquidityFundAddress, address _communityTokensAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.