Hydra Network
Verified contract
Active on
Ethereum with 151 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Hydra Network"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11352527 | 4 years ago | | | 0 | 0.0012771251 | |
| 11312698 | 4 years ago | | | 0 | 0.0032308911 | |
| 11307387 | 4 years ago | | | 0 | 0.0038770692 | |
| 11293227 | 4 years ago | | | 0 | 0.0023932139 | |
| 11290444 | 4 years ago | | | 0 | 0.0026290391 | |
| 11283887 | 4 years ago | | | 0 | 0.0023976540 | |
| 11280956 | 4 years ago | | | 0 | 0.0021490084 | |
| 11280351 | 4 years ago | | | 0 | 0.0034677181 | |
| 11265345 | 4 years ago | | | 0 | 0.00083518282 | |
| 11265221 | 4 years ago | | | 0 | 0.0012027401 |
ABI
ABI objects
Getter at block 21409295
decimals() view returns (uint8)
8
feeTo() view returns (address)
0xb735d70362609a26358955f0c09900744e15249d
isOwner() view returns (bool)
false
name() view returns (string)
Hydra Network
owner() view returns (address)
0xf6bd2f7745cf64add8c5c9a02046a07b81b66c3c
stakeAddr() view returns (address)
0xbd85eec25604f87b0816f1d4bc0b442b0762ca85
symbol() view returns (string)
HO
totalSupply() view returns (uint256)
3000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
rem(uint256 amount)
setFeeTo(address feeto)
setStakeAddr(address addr)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address feeto)
This contract contains no fallback and receive objects.
This contract contains no error objects.