HYDRO TOKEN
Verified contract
Active on
Ethereum with 451 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HYDRO | ERC-20 | 13.228062M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18735395 | a year ago | | | 0 | 0.0036714171 | |
| 18120826 | a year ago | | | 0 | 0.0015242805 | |
| 17663514 | a year ago | | | 0 | 0.00079747117 | |
| 17292058 | a year ago | | | 0 | 0.0015842845 | |
| 17288419 | a year ago | | | 0 | 0.0016676700 | |
| 16473059 | 2 years ago | | | 0 | 0.00088702973 | |
| 16444457 | 2 years ago | | | 0 | 0.0015582900 | |
| 16444209 | 2 years ago | | | 0 | 0.0015579300 | |
| 16444004 | 2 years ago | | | 0 | 0.0015586500 | |
| 16443367 | 2 years ago | | | 0 | 0.0015586500 |
ABI
ABI objects
Getter at block 21158644
MAX_BURN() view returns (uint256)
100000000000000000
_decimals() view returns (uint8)
18
_name() view returns (string)
HYDRO TOKEN
_symbol() view returns (string)
HYDRO
_totalSupply() view returns (uint256)
111111111110000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
HYDRO TOKEN
owner() view returns (address)
0xb30a80e04044f543f10c15ae9537b15d0a152f0b
raindropAddress() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
HYDRO
totalSupply() view returns (uint256)
111111111110000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
whitelistedDapps(address) view returns (bool)
State-modifying
Events _blackListDapp(address _dappAddress) returns (bool)
_whiteListDapp(address _dappAddress) returns (bool)
approve(address _spender, uint256 _amount) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
authenticate(uint256 _value, uint256 _challenge, uint256 _partnerId)
burn(address _from, uint256 _value) returns (uint256 burnAmount)
changeMaxBurn(uint256 _newBurn) returns (uint256)
setRaindropAddress(address _raindrop)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
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)
dappBurned(address indexed _dapp, uint256 _amount)
constructor(uint256 _ratio)
This contract contains no fallback and receive objects.
This contract contains no error objects.