Purrnelopes Country Club
Verified contract
Active on
Ethereum with 11,116 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#59000020) | BLOCKS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21300320 | 3 hours ago | | | 0 | 0.00034818450 | |
| 21293725 | a day ago | | | 0 | 0.00037803178 | |
| 21293725 | a day ago | | | 0 | 0.00037711766 | |
| 21262495 | 5 days ago | | | 0 | 0.00074306437 | |
| 21252878 | 7 days ago | | | 0 | 0.00065569130 | |
| 21248971 | 7 days ago | | | 0 | 0.00092988785 | |
| 21210619 | 13 days ago | | | 0 | 0.00044594945 | |
| 21186217 | 16 days ago | | | 0 | 0.0015827848 | |
| 20899665 | 2 months ago | | | 0 | 0.00022233505 | |
| 20899656 | 2 months ago | | | 0 | 0.00021931974 |
ABI
ABI objects
Getter at block 21301234
name() view returns (string)
Purrnelopes Country Club
owner() view returns (address)
0x112e62d5906f9239d9fabab7d0237a328f128e22
paused() view returns (bool)
false
symbol() view returns (string)
PCC
totalSupply() view returns (uint256)
10000
unitCost() view returns (uint256)
80000000000000000
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)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to, uint256 numberToMint)
endSale()
mintCats(uint256 numberToMint) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string folderPath)
startSale(string folderPath)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateUnitPrice(uint256 unitPrice)
withdraw()
withdrawTokens(address token)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CloseSale(address indexed _from)
OpenSale(address indexed _from)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 maxPurchase, uint256 maxTokens)
This contract contains no fallback and receive objects.
This contract contains no error objects.