MegaPunksPOP

Verified contract

Active on Ethereum with 11,239 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"

0x1ae7335b06e82416ba4ddb3c926b791a3865267e2b302b79ac08d48a04c50c31
0x81833068e6788acb0a61278a90c26fd7672b9a1675da192b0c9a32339682863f
0x1e2229e0acbf2dc640ed9abe177f5729220722bae68bf5f8733069b60c9bc048
0x5f803c5ebaad1b31547d0de271f4b74a34c7f2104295ff7e37d1e04ec05c0958
0x0ccc9ccfdb27f432bf7fea83bf498c6416fef75671a1a1465dc66c1a17ce03c3
0x64311074fdd2682d3180244439762e2ce3b861d2ca1fac0fb65fdf0911ae5de7
0x97f9329e110ca03f126c4ab1c5b62b537eb6c89dbbf5a435dedfb33bf79b8045
0xd4d5b37d43138adc89adf0d3ccb52651d4b50d8471b939d74d623302ec765f3a
0x5d1505ef6ad213e6e896a8e4af3f31f8f07ce7c6642d400cfa1ff04b24b27442
0xce5c16f289ea7457992d002873551712851cfb891a9ddb9a8d6620f288a16869

Functions
Getter at block 21255735
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(