Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HNB | ERC-20 | 100 | $0.002605 |
$0.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244922 | an hour ago | | | 0 | 0.00055729700 | |
| 21244234 | 4 hours ago | | | 0 | 0.00071851951 | |
| 21244151 | 4 hours ago | | | 0 | 0.00081473900 | |
| 21244136 | 4 hours ago | | | 0 | 0.00095969600 | |
| 21244136 | 4 hours ago | | | 0 | 0.00095969600 | |
| 21243737 | 5 hours ago | | | 0 | 0.00077738159 | |
| 21243587 | 6 hours ago | | | 0 | 0.0010171965 | |
| 21243136 | 7 hours ago | | | 0 | 0.00047155900 | |
| 21243089 | 7 hours ago | | | 0 | 0.00083973400 | |
| 21242839 | 8 hours ago | | | 0 | 0.00047155900 |
ABI
ABI objects
Getter at block 21245275
decimals() view returns (uint8)
18
name() view returns (string)
HIRO
owner() view returns (address)
0x42040c77c516f4249ba02a2160f12f8cc804015c
symbol() view returns (string)
HRT
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] accounts, uint256[] amounts) returns (bool)
renounceOwnership()
snapshot()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.