First Editions - Punk #1859 by Blokpax
Verified contract
Active on
Ethereum with 5,136 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 "First Editions - Punk #1859 by Blokpax"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21037666 | a month ago | | | 0 | 0.00060732761 | |
| 21037641 | a month ago | | | 0 | 0.00056071382 | |
| 21015019 | a month ago | | | 0 | 0.00060663789 | |
| 20998105 | a month ago | | | 0 | 0.00022735721 | |
| 20998104 | a month ago | | | 0 | 0.00021643083 | |
| 20988404 | a month ago | | | 0 | 0.00049365520 | |
| 20919792 | 2 months ago | | | 0 | 0.00070291711 | |
| 20757162 | 2 months ago | | | 0 | 0.00010226792 | |
| 20360686 | 4 months ago | | | 0 | 0.00014988664 | |
| 20316188 | 4 months ago | | | 0 | 0.00023867652 |
ABI
ABI objects
Getter at block 21285958
contractURI() view returns (string)
https://punk1859-giveaway.blokpax.com/opensea.json
currentMintPhase() view returns (struct MintPhase)
(0x0000000000000000000000000000000000000000000000000000000000000000, 1660946400, 1, 3)
mintStatus() view returns (bool)
true
name() view returns (string)
First Editions - Punk #1859 by Blokpax
owner() view returns (address)
0x5f5e2a298fb88e514e8919edfd2a1b7486296f40
paused() view returns (bool)
false
supplyLimit() view returns (uint256)
2500
symbol() view returns (string)
PUNK1859
totalMinted() view returns (uint256)
2500
totalSupply() view returns (uint256)
2500
walletLimit() view returns (uint256)
1
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
makeMerkleLeaf(address wallet) pure returns (bytes32)
mintPhase(uint256 listID) view returns (struct MintPhase)
numberMinted(address wallet) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(address[] owners, uint64[] quantities)
approve(address to, uint256 tokenId)
mint(uint64 quantity)
mint(uint64 quantity, bytes32[] proof)
pause(bool pause_)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setContractURI(string uri)
setMintPhases(uint256[] listID, bytes32[] root, uint32[] startTimes, uint32[] walletLimits)
setMintStatus(bool status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateTokenInfo(string name_, string symbol_, string metadataRoot_, string contractMetadata_)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name_, string symbol_, string metadataRoot_, string contractMetadata_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()