HOPE
Verified contract
Proxy
Active on
Ethereum with 1,774 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "HOPE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21219970 | 3 hours ago | | | 0 | 0.00050672601 | |
| 21213710 | a day ago | | | 0 | 0.00050991988 | |
| 21213530 | a day ago | | | 0 | 0.00057219928 | |
| 21209152 | 2 days ago | | | 0 | 0.00075080924 | |
| 21206408 | 2 days ago | | | 0 | 0.00029582252 | |
| 21206406 | 2 days ago | | | 0 | 0.00030371048 | |
| 21205130 | 2 days ago | | | 0 | 0.00032536058 | |
| 21205130 | 2 days ago | | | 0 | 0.00032536058 | |
| 21195757 | 3 days ago | | | 0 | 0.0010063361 | |
| 21195753 | 3 days ago | | | 0 | 0.0016301097 |
ABI
ABI objects
Getter at block 21220736
DOMAIN_SEPARATOR() view returns (bytes32)
0xd737ff00b1b37dd678adaf4e298f827b59cb2bd51fd48791097935e43e66fa66
decimals() view returns (uint8)
18
name() view returns (string)
HOPE
owner() view returns (address)
0xc2d0108307ff76ebb0ea05b78567b5eaf5ac7830
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
restrictedList() view returns (address)
0x9e63ff8003c33d264be368729ea525d8f5881edd
symbol() view returns (string)
HOPE
totalSupply() view returns (uint256)
10524248822470460000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getEffectiveBlock(address account) view returns (uint256)
getExpirationBlock(address account) view returns (uint256)
getMaxCredit(address account) view returns (uint256)
getRemainingCredit(address account) view returns (uint256)
hasAgent(address account) view returns (bool)
isBurnable(address account) view returns (bool)
isMinable(address account) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
changeEffectiveBlock(address account, uint256 effectiveBlock)
changeExpirationBlock(address account, uint256 expirationBlock)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseCredit(address account, uint256 credit)
grantAgent(address account, uint256 credit, uint256 effectiveBlock, uint256 expirationBlock, bool minable, bool burnable)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseCredit(address account, uint256 credit)
initialize(address _restrictedList)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
revokeAgent(address account)
switchBurnable(address account, bool burnable)
switchMinable(address account, bool minable)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AgentChangeEffectiveBlock(address indexed account, uint256 effectiveBlock, address sender)
AgentChangeExpirationBlock(address indexed account, uint256 expirationBlock, address sender)
AgentDecreaseCredit(address indexed account, uint256 credit, address sender)
AgentGranted(address indexed account, uint256 credit, uint256 effectiveBlock, uint256 expirationBlock, bool minable, bool burnable, address sender)
AgentIncreaseCredit(address indexed account, uint256 credit, address sender)
AgentRevoked(address indexed account, address sender)
AgentSwitchBurnable(address indexed account, bool burnable, address sender)
AgentSwitchMinable(address indexed account, bool minable, address sender)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.