Moonie Punks

Verified contract

Active on Ethereum with 1,213 txns
Deployed by via 0x107dc511 at 14937279
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables

No balances found for "Moonie Punks"

0x5c52f6bc7a5a0452df2c235232cbe0442a67c360a25df8cee767dfdbf1a84c95
0xe9efa814bad4180b4e629ce27d7f9e33d6767daa7a356d0850010a55cd59554d
0x37402c104f4c7950197521378d6669be31403de5d60554f2f2ec74f9b5cb656c
0x208059cbe8d6f4fb034e4640493380fa9c15eaf391bafe2cf05f0536af151d55
0xd611ba28f1a4bcb96a8f71051a8b56b6f98bc56d50e58be217d365f61b3a260d
0x6a71b0dbe81ef5870edd47ab36bb7d7c5ae42003e23720e37667efdf28c35583
0xf4ca3c2df1a2ebb3f21d832b9bb79ba68399548e8168c3a505cf24c9f358671b
0x3593e65f9c520e42dd4c6d9b9c895690c316911ed3a09ed2e314ced747e10c59
0x9088241b97e6587a6b7d662772c42e0e78b0527da9389d873529b0d98c8a2f83
0x79d5bfee6b0ed53cb699cf967d75d02cb98addd3dc5d6d7332caa20446f691d0

Functions
Getter at block 21330075
blendContract(view returns (address)
0x03bef87dfc02d019a84c9b4d13100731ece5b8d4
blendEnabled(view returns (bool)
true
maxMintAmount(view returns (uint256)
160
maxSupply(view returns (uint256)
1969
maxVipMintAmount(view returns (uint256)
10
membershipContract(view returns (address)
0xbb3fce1de1a4817790389f2bbf4fce8f8f901a16
name(view returns (string)
Moonie Punks
owner(view returns (address)
0xcd71901fa8a586951af6f25e3792b7ec4e6b3b63
ownerWallet(view returns (address)
0x054499a5fec4faf545610383ee52136136672e77
paused(view returns (bool)
false
remainingMembershipMints(view returns (uint256)
0
remainingPromoMints(view returns (uint256)
243
remainingReservedSupply(view returns (uint256)
243
requiredToBlend(view returns (uint256)
3
symbol(view returns (string)
MOONIEPUNKS
totalSupply(view returns (uint256)
1411
uriPrefix(view returns (string)
ipfs://QmW2GzTFqQbfHGoFWNps1dv2eUAgtPjcbq4Ftrosob5iLk/
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview returns (uint256)
blended(addressview returns (uint256)
checkMembershipToken(uint256 _tokenIdview returns (bool _isMinted)
getApproved(uint256 tokenIdview returns (address)
getMembershipType(uint256 _tokenIduint256 _maxStandardpure returns (uint8 _memberType)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
premiumMinted(uint256view returns (uint256)
publicMinted(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
verifyMembership(uint256 _tokenIdview returns (bool _isMemberuint8 _memberType)
vipMinted(uint256view returns (uint256)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
blend(uint256[] _tokenIds
claimBlend(address _origin
disableRedemptions(
mint(uint256 _mintAmount
mintForAddress(uint256 _mintAmountaddress _receiver
premiumMint(uint256 _mintAmountuint256 _tokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBlendContract(address _blendContract
setBlendEnabled(bool _state
setMaxMintAmount(uint256 _maxMintAmount
setMaxVipMintAmount(uint256 _maxVipMintAmount
setMembershipContract(address _membershipContract
setOwnerWallet(address _ownerWallet
setPaused(bool _state
setRequiredToBlend(uint256 _requiredToBlend
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
vipMint(uint256 _mintAmountuint256 _tokenId
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(string _tokenNamestring _tokenSymbolstring _uriPrefixuint256 _maxSupplyuint256 _maxMintAmountuint256 _maxVipMintAmountaddress _ownerWalletaddress _membershipContract
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(