0xPunks
Verified contract
Active on
Ethereum with 1,147 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,914.81)
Native
Value
$1,914.81
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.6 | $3,191.35 |
$1,914.81 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20931638 | a month ago | | | 0 | 0.00044715105 | |
| 20895596 | a month ago | | | 0 | 0.00010743070 | |
| 20699070 | 2 months ago | | | 0 | 0.000048870152 | |
| 20682480 | 2 months ago | | | 0 | 0.00010279547 | |
| 20637428 | 2 months ago | | | 0 | 0.000080013108 | |
| 18802846 | a year ago | | | 0 | 0.00076695764 | |
| 18499237 | a year ago | | | 0 | 0.00076231709 | |
| 18463357 | a year ago | | | 0 | 0.00071877382 | |
| 18367842 | a year ago | | | 0 | 0.00024709756 | |
| 18367833 | a year ago | | | 0 | 0.00025418491 |
ABI
ABI objects
Getter at block 21183017
cost() view returns (uint256)
20000000000000000
maxMintAmountPerTx() view returns (uint256)
100
maxSupply() view returns (uint256)
10000
name() view returns (string)
0xPunks
nftPerAddressLimitWl() view returns (uint256)
10
onlyWhitelisted() view returns (bool)
false
owner() view returns (address)
0x76433f75f03af38621937ea1df9d2afd7a40e945
paused() view returns (bool)
true
symbol() view returns (string)
0xPunk
totalSupply() view returns (uint256)
5840
uriPrefix() view returns (string)
https://gateway.pinata.cloud/ipfs/QmdtzLXuUXj7ZHvwGuhX2UgVVWs73BL1K4gXDLHSDhLXvg/
uriSuffix() view returns (string)
.json
Read-only
addressMintedBalance(address) view returns (uint256)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintOwner(address _to, uint256 _mintAmount)
mintWhitelist(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setNftPerAddressLimitWl(uint256 _limit)
setOnlyWhitelisted(bool _state)
setPaused(bool _state)
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.