PinkCatNFT
Verified contract
Active on
Ethereum with 421 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($510.20)
Native
Value
$510.2
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.138 | $3,697.09 |
$510.2 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18310980 | a year ago | | | 0 | 0.00026090381 | |
| 18287994 | a year ago | | | 0 | 0.00023491720 | |
| 16601319 | 2 years ago | | | 0 | 0.0012815196 | |
| 16523591 | 2 years ago | | | 0 | 0.00074760621 | |
| 16467879 | 2 years ago | | | 0 | 0.00067482326 | |
| 16410547 | 2 years ago | | | 0 | 0.00071191015 | |
| 16308741 | 2 years ago | | | 0 | 0.00080204749 | |
| 16303747 | 2 years ago | | | 0 | 0.00075716255 | |
| 16303733 | 2 years ago | | | 0 | 0.00080811207 | |
| 16258447 | 2 years ago | | | 0 | 0.00024945492 |
ABI
ABI objects
Getter at block 21327598
DEV_SUPPLY() view returns (uint256)
188
MINT_MAX() view returns (uint256)
5
PINKSALE_PRICE() view returns (uint256)
50000000000000000
PRESALE_PRICE() view returns (uint256)
60000000000000000
PUBLIC_PRICE() view returns (uint256)
69000000000000000
PUBLIC_SUPPLY() view returns (uint256)
8700
TOTAL_SUPPLY() view returns (uint256)
8888
contractURI() view returns (string)
getSupply() view returns (uint256)
349
giftedAmount() view returns (uint256)
25
maxLimitOff() view returns (bool)
false
merkleRootAllowList() view returns (bytes32)
0x466a947f99cec46cb08798fdb4daaf25a689aa4177820199e145c97f07d0e724
merkleRootPinkList() view returns (bytes32)
0x3e7a8258c943dbc36f2b374d482685ae1eefa6dae7240808572f584516c11a0e
name() view returns (string)
PinkCatNFT
owner() view returns (address)
0x0aa9f8c237e33b0e2f24002ef44a840a8df1736d
pinksaleLive() view returns (bool)
false
presaleLive() view returns (bool)
false
provenance() view returns (string)
saleLive() view returns (bool)
false
symbol() view returns (string)
PC
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)
presalePurchasedCount(address addr) view returns (uint256)
presalerListPurchases(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
gift(address[] receivers)
pinksaleMint(uint256 tokenQuantity, bytes32[] _merkleProof) payable
presaleMint(uint256 tokenQuantity, bytes32[] _merkleProof) payable
publicMint(uint256 tokenQuantity) 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 URI)
setContractURI(string URI)
setMerkleAllowList(bytes32 _merkleRoot)
setMerklePinkList(bytes32 _merkleRoot)
setProvenanceHash(string hash)
setVaultAddress(address addr)
toggleMaxLimit()
togglePinksaleStatus()
togglePresaleStatus()
toggleSaleStatus()
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.