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 "wate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11353607 | 4 years ago | | | 0 | 0.00053471886 | |
| 11287798 | 4 years ago | | | 0 | 0.0021366345 | |
| 11287762 | 4 years ago | | | 0 | 0.00098163450 | |
| 11287727 | 4 years ago | | | 0 | 0.00089749444 | |
| 11287705 | 4 years ago | | | 0 | 0.00092554113 | |
| 11287700 | 4 years ago | | | 0 | 0.00089707203 | |
| 11287575 | 4 years ago | | | 0 | 0.00098163450 | |
| 11287563 | 4 years ago | | | 0 | 0.00098163450 | |
| 11287556 | 4 years ago | | | 0 | 0.00098209650 | |
| 11287546 | 4 years ago | | | 0 | 0.00092554110 |
ABI
ABI objects
Getter at block 21294157
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
wate
owner() view returns (address)
0x70980e3379e78626cb15c739742a4972151048bc
sellPrice() view returns (uint256)
0
symbol() view returns (string)
wate
totalSupply() view returns (uint256)
333000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
buy() payable
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
sell(uint256 amount)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.