Mutant Punks

Verified contract

Active on Ethereum with 1,875 txns
Deployed by via 0x96d5c813 at 15398505
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Mutant Punks"

0xf5124531d820802ff78f1ee59bf87e1ab58d7eba96ab3531b6f087cf89bdd342
0xf7594b0d8eb44641497b3e149d131b3ed73d6f6c5ececc0ab3f0c8550058fd93
0x6cc5a307c2d178e5cf6c086b075aa3eda025a881090f2955a952bd06f1960966
0xd686b4b393ca878c80210c33cf2548529c4cfc39f935ca9b0ccd68b8d66c87eb
0xd636f05a016d9fa76ac87a82a47d346211da3c2e8c6ac22d7e3fef569f1889e2
0xd8369bf4237601802e9514d4b5a6acf93979b60409d0f56262fe6c1b70956cbf
0xba529a102ada377280f40b1ae5f3e7ff7c39e17d6ab6dfec4708c2a7586ffe87
0xb15d63b5bb526972625a10be919249052ea2fd325b96b4342c367479a43ef69c
0x2c2623af0498e2085f371675f2d3ef760529bc23d6242ec7ed90e8c907fc35e1
0x6d422217e255ac318daaf0b6496e495fe103ce78d13e432c16757e4924f40998

Functions
Getter at block 21157428
MAX_PER_WALLET(view returns (uint256)
2
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
3777
name(view returns (string)
Mutant Punks
owner(view returns (address)
0x57f737c0485afa7d3e1c3d2c2a51496ff7f755cf
symbol(view returns (string)
MP
totalSupply(view returns (uint256)
3187
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(uint256 signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(bool paused
transferFrom(address fromaddress touint256 tokenId
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(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(