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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001607 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20827879 | 24 days ago | | | 0 | 1.9793760e-7 | |
| 20724406 | a month ago | | | 0 | 4.4716484e-7 | |
| 20163180 | a month ago | | | 0 | 2.7904800e-7 | |
| 19031397 | 2 months ago | | | 0 | 5.5896611e-7 | |
| 18114472 | 3 months ago | | | 0 | 1.5548595e-7 | |
| 17988394 | 3 months ago | | | 0 | 5.6260158e-7 | |
| 16710770 | 4 months ago | | | 0 | 1.8889937e-7 | |
| 15914897 | 4 months ago | | | 0 | 6.3156035e-7 | |
| 15874162 | 5 months ago | | | 0 | 2.8300342e-7 | |
| 15801853 | 5 months ago | | | 0 | 6.6641989e-7 |
ABI
ABI objects
Getter at block 21844576
decimals() view returns (uint8)
18
limitsEnabled() view returns (bool)
false
name() view returns (string)
Hopium
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
HOPIUM
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setLimitsEnabled(bool enabled)
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)
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.