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 |
---|---|---|---|---|---|
WONDY | ERC-20 | 131.834774K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269222 | 14 days ago | | | 0 | 0.000000089958681162 | |
| 21109972 | 18 days ago | | | 0 | 0.0000022076231 | |
| 20893446 | 23 days ago | | | 0 | 1.8224073e-7 | |
| 20810090 | 25 days ago | | | 0 | 1.7731048e-7 | |
| 20293832 | a month ago | | | 0 | 0.000000089958681162 | |
| 20168971 | a month ago | | | 0 | 1.7717982e-7 | |
| 20129220 | a month ago | | | 0 | 1.6772544e-7 | |
| 19894401 | 2 months ago | | | 0 | 1.7696824e-7 | |
| 19776775 | 2 months ago | | | 0 | 1.7735403e-7 | |
| 19204337 | 2 months ago | | | 0 | 1.7683039e-7 |
ABI
ABI objects
Getter at block 21869586
decimals() view returns (uint8)
18
lp() view returns (address)
0x888945ed9cdfc80ccafd8fc561ef7f6dc02bb9da
name() view returns (string)
Wondys
onePercentLimitEnforced() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
WONDY
totalSupply() view returns (uint256)
888624814000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
revokeOwnership()
setLP(address liquidityPool)
setOnePercentLimitEnforced(bool enforced)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address prevOwner, address newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20_SenderAllowanceInsufficient()
ERC20_TokenBalanceInsufficient()
OwnerInvalid()
Wondys_OnePercentTransferLimitExceeded()