Huobi DOT
Verified contract
Active on
Ethereum with 6,877 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 DOT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21181638 | 2 days ago | | | 0 | 0.0042589172 | |
| 21157212 | 5 days ago | | | 0 | 0.0014470094 | |
| 20832138 | 2 months ago | | | 0 | 0.00077605809 | |
| 20832111 | 2 months ago | | | 0 | 0.0010669775 | |
| 20723889 | 2 months ago | | | 0 | 0.00016271583 | |
| 20453427 | 3 months ago | | | 0 | 0.000072840000 | |
| 20338009 | 4 months ago | | | 0 | 0.00043765748 | |
| 20234848 | 4 months ago | | | 0 | 0.00074372571 | |
| 20234822 | 4 months ago | | | 0 | 0.00077554437 | |
| 20087457 | 5 months ago | | | 0 | 0.00049322628 |
ABI
ABI objects
Getter at block 21192706
decimals() view returns (uint8)
18
getLogicAddress() view returns (address)
0xc052ab72d98ba0fa416abf63f264069c472553ba
getOperatorRequiredNum() view returns (uint256)
2
getOwnerRequiredNum() view returns (uint256)
3
getStoreAddress() view returns (address)
0x0b2f0bc1b7fcb216cf1ba7d441879954c5a3976d
isPaused() view returns (bool)
false
name() view returns (string)
Huobi DOT
symbol() view returns (string)
HDOT
totalSupply() view returns (uint256 supply)
630036114950000000000000
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 dotAddress, 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 dotAddress)
Burning(address indexed from, uint256 value, string proof, string dotAddress, 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.