MegaPunksPOP
Verified contract
Active on
Ethereum with 11,239 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MegaPunksPOP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106675 | 21 days ago | | | 0 | 0.000099023200 | |
| 21106673 | 21 days ago | | | 0 | 0.00010143840 | |
| 21106672 | 21 days ago | | | 0 | 0.00010143840 | |
| 21106614 | 21 days ago | | | 0 | 0.000093658990 | |
| 21106424 | 21 days ago | | | 0 | 0.000099814486 | |
| 21106421 | 21 days ago | | | 0 | 0.000096608000 | |
| 21106216 | 21 days ago | | | 0 | 0.00010857600 | |
| 21106212 | 21 days ago | | | 0 | 0.00010357082 | |
| 21104453 | 21 days ago | | | 0 | 0.00011161713 | |
| 21103109 | 21 days ago | | | 0 | 0.000095036818 |
ABI
ABI objects
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 owner) view returns (uint256)
getAllowlistMintCount(address _address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getInscription(uint256 _tokenId) view returns (string)
inscriptions(uint256) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addInscriptions(uint256[] keys, string[] values)
allowlistMint(uint256 _numTokens, uint256 allowance, bytes32[] proof) payable
approve(address to, uint256 tokenId) payable
firstMint()
freeze()
publicMint(uint256 _numTokens) payable
publicMintTo(address _to, uint256 _numTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setAllowlistSaleStatus(bool _allowlistSaleActive, bytes32 _allowlistMerkleRoot)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setContractURI(string _newContractURI)
setMinter(address _minterAddress)
setPublicSaleStatus(bool _publicSaleActive)
setWithdrawAddress(address _newWithdrawAddress)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _withdrawAddress, string _newBaseURI, string _contractURI, string _provenanceHash)
This contract contains no fallback and receive objects.
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()