MetaPunks

Verified contract

Active on Ethereum with 656 txns
Deployed by via 0x746870ce at 18337542
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MetaPunks"

0x4830737973ab746ec3b92cec673be061408b945cc283b7a59973bd01a3427689
0xfb4c2ad144b1330da27b957103957e0ba3a147c0a4be01b1907350857d51ba42
0xf0026a5be3da7144b10ad712bda1fd7622271bd4dc609c397dc3cffbd59a2581
0xa6fbc58b40a657e55761a040ed3aa4ad6e6c85ba9553769251f2c9a71d016f99
0x2bb0480047f802b974d9c3bb77ab4c16f177e3ab2b73b886d1c503f9664c0030
0x214d584c4ec5766db01c1749b8c8f247a1e941e7506a0fb346b58d4c4b066ed5
0xbb27b0c917288e24f8d5cbfa3564e92ea41408305db2dfa2c0724df031ae0ed6
0x2fa683bfd5a6e73a6577a4f04245f9fed17128a62568c50d338a750ae485ecfa
0x9aadd9f200aa4bc8aea3e8cc1ec47469ffe824036d582aead0217d5aef34c1ef
0xa9875d85bb749700cc6b4fa27f5fd789371894ec5b3135a6026b13a1bbe55034

Functions
Getter at block 21316287
baseURI(view returns (string)
ipfs://QmSrHxYARoj1NQJB16xtc1vUqQWWkJyFP4nwwtLJiTxQ8m/
freeMintCounter(view returns (uint256)
464
maxFree(view returns (uint256)
1
maxFreeMint(view returns (uint256)
879
maxPerTx(view returns (uint256)
5
maxSupply(view returns (uint256)
879
mintPrice(view returns (uint256)
2000000000000000
name(view returns (string)
MetaPunks
owner(view returns (address)
0xca91228f412456d86b2095ff64ec176afc86bc38
sale(view returns (bool)
true
symbol(view returns (string)
MP
totalSupply(view returns (uint256)
879
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedFreeAmount(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address _receiveruint256 _amount
approve(address touint256 tokenIdpayable 
mint(uint256 _amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseTokenURI
setMaxFree(uint256 _maxFree
setMaxFreeMint(uint256 _maxFreeMint
setMaxPerTx(uint256 _maxPerTx
setPrice(uint256 _mintPrice
setSupply(uint256 _maxSupply
toggleSale(
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
FreeLimitReached(
InsufficientFunds(
MaxPerTxReached(
MaxSupplyReached(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SaleNotActive(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(