MeePunks By Jack Percy
Verified contract
Active on
Ethereum with 3,564 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 "MeePunks By Jack Percy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17274361 | 2 years ago | | | 0 | 0.0028775008 | |
| 17270803 | 2 years ago | | | 0 | 0.0019969669 | |
| 17265912 | 2 years ago | | | 0 | 0.0031166707 | |
| 17263062 | 2 years ago | | | 0 | 0.0016382221 | |
| 17263056 | 2 years ago | | | 0 | 0.0017226320 | |
| 17262867 | 2 years ago | | | 0 | 0.0017271339 | |
| 17262681 | 2 years ago | | | 0 | 0.0019351447 | |
| 17262354 | 2 years ago | | | 0 | 0.0019106927 | |
| 17260972 | 2 years ago | | | 0 | 0.0017844048 | |
| 17259335 | 2 years ago | | | 0 | 0.0024713799 |
ABI
ABI objects
Getter at block 21301375
isPublicMintEnabled() view returns (bool)
true
maxPerWallet() view returns (uint256)
3
maxSupply() view returns (uint256)
10000
mintPrice() view returns (uint256)
0
name() view returns (string)
MeePunks By Jack Percy
newMaxMints() view returns (uint256)
3
newMintPrice() view returns (uint256)
0
owner() view returns (address)
0xc0e192b96990cafadecf7c72417f7203ada022e1
symbol() view returns (string)
MP
totalSupply() view returns (uint256)
10000
withdrawWallet() view returns (address)
0xc0e192b96990cafadecf7c72417f7203ada022e1
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
walletMints(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity_) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseTokenUri(string baseTokenUri_)
setIsPublicMintEnabled(bool IsPublicMintEnabled_)
setMaxMints(uint256 newMaxMints_)
setMintPrice(uint256 newMintPrice_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.