LHO Token
Verified contract
Active on
Ethereum with 15,937 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 |
---|---|---|---|---|---|
LHO | ERC-20 | 500K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11718433 | 4 years ago | | | 0 | 0.0035108670 | |
| 11690291 | 4 years ago | | | 0 | 0.0010758240 | |
| 11680259 | 4 years ago | | | 0 | 0.0039309751 | |
| 11667114 | 4 years ago | | | 0 | 0.0046751250 | |
| 11561713 | 4 years ago | | | 0 | 0.0011654760 | |
| 11465001 | 4 years ago | | | 0 | 0.0041141100 | |
| 11463059 | 4 years ago | | | 0 | 0.0014955600 | |
| 11462656 | 4 years ago | | | 0 | 0.0019816170 | |
| 11462322 | 4 years ago | | | 0 | 0.0020196540 | |
| 11461703 | 4 years ago | | | 0 | 0.0026928720 |
ABI
ABI objects
Getter at block 21169608
decimals() view returns (uint32)
18
depositStatus() view returns (uint8)
0
getMaxTotalSupply() pure returns (uint256)
700000000000000000000000000
getTotalRemaining() view returns (uint256)
0
getTotalSold() view returns (uint256)
700000000000000000000000000
name() view returns (string)
LHO Token
owner() view returns (address)
0xfc1a787698229299851e676ea6de8cf9c727dde6
stackingStatus() view returns (uint8)
1
symbol() view returns (string)
LHO
totalSupply() view returns (uint256)
650000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events BurnToken(uint256 _amount)
BuyToken(uint256 _amount)
SellToken(uint256 _amount)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finalizeIco()
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
issues(address _address, uint256 _tokens)
lockDeposit()
lockStacking()
plusTotalSupply(uint256 _amount)
reduceTotalSupply(uint256 _amount)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unlockDeposit()
unlockStacking()
withdraw(address _address, uint256 _value)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Logger(string _label, uint256 _note1, uint256 _note2, uint256 _note3, uint256 _note4)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.