0xCryptoPunks
Verified contract
Active on
Ethereum with 41 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 "0xCryptoPunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14289118 | 3 years ago | | | 0 | 0.0030690591 | |
| 14281343 | 3 years ago | | | 0 | 0.0039611977 | |
| 14281333 | 3 years ago | | | 0 | 0.0013116103 | |
| 14281305 | 3 years ago | | | 0 | 0.0014827672 | |
| 14281298 | 3 years ago | | | 0 | 0.0010856679 | |
| 14281292 | 3 years ago | | | 0 | 0.0010567465 | |
| 14281288 | 3 years ago | | | 0 | 0.0010235545 | |
| 14281285 | 3 years ago | | | 0 | 0.0011759149 | |
| 14281283 | 3 years ago | | | 0 | 0.0012838840 | |
| 14281281 | 3 years ago | | | 0 | 0.0012789316 |
ABI
ABI objects
Getter at block 21120995
FREE_MINT_IS_ALLOWED_UNTIL() view returns (uint256)
10999
FREE_MINT_LIMIT_PER_WALLET() view returns (uint256)
5
HIDDENMETADATAURI() view returns (string)
ipfs://QmY3jckW4JoHJwj2CHXrEcPTAtQVtWGTbsYzf8Cm4t31TX/hidden.json
IS_ALLOW_LIST_ACTIVE() view returns (bool)
true
IS_SALE_ACTIVE() view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
19999
PRICE() view returns (uint256)
30000000000000000
REVEALED() view returns (bool)
false
URIPREFIX() view returns (string)
URISUFFIX() view returns (string)
.json
name() view returns (string)
0xCryptoPunks
owner() view returns (address)
0xa010400e3121bb721bb7d1701ccc30ae060a08b8
symbol() view returns (string)
0xCP
totalSupply() view returns (uint256)
10129
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numAvailableToMint(address _address) view returns (uint8)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintOwner(address _to, uint256 _mintAmount)
mintWhiteList(uint8 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowList(address[] _addresses, uint8 _numAllowedToMint)
setApprovalForAll(address operator, bool approved)
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil)
setFreeMintPerWallet(uint256 _setFreeMintPerWallet)
setIsAllowListActive(bool _isAllowListActive)
setLowerMaxSupply(uint256 newMaxSupply)
setMaxMintPerTx(uint256 maxMintPerTx)
setPrice(uint256 customPrice)
setRevealed(bool _state)
setSaleActive(bool saleIsActive)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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.