EHash Token
Verified contract
Active on
Ethereum with 1,044 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa82e…0d17
Balances ($34,544.71)
Native
Value
$34,544.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 11.23471 | $3,074.82 |
$34,544.71 | |
HQG | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20135462 | 5 months ago | | | 0 | 0.0018927870 | |
| 19632461 | 7 months ago | | | 0 | 0.00080116630 | |
| 19632459 | 7 months ago | | | 0 | 0.00068598570 | |
| 19626379 | 7 months ago | | | 0 | 0.0010715265 | |
| 18748294 | a year ago | | | 0 | 0.0056087620 | |
| 18265122 | a year ago | | | 0 | 0.0018457588 | |
| 17857453 | a year ago | | | 0 | 0.0019313640 | |
| 16994366 | 2 years ago | | | 0 | 0.0040525542 | |
| 16964594 | 2 years ago | | | 0 | 0.0021645144 | |
| 16809667 | 2 years ago | | | 0 | 0.0011704750 |
ABI
ABI objects
Getter at block 21192096
decimals() view returns (uint8)
18
getCurrentRound() view returns (uint256 round)
398
getManagerAddress() view returns (address)
0xa82e11eb7916dc6a76abd47e44df58b71a150d17
getNextUpdateTime() view returns (uint256)
1647869088
name() view returns (string)
EHash Token
owner() view returns (address)
0x8c4236ef312c062c68447a7c427f58428f415f35
paused() view returns (bool)
false
symbol() view returns (string)
EHASH
totalSupply() view returns (uint256)
20000000000000000000000000
updatePeriod() view returns (uint256)
86400
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkTotalRevenue(address account) view returns (uint256 revenue)
checkUnclaimedRevenue(address account) view returns (uint256 revenue)
getRoundData(uint256 round) view returns (uint256 accTokenShare, uint256 roundEthers)
knownAddresses(uint256) view returns (address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
batchTransfer(address[] recipients, uint256[] amounts)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claim()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
pause()
removeKnownAddress(address account)
renounceOwnership()
setKnownAddress(address account)
setManagerAddress(address account)
setUpdatePeriod(uint256 nsecs)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address indexed account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Received(address indexed account, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _initialSupply)
receive()
This contract contains no error objects.