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 "WuKong"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19513621 | 3 months ago | | | 0 | 1.5795763e-7 | |
| 19290962 | 3 months ago | | | 0 | 0.000000100767568734 | |
| 19220412 | 3 months ago | | | 0 | 0.0000027281382 | |
| 19101514 | 3 months ago | | | 0 | 0.000000102979338605 | |
| 19101286 | 3 months ago | | | 0 | 0.000000103722194667 | |
| 19101199 | 3 months ago | | | 0 | 0.000000103099586898 | |
| 19101064 | 3 months ago | | | 0 | 0.000000104763055808 | |
| 19100995 | 3 months ago | | | 0 | 1.8499328e-7 | |
| 19100908 | 3 months ago | | | 0 | 1.8779746e-7 | |
| 19100587 | 3 months ago | | | 0 | 5.5341199e-7 |
ABI
ABI objects
Getter at block 23198486
decimals() view returns (uint8)
18
name() view returns (string)
WuKong
owner() view returns (address)
0xac92b1b82726e737abd355d85ecbafd8d7c5fc8d
symbol() view returns (string)
WK
totalSupply() view returns (uint256)
100000000000000000000000000000000
transferEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addAllowedAddresses(address[] accounts)
approve(address spender, uint256 value) returns (bool)
removeAllowedAddress(address account)
renounceOwnership()
setTransferEnabled(bool enabled)
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 previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)