Mutant Punks NFT
Verified contract
Active on
Ethereum with 13,087 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 "Mutant Punks NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21004070 | a month ago | | | 0 | 0.00030102717 | |
| 20854265 | 2 months ago | | | 0 | 0.00028257578 | |
| 20619558 | 3 months ago | | | 0 | 0.000044871573 | |
| 20574747 | 3 months ago | | | 0 | 0.000020761202 | |
| 20559736 | 3 months ago | | | 0 | 0.000048947374 | |
| 20507781 | 3 months ago | | | 0 | 0.00029956596 | |
| 20475946 | 3 months ago | | | 0 | 0.00011177039 | |
| 20364108 | 4 months ago | | | 0 | 0.00034021561 | |
| 20145200 | 5 months ago | | | 0 | 0.000052830000 | |
| 19894800 | 6 months ago | | | 0 | 0.00013320821 |
ABI
ABI objects
Getter at block 21212397 getSignerAddress() view returns (address)
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmarGa1VhkFSAuNbEhHUd8HtdveqkASCn1zGhA85S1Ff1r/
cost() view returns (uint256)
0
maxAmountPerMint() view returns (uint256)
2
maxMintPerAddress() view returns (uint256)
8
maxSupply() view returns (uint256)
10000
name() view returns (string)
Mutant Punks NFT
owner() view returns (address)
0x3f33784c41d919e7bf01dcaa5fbb0b12f1eadee3
presaleEnabled() view returns (bool)
true
publicEnabled() view returns (bool)
true
symbol() view returns (string)
MPNFT
totalSupply() view returns (uint256)
10000
Read-only
addressMintCount(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValidSignedData(bytes sig) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
recoverSigner(bytes32 message, bytes sig) pure returns (address)
splitSignature(bytes sig) pure returns (uint8, bytes32, bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whitelisted(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
presaleMint(address _to, uint256 _mintAmount, bytes sig) payable
publicMint(address _to, uint256 _mintAmount) payable
removeWhitelistUser(address _user)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAddressMintCount(address _user, uint256 count)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxAmountPerMint(uint256 _newMaxAmountPerMint)
setMaxMintPerAddress(uint256 _newMaxMintPerAddress)
setPresaleEnabled(bool _state)
setPublicEnabled(bool _state)
setSignerAddress(address _newSignerAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUser(address _user)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI, address _initSignerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.