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 "HXD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9017958 | 5 years ago | | | 0 | 0.00011172900 | |
| 9017958 | 5 years ago | | | 0 | 0.00011172900 | |
| 9017958 | 5 years ago | | | 0 | 0.00011172900 | |
| 9017958 | 5 years ago | | | 0 | 0.00011172900 | |
| 9016459 | 5 years ago | | | 0 | 0.00024580380 | |
| 9016415 | 5 years ago | | | 0 | 0.00024580380 | |
| 9016415 | 5 years ago | | | 0 | 0.00025325240 | |
| 9016415 | 5 years ago | | | 0 | 0.00025325240 | |
| 9016415 | 5 years ago | | | 0 | 0.00025325240 | |
| 9016415 | 5 years ago | | | 0 | 0.00022345800 |
ABI
ABI objects
Getter at block 21164009
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
HXD
owner() view returns (address)
0xee108cc88a47eb575855fae8feac00a3c0ec94c8
symbol() view returns (string)
HXD
totalSupply() view returns (uint256)
100000000000000000000000000
version() view returns (string)
1.0.0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freezeAccount(address target, bool freeze) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address indexed target, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.