Anonymous Punkz
Verified contract
Active on
Ethereum with 5,310 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 "Anonymous Punkz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19886127 | 6 months ago | | | 0 | 0.00015017989 | |
| 19835627 | 6 months ago | | | 0 | 0.00017148126 | |
| 19808273 | 6 months ago | | | 0 | 0.00023228431 | |
| 18444771 | a year ago | | | 0 | 0.00072679666 | |
| 18440816 | a year ago | | | 0 | 0.00076195692 | |
| 18199614 | a year ago | | | 0 | 0.00072789786 | |
| 17385362 | a year ago | | | 0 | 0.0015934319 | |
| 16667910 | 2 years ago | | | 0 | 0.0012788784 | |
| 16667868 | 2 years ago | | | 0 | 0.0012477806 | |
| 16667131 | 2 years ago | | | 0 | 0.00093448677 |
ABI
ABI objects
Getter at block 21100835
MintPrice() view returns (uint256)
2200000000000000
MintStartEnabled() view returns (bool)
true
baseURI() view returns (string)
ipfs://QmU8ubS7RQd7gYNogJBg294BdYnG8ALQEapDPftQxsx7Ce/
freeMint() view returns (uint256)
2
freeMintSupply() view returns (uint256)
10000
maxMint() view returns (uint256)
10000
maxMintPerTx() view returns (uint256)
20
name() view returns (string)
Anonymous Punkz
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x234709e8399ae018010b4fae2eec33d3ac1e60ad
symbol() view returns (string)
Anon Punkz
totalSupply() view returns (uint256)
10000
Read-only
WalletMint(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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 OwnerBatchMint(uint256 qty)
airdropNFT(address to, uint256 qty)
approve(address to, uint256 tokenId)
mint(uint256 qty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMaxFreeMint(uint256 qty_)
setMaxFreeMintSupply(uint256 qty_)
setPrice(uint256 price_)
setPublicMinting()
setmaxMint(uint256 maxMint_)
setmaxMintPerTx(uint256 maxMintPerTx_)
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.