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 |
---|---|---|---|---|---|
HBRS | ERC-20 | 35.381142K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453370 | 4 months ago | | | 0 | 0.000047224000 | |
| 20415566 | 4 months ago | | | 0 | 0.000047224000 | |
| 15288366 | 2 years ago | | | 0 | 0.00025997975 | |
| 13818098 | 3 years ago | | | 0 | 0.010996576 | |
| 13638174 | 3 years ago | | | 0 | 0.0041224480 | |
| 13260202 | 3 years ago | | | 0 | 0.0035427001 | |
| 12938218 | 3 years ago | | | 0 | 0.00071073604 | |
| 12379994 | 4 years ago | | | 0 | 0.0040076960 | |
| 12340781 | 4 years ago | | | 0 | 0.00065868002 | |
| 12302319 | 4 years ago | | | 0 | 0.0010978000 |
ABI
ABI objects
Getter at block 21262367
decimals() view returns (uint8)
18
name() view returns (string)
HUBRIS
owner() view returns (address)
0xdff99ef7ed50f9eb06183d0dfed9cd5db051878b
paused() view returns (bool)
false
symbol() view returns (string)
HBRS
totalSupply() view returns (uint256)
249836642000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
envokeTokenAllocation()
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.