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 |
---|---|---|---|---|---|
BHTX | ERC-20 | 4.5425K | -- | -- | |
MYOU | ERC-20 | 0.3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17023201 | 2 years ago | | | 0 | 0.00068866241 | |
| 17023194 | 2 years ago | | | 0 | 0.00062068749 | |
| 17023185 | 2 years ago | | | 0 | 0.00079660549 | |
| 17023177 | 2 years ago | | | 0 | 0.00064087832 | |
| 17023169 | 2 years ago | | | 0 | 0.00065422337 | |
| 17023156 | 2 years ago | | | 0 | 0.00063870745 | |
| 16238460 | 2 years ago | | | 0 | 0.00048111983 | |
| 15583513 | 2 years ago | | | 0 | 0.0014942388 | |
| 14790219 | 2 years ago | | | 0 | 0.0029458757 | |
| 13466278 | 3 years ago | | | 0 | 0.0037921838 |
ABI
ABI objects
Getter at block 21158611
_totalLimit() view returns (uint256)
100000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
BHTX
owner() view returns (address)
0x69ad4582f25a5bae004d4cec3e5311bd8602aeb1
symbol() view returns (string)
BHTX
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
lockData(address) view returns (uint8 lockType)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(address lockAddress, uint8 lockType, uint256[] endtimeList, uint256[] remainList) returns (bool)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Lock(address indexed lockAddress, uint8 indexed lockType, uint256[] endtimeList, uint256[] remainList)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.