Wowoo Exchange Token
Verified contract
Active on
Ethereum with 7,508 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 |
---|---|---|---|---|---|
WWX | ERC-20 | 553.65159K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19394601 | 9 months ago | | | 0 | 0.0022281564 | |
| 19332248 | 9 months ago | | | 0 | 0.0021140791 | |
| 19331322 | 9 months ago | | | 0 | 0.0019112905 | |
| 19295938 | 9 months ago | | | 0 | 0.0013705289 | |
| 17531495 | a year ago | | | 0 | 0.00098874100 | |
| 16695798 | 2 years ago | | | 0 | 0.0015091310 | |
| 16669814 | 2 years ago | | | 0 | 0.0011151609 | |
| 16246968 | 2 years ago | | | 0 | 0.00039110443 | |
| 16209200 | 2 years ago | | | 0 | 0.00040515922 | |
| 16188436 | 2 years ago | | | 0 | 0.00061386179 |
ABI
ABI objects
Getter at block 21271267
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
4770799141000000000000000000
name() view returns (string)
Wowoo Exchange Token
owner() view returns (address)
0xb6f0d4d539a05025674ec316e307aec49a35dbb2
symbol() view returns (string)
WWX
totalSupply() view returns (uint256)
4770799141000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
allowed(address, address) view returns (uint256)
balanceOf(address account) view returns (uint256)
balances(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
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)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address issuer)
This contract contains no fallback and receive objects.
This contract contains no error objects.