PinkPunksNFT
Verified contract
Active on
Ethereum with 6,185 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 "PinkPunksNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20555422 | 3 months ago | | | 0 | 0.000082271894 | |
| 19750858 | 7 months ago | | | 0 | 0.00032319228 | |
| 18889730 | a year ago | | | 0 | 0.00064029780 | |
| 18776870 | a year ago | | | 0 | 0.00091501665 | |
| 18267010 | a year ago | | | 0 | 0.00017767565 | |
| 18124272 | a year ago | | | 0 | 0.00046188226 | |
| 17875703 | a year ago | | | 0 | 0.00079082017 | |
| 17515802 | a year ago | | | 0 | 0.0010362677 | |
| 17515782 | a year ago | | | 0 | 0.0013850840 | |
| 16931364 | 2 years ago | | | 0 | 0.0015025136 |
ABI
ABI objects
Getter at block 21309304
RemainingItem() view returns (uint256)
0
baseExtension() view returns (string)
.json
base_URI() view returns (string)
https://ipfs.io/ipfs/QmbfdycnKKjQ9LkfxGQ1QsLTT57qVJK9b6y3pc2oVWWdtw/
mintRate() view returns (uint256)
5000000000000000
name() view returns (string)
PinkPunksNFT
owner() view returns (address)
0xd9fa00fa6575a24bc814c3197f8ae1d01821e2d1
prerevealURL() view returns (string)
ipfs://__CID__/hidden.json
start() view returns (bool)
true
symbol() view returns (string)
PUNKS
totalSupply() view returns (uint256)
6666
Read-only
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 quantity) payable
pauseStartSwitch()
renounceOwnership()
reveal(string url)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setRate(uint256 newRate)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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.