MegaPunksPOP

Verified contract

Active on Ethereum with 11,220 txns
Deployed by via 0x39d34004 at 16727268
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MegaPunksPOP"

0xa55d909aec889ab82aa039495b47558d0a436972833e37ef2de3eebc95c59c32
0xa370cb5bcbe881608760c3de0b74a7936437c4805e05e059868c46001bbb94b6
0x00fed4861e1d62e20165d8cd778e8baf16c5a4bc00c54c13597aa63a66df7bcf
0x2aa59856158787092c6f565cb51280ae3fb3a3e04c1070304bbd7411d6a1f123
0xf16141fbc5ff05e159c6c1b52995e9afaed1ebbea57ce079e7d8326bb5ba8524
From
0x79d93aa4a7e6db95d5212ab1e988f0dc533873d5be2ae11e8f9926d3650e5077
0xafdc60bd9310d32b6d4b19b85f22e9794b8dbf302455432b68e791d5308a5455
0xc7976b1043f6cacad29dfb867e8f45c8ba66ff1571832510c43d2c79cc7b49e4
0xfde44f924db9e90deb25cc3139e3d6025affe73e87338d3828155e83ea6d7104
0xd949434797d3df51ebb45da8a10ea627fdaeb3a303bd4e3706c725fc4ef398f9

Functions
Getter at block 20882059
MAX_SUPPLY(view returns (uint256)
10000
MINT_PRICE(view returns (uint256)
42000000000000000
allowlistMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
allowlistSaleActive(view returns (bool)
false
baseURI(view returns (string)
ipfs://QmbQUzYDuS9ABocmpCgcMSDGvnEEicmigMSTVwWwdgRaRq/
contractURI(view returns (string)
ipfs://QmXXAU6mcqcwnsnGaTWxhn1dcVUuR2iQvJ6rFVhP1ctDxZ
frozen(view returns (bool)
true
getContractURI(view returns (string)
ipfs://QmXXAU6mcqcwnsnGaTWxhn1dcVUuR2iQvJ6rFVhP1ctDxZ
minterAddress(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
MegaPunksPOP
owner(view returns (address)
0x36f6e4aa6931fea80ca068ee99a43149ed6c8d76
provenanceHash(view returns (string)
46fa49ae3b2f3100aff71e340e19f6fd56e6140b733a698157be27b1a4dac67c
publicSaleActive(view returns (bool)
false
symbol(view returns (string)
MP
totalSupply(view returns (uint256)
10000
withdrawAddress(view returns (address)
0xf60157b93c99cf076d839339a6b3e6df0edb8414
Read-only
balanceOf(address ownerview returns (uint256)
getAllowlistMintCount(address _addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getInscription(uint256 _tokenIdview returns (string)
inscriptions(uint256view returns (string)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addInscriptions(uint256[] keysstring[] values
allowlistMint(uint256 _numTokensuint256 allowancebytes32[] proofpayable 
approve(address touint256 tokenIdpayable 
firstMint(
freeze(
publicMint(uint256 _numTokenspayable 
publicMintTo(address _touint256 _numTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setAllowlistSaleStatus(bool _allowlistSaleActivebytes32 _allowlistMerkleRoot
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setContractURI(string _newContractURI
setMinter(address _minterAddress
setPublicSaleStatus(bool _publicSaleActive
setWithdrawAddress(address _newWithdrawAddress
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
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(address _withdrawAddressstring _newBaseURIstring _contractURIstring _provenanceHash
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AllowlistSaleNotActive(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ContractCaller(
ExceedsMaxSupply(
InvalidInput(
InvalidMerkleProof(
InvalidPayment(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotAllowedToMint(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
POPFrozen(
PublicSaleNotActive(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
ZeroBalance(
alreadtMinted(
minterNotSet(
noWithdrawAddress(
notMinter(