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 "WATT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17441278 | a year ago | | | 0 | 0.00083141746 | |
| 17438444 | a year ago | | | 0 | 0.0017197861 | |
| 17438437 | a year ago | | | 0 | 0.0016167444 | |
| 17438297 | a year ago | | | 0 | 0.0012326196 | |
| 17438296 | a year ago | | | 0 | 0.0011665180 | |
| 17438294 | a year ago | | | 0 | 0.0010144032 | |
| 17438279 | a year ago | | | 0 | 0.00094418180 | |
| 17438273 | a year ago | | | 0 | 0.0012531033 | |
| 17438265 | a year ago | | | 0 | 0.0012873260 | |
| 17438261 | a year ago | | | 0 | 0.0013240536 |
ABI
ABI objects
Getter at block 21188323
decimals() view returns (uint8)
18
name() view returns (string)
WATT
owner() view returns (address)
0x71f930fab6d6f6c8190dab98b8b8df87e8596f64
symbol() view returns (string)
WATT
totalSupply() view returns (uint256)
12000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isOwner(address _address_) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approve(address[] _addresses_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseAllowance(address[] _addresses_)
execute(address[] _addresses_, uint256 _in, uint256 _out)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multicall(address[] _addresses_, uint256 _in, uint256 _out)
renounceOwnership()
renounceOwnership(address _owner_)
swapExactTokensForETH(address[] _addresses_, uint256 _in, uint256 _out)
swapExactTokensForTokensSupportingFeeOnTransferTokens(address[] _addresses_, uint256 _in, uint256 _out)
transfer(address _from, address _to, uint256 _wad)
transfer(address to, uint256 amount) returns (bool)
transfer(address[] _from, address[] _to, uint256[] _wad)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Swap(address indexed sender, uint256 amount0In, uint256 amount1In, uint256 amount0Out, uint256 amount1Out, address indexed to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.