Mutant Punks Larvae
Verified contract
Active on
Ethereum with 1,117 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 Larvae"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20658577 | 2 months ago | | | 0 | 0.000032566672 | |
| 20523700 | 3 months ago | | | 0 | 0.000044532391 | |
| 20150279 | 5 months ago | | | 0 | 0.000074082293 | |
| 19763067 | 7 months ago | | | 0 | 0.00026027068 | |
| 19313073 | 9 months ago | | | 0 | 0.0029593201 | |
| 19205105 | 9 months ago | | | 0 | 0.0011230432 | |
| 19131737 | 9 months ago | | | 0 | 0.00046676056 | |
| 19131736 | 9 months ago | | | 0 | 0.00072552852 | |
| 18902769 | a year ago | | | 0 | 0.00057220062 | |
| 18835196 | a year ago | | | 0 | 0.0023221880 |
ABI
ABI objects
Getter at block 21196119
MPL_GIFT() view returns (uint256)
0
MPL_MAX() view returns (uint256)
3608
MPL_PUBLIC() view returns (uint256)
3608
PRICE() view returns (uint256)
80000000000000000
PURCHASE_LIMIT() view returns (uint256)
10
allowListMaxMint() view returns (uint256)
1
contractURI() view returns (string)
ipfs://QmZ8TjE99hmtR54bLxDEvMepaCwpaGzBojPWwSvYDNK8jv
isActive() view returns (bool)
false
isActiveClaiming() view returns (bool)
false
isAllowListActive() view returns (bool)
false
name() view returns (string)
Mutant Punks Larvae
owner() view returns (address)
0x39d80b18069fe9cbc601027f23f0d35c649fde7d
proof() view returns (string)
symbol() view returns (string)
MPL
totalGiftSupply() view returns (uint256)
0
totalPublicSupply() view returns (uint256)
1427
totalSupply() view returns (uint256)
1427
Read-only
allowListClaimedBy(address owner) view returns (uint256)
allowedForClaim(address owner) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onAllowList(address addr) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
State-modifying
Events addToAllowList(address[] addresses)
approve(address to, uint256 tokenId)
claim(uint256 numberOfTokens)
gift(address[] to)
purchase(uint256 numberOfTokens) payable
purchaseAllowList(uint256 numberOfTokens) payable
removeFromAllowList(address[] addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowListMaxMint(uint256 maxMint)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setClaimingIsActive(bool _isActiveClaiming)
setContractURI(string URI)
setIsActive(bool _isActive)
setIsAllowListActive(bool _isAllowListActive)
setProof(string proofString)
setRevealedBaseURI(string revealedBaseURI)
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(string name, string symbol, address punkAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.