Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x1ead…170b
0x7fab…9cdd
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HOPE | ERC-20 | 39.901263K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260532 | 18 days ago | | | 0 | 0.00035959754 | |
| 21142777 | a month ago | | | 0 | 0.00062083520 | |
| 21142766 | a month ago | | | 0 | 0.00088650127 | |
| 20705948 | 3 months ago | | | 0 | 0.000085110000 | |
| 20533553 | 4 months ago | | | 0 | 0.00013020365 | |
| 20533541 | 4 months ago | | | 0 | 0.00014914951 | |
| 19631733 | 8 months ago | | | 0 | 0.00079468889 | |
| 19631706 | 8 months ago | | | 0 | 0.0012712662 | |
| 19629760 | 8 months ago | | | 0 | 0.00061051868 | |
| 19629737 | 8 months ago | | | 0 | 0.0011184208 |
ABI
ABI objects
Getter at block 21391969
decimals() view returns (uint8)
18
getWhitelisted() view returns (address[])
[0x0bB907558f2d68310C7964A7AF86b9e3b1b3A4db, 0x926d29FEDA57a1152f302Db2Dd25bFd7Aea76e9E]
hopeNonTradable() view returns (address)
0x1eadc903341cfdb3406a04506239f52d076b170b
isLiquidityInitialized() view returns (bool)
true
isUpgradeActive() view returns (bool)
true
name() view returns (string)
HOPE
owner() view returns (address)
0x7fcb8aaea5f30620aa69d1978f1dc814cf0502ad
symbol() view returns (string)
HOPE
totalSupply() view returns (uint256)
41487861834588219966898044
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addWhitelisted(address _toAdd)
approve(address spender, uint256 amount) returns (bool)
burn(address _account, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _account, uint256 _amount)
removeWhitelisted(address _toRemove)
renounceOwnership()
setLiquidityInitialized()
setLiquidityInitializer(address _initializer)
setUpgradeActive(bool _state)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
upgradeHopeNonTradable(uint256 _amount)
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(address _hopeNonTradable, bool _isLiquidityInitialized)
This contract contains no fallback and receive objects.
This contract contains no error objects.