MUFFINPETS

Verified contract

Active on Ethereum with 847 txns
Deployed by via 0xead45535 at 14918319
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $601.16
0x0c955228b6b60453c1fad87ccc994ba762309703846ed54a71696f25f1864a61
0xfa04c7614cdb36fb56d63b39c4c109e67f2d576fa1dda4ff31f8a0df4ab3c290
0x2bb961760b517b1261870e0191ec71d16f1dd70ae5efcf1a0007d9c369e88af9
0xf891daa4e6af787d0d432cfc4e70e72f04b19ad58932e8d0e8a640d631c23aec
0x6bdebc0f5c7c49efe0b0fbc3fde130f30362946c252adeea5f2b308a823bc7a1
0xa02d528c16c0678e7472d6d1694885e1801f8b557e53ede86d8c4833e824a803
0x647507497323b046d076ac31bea4bb768300f9605040b6323d0590b157b922b0
0xaa5c48a67aaa6a27a4a78c71f34b775ec52c057bfde06e2405e66b72d1219ec3
0xe7a3953b9f84beb8a385a1df86f731df26d71226d22ab830a360f1995e5a7dc3
0xc1f54a46ebb5cf2841f34c04018f0b4d5b844dbe9c3c9669c584eefa0044eed6

Functions
Getter at block 20862902
MAX_NFT_PURCHASE(view returns (uint256)
20
MAX_SUPPLY(view returns (uint256)
10000
NFT_PRICE(view returns (uint256)
33000000000000000
PUBLIC_SUPPLY(view returns (uint256)
9500
RESERVED_SUPPLY(view returns (uint256)
500
contractIsActive(view returns (bool)
true
name(view returns (string)
MUFFINPETS
owner(view returns (address)
0xf4141cd41ceb30066cf3cb596f896230cc88c320
provenanceHash(view returns (string)
1351a033d18f0aede57d309929b1c81faf2f80beecae9a18e25aab889b6df2e0
symbol(view returns (string)
MUFFINPETS.XYZ
totalPublicSupply(view returns (uint256)
753
totalReservedSupply(view returns (uint256)
0
totalSupply(view returns (uint256)
753
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 numberOfTokenspayable 
mintFree(
mintReserved(uint256 numberOfTokens
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setContractActive(bool val
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
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(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(