Huobi LTC
Verified contract
Active on
Ethereum with 3,344 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Huobi LTC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20723922 | 2 months ago | | | 0 | 0.00022067889 | |
| 20723898 | 2 months ago | | | 0 | 0.00017822953 | |
| 20337992 | 4 months ago | | | 0 | 0.00041555753 | |
| 19918229 | 6 months ago | | | 0 | 0.0019145635 | |
| 19861491 | 6 months ago | | | 0 | 0.00076045667 | |
| 19698010 | 7 months ago | | | 0 | 0.00058790205 | |
| 19697981 | 7 months ago | | | 0 | 0.00067767068 | |
| 19641918 | 7 months ago | | | 0 | 0.0032918884 | |
| 19641902 | 7 months ago | | | 0 | 0.0041342647 | |
| 19641880 | 7 months ago | | | 0 | 0.0031565724 |
ABI
ABI objects
Getter at block 21268313
decimals() view returns (uint8)
18
getLogicAddress() view returns (address)
0x182d5eed62dd598f1a08f91cf58561d01a20e22f
getOperatorRequiredNum() view returns (uint256)
2
getOwnerRequiredNum() view returns (uint256)
3
getStoreAddress() view returns (address)
0x504bf7cd2c2749717948e4c7e3361451649f32ec
isPaused() view returns (bool)
false
name() view returns (string)
Huobi LTC
symbol() view returns (string)
HLTC
totalSupply() view returns (uint256 supply)
40001092000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 remaining)
balanceOf(address owner) view returns (uint256 balance)
getAdminAddresses(string class) view returns (address[])
State-modifying
Events addAddress(string class, address oneAddress) returns (bool)
approve(address spender, uint256 value) returns (bool)
burn(address from, uint256 value, string ltcAddress, string proof, bytes32 taskHash) returns (bool)
cancelTask(bytes32 taskHash) returns (uint256)
dropAddress(string class, address oneAddress) returns (bool)
dropTask(bytes32 taskHash) returns (bool)
mint(address to, uint256 value, string proof, bytes32 taskHash) returns (bool)
modifyAdminAddress(string class, address oldAddress, address newAddress)
pause()
resetRequiredNum(string class, uint256 requiredNum) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
AdminChanged(string TaskType, string class, address oldAddress, address newAddress)
AdminRequiredNumChanged(string TaskType, string class, uint256 previousNum, uint256 requiredNum)
AdminTaskDropped(bytes32 taskHash)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(address indexed from, uint256 value, string proof, string ltcAddress)
Burning(address indexed from, uint256 value, string proof, string ltcAddress, address burner)
Minted(address indexed to, uint256 value, string proof)
Minting(address indexed to, uint256 value, string proof, address minter)
PauseChangedTo(bool pauseState)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address owner0, address owner1, address owner2)
This contract contains no fallback and receive objects.
This contract contains no error objects.