meowMEOWmeow
Verified contract
Active on
Ethereum with 291 txns
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 "meowMEOWmeow"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14834815 | 3 years ago | | | 0 | 0.00060528828 | |
| 14833712 | 3 years ago | | | 0 | 0.0012566541 | |
| 14831984 | 3 years ago | | | 0.001 | 0.00072316362 | |
| 14831975 | 3 years ago | | | 0 | 0.00074355915 | |
| 14831972 | 3 years ago | | | 0 | 0.0036122486 | |
| 14831972 | 3 years ago | | | 0 | 0.00035658664 | |
| 14831965 | 3 years ago | | | 0 | 0.0013552578 | |
| 14831960 | 3 years ago | | | 0 | 0.00058640670 | |
| 14831960 | 3 years ago | | | 0 | 0.0014185625 | |
| 14831960 | 3 years ago | | | 0 | 0.0015767173 |
ABI
ABI objects
Getter at block 21257917
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmT2T3MKeetrFVbSnBe29MMwJVyw6bMJZPhASfp4XUoYbT/
cost() view returns (uint256)
2000000000000000
maxMintAmount() view returns (uint256)
100
maxSupply() view returns (uint256)
3500000000000000000000
name() view returns (string)
meowMEOWmeow
owner() view returns (address)
0xe1be896c13b5aab7cb37fce29349e9d86290ee52
paused() view returns (bool)
false
symbol() view returns (string)
MEOW
totalSupply() view returns (uint256)
1236
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
dMint(address[] addresses, uint256 quantity)
mint(uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setmaxMintAmount(uint256 _newmaxMintAmount)
setmaxSupply(uint256 _newmaxSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()