Huobi BSV
Verified contract
Active on
Ethereum with 8,463 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 BSV"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161411 | 6 days ago | | | 0 | 0.00087639623 | |
| 21155217 | 7 days ago | | | 0 | 0.00085873994 | |
| 21155187 | 7 days ago | | | 0 | 0.0011296170 | |
| 20854586 | 2 months ago | | | 0 | 0.00038628797 | |
| 20854574 | 2 months ago | | | 0 | 0.00043476221 | |
| 20848352 | 2 months ago | | | 0 | 0.00047087245 | |
| 20848340 | 2 months ago | | | 0 | 0.00037163882 | |
| 20848337 | 2 months ago | | | 0 | 0.00051681820 | |
| 20848332 | 2 months ago | | | 0 | 0.00042277600 | |
| 20848311 | 2 months ago | | | 0 | 0.00054745338 |
ABI
ABI objects
Getter at block 21201930
decimals() view returns (uint8)
18
getLogicAddress() view returns (address)
0x0d5bb496cf44ad65b9d62aa70b476e25dee16a81
getOperatorRequiredNum() view returns (uint256)
2
getOwnerRequiredNum() view returns (uint256)
3
getStoreAddress() view returns (address)
0x7e9bed0671aeef595a532b7f27beed722fdda649
isPaused() view returns (bool)
false
name() view returns (string)
Huobi BSV
symbol() view returns (string)
HBSV
totalSupply() view returns (uint256 supply)
19001207000000000000000
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 bsvAddress, 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 bsvAddress)
Burning(address indexed from, uint256 value, string proof, string bsvAddress, 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.