MEOW
Verified contract
Proxy
Active on
Ethereum with 9,069 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 1 additional slot
-
variable spans 45 additional slots
Balances ($4.36)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WILD | ERC-20 | 10 | $0.313586 |
$3.14 | |
MEOW | ERC-20 | 100 | $0.012195 |
$1.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21265377 | 13 hours ago | | | 0 | 0.0011504073 | |
| 21261260 | a day ago | | | 0 | 0.00044874446 | |
| 21260537 | a day ago | | | 0 | 0.00063289816 | |
| 21260523 | a day ago | | | 0 | 0.00033208291 | |
| 21260523 | a day ago | | | 0 | 0.00033208291 | |
| 21260488 | a day ago | | | 0 | 0.00065693484 | |
| 21260483 | a day ago | | | 0 | 0.00065043189 | |
| 21260434 | a day ago | | | 0 | 0.00062350387 | |
| 21260038 | a day ago | | | 0 | 0.00029742540 | |
| 21258476 | a day ago | | | 0 | 0.00027397785 |
ABI
ABI objects
Getter at block 21269178
decimals() view returns (uint8)
18
name() view returns (string)
MEOW
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
MEOW
totalSupply() view returns (uint256)
10100833153716212000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address, uint256) view returns (uint256)
totalSupplyAt(uint256) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name_, string symbol_)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferBulk(address[] recipients, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferFromBulk(address sender, address[] recipients, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.