HOPR Token
Verified contract
Active on
Ethereum with 33,443 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 4.028925K | $0.998921 |
$4,024.58 | |
HOPR | ERC-20 | 24.988737K | $0.065905 |
$1,646.88 | |
DAI | ERC-20 | 626.30148 | $0.997942 |
$625.01 | |
USDC | ERC-20 | 1 | $0.999451 |
$1 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157488 | an hour ago | | | 0 | 0.00091312651 | |
| 21157178 | 2 hours ago | | | 0 | 0.0029327158 | |
| 21156210 | 6 hours ago | | | 0 | 0.0016722620 | |
| 21155934 | 7 hours ago | | | 0 | 0.0015339815 | |
| 21155474 | 8 hours ago | | | 0 | 0.0022964299 | |
| 21154999 | 10 hours ago | | | 0 | 0.0010239360 | |
| 21154889 | 10 hours ago | | | 0 | 0.00091379319 | |
| 21154696 | 11 hours ago | | | 0 | 0.00073536562 | |
| 21154251 | 12 hours ago | | | 0 | 0.0012685662 | |
| 21154200 | 12 hours ago | | | 0 | 0.00050164370 |
ABI
ABI objects
Getter at block 21157913
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[]
granularity() view returns (uint256)
1
name() view returns (string)
HOPR Token
symbol() view returns (string)
HOPR
totalSupply() view returns (uint256)
492469490182500244000000000
Read-only
accountSnapshots(address, uint256) view returns (uint128 fromBlock, uint128 value)
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
balanceOfAt(address _owner, uint128 _blockNumber) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
totalSupplyAt(uint128 _blockNumber) view returns (uint256)
totalSupplySnapshots(uint256) view returns (uint128 fromBlock, uint128 value)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
burn(uint256 amount, bytes data)
grantRole(bytes32 role, address account)
mint(address account, uint256 amount, bytes userData, bytes operatorData)
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
renounceRole(bytes32 role, address account)
revokeOperator(address operator)
revokeRole(bytes32 role, address account)
send(address recipient, uint256 amount, bytes data)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
RevokedOperator(address indexed operator, address indexed tokenHolder)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.