Weownomy
Verified contract
Active on
Ethereum with 15,188 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 |
---|---|---|---|---|---|
WEOWNS | ERC-20 | 209.666119K | -- | -- | |
UKAN | ERC-20 | 0.000517 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453084 | 4 months ago | | | 0 | 0.000046990000 | |
| 20452967 | 4 months ago | | | 0 | 0.000051802000 | |
| 18762865 | a year ago | | | 0 | 0.00068280926 | |
| 17519179 | a year ago | | | 0 | 0.00079903400 | |
| 17452490 | a year ago | | | 0 | 0.00067212860 | |
| 16977074 | 2 years ago | | | 0 | 0.0011798680 | |
| 16857044 | 2 years ago | | | 0 | 0.00065802800 | |
| 16696521 | 2 years ago | | | 0 | 0.0014501200 | |
| 16584293 | 2 years ago | | | 0 | 0.0010030722 | |
| 16341359 | 2 years ago | | | 0 | 0.00098754600 |
ABI
ABI objects
Getter at block 21297718
decimals() view returns (uint8)
8
name() view returns (string)
Weownomy
owner() view returns (address)
0x6949c8169fb9d235fb59b5e2ce5879706f1a0a43
symbol() view returns (string)
WEOWNS
totalSupply() view returns (uint256)
2100000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
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 previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 supply, address owner, address feeWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.