Meme's World NFT

Verified contract

Active on Ethereum with 1,979 txns
Deployed by via 0x466bd692 at 16502477
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Meme's World NFT"

0xb9ed06ba3858b221de88e21856be7c5b889812dc971e09a1947fd52adb7b6bb1
0x3d1273f99929244eadcdd00bb1131b06c802c772c46d3a3473d41e6a488cf7d6
0xa0e8e854a25afedb8b6bb09df4fbb55abf3eeef34bb933332b81f8127bdcb196
0x2fd28d15cb8d2da8ea92844553f9121bda1cd24097449b66aa22b9f9ef70d5a1
0x4a52438f7de27d5b3611ab5ce2fffbe530896f8e86e1d464076b078e068a7236
0x70da112b2fb4a6b6d20510e87cbba67ba1a9fc1514b2f9659acd08893911af61
0x593fb65380781c6e23ae101491604852b64296afe1246be7e7916321e2b417df
0x4d9df833a6bd21427456104daad183e826afbcad73318e108fb73a9c9378055b
0x02bdb397e9680327c453767d5f23df462c6298f54d8a6ad2c87c046d68b5c495
0x6a9bd5ac9eba5d3e8e88cbd5a8a2c05d456bd53c56fa4abdc33c18c491501a77

Functions
Getter at block 20936672
MINT_LIMIT(view returns (uint256)
2
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI(view returns (string)
ipfs://QmYtS7CJJv27e65B2zFTTcREcnUjWiFYKnHFMsKhhXGYpA/
maxSupply(view returns (uint256)
2500
mintActive(view returns (bool)
true
name(view returns (string)
Meme's World NFT
owner(view returns (address)
0x022c83f3224d2b937895fcc926e537a5b21d7be6
price(view returns (uint256)
0
symbol(view returns (string)
MEMEWRLD
totalSupply(view returns (uint256)
2500
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
minterAddress(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
walletPublic(addressview returns (uint256)
State-modifying
Mint(uint256 numTokenspayable 
approve(address operatoruint256 tokenIdpayable 
mintSwitch(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setMaxMints(uint256 newMax
setPrice(uint256 newPrice
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawFunds(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(