P3P3 The Club
Verified contract
Active on
Base with 3,268 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 |
---|---|---|---|---|---|
Katze | ERC-721 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22425014 | 8 days ago | | | 0 | 3.7694900e-7 | |
| 22424627 | 8 days ago | | | 0 | 3.7339585e-7 | |
| 21269313 | a month ago | | | 0 | 1.5754050e-7 | |
| 21258165 | a month ago | | | 0 | 3.7694900e-7 | |
| 21221868 | a month ago | | | 0 | 0.000000101795400000 | |
| 21198869 | a month ago | | | 0 | 2.1489186e-7 | |
| 21188840 | a month ago | | | 0 | 1.5511680e-7 | |
| 21165411 | a month ago | | | 0 | 0.000000099371700000 | |
| 21017829 | a month ago | | | 0 | 1.6723530e-7 | |
| 21016962 | a month ago | | | 0 | 1.8902652e-7 |
ABI
ABI objects
Getter at block 22755247
MAX_MINT_PER_WALLET() view returns (uint256)
3
maxSupply() view returns (uint256)
4343
mintEnabled() view returns (bool)
true
name() view returns (string)
P3P3 The Club
owner() view returns (address)
0x6ff5723435b7dfc2371b57fb5cb4c373e5995c78
remainingSupply() view returns (uint256)
0
symbol() view returns (string)
P3P3
totalSupply() view returns (uint256)
4343
Read-only
balanceOf(address owner) view returns (uint256 result)
getApproved(uint256 id) view returns (address result)
isApprovedForAll(address owner, address operator) view returns (bool result)
numberMinted(address minter) view returns (uint32)
ownerOf(uint256 id) view returns (address result)
supportsInterface(bytes4 interfaceId) view returns (bool result)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(uint256 quantity)
approve(address account, uint256 id) payable
mint(uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id) payable
safeTransferFrom(address from, address to, uint256 id, bytes data) payable
setApprovalForAll(address operator, bool isApproved)
setBaseURI(string _newBaseURI)
toggleSale()
transferFrom(address from, address to, uint256 id) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed account, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
AccountBalanceOverflow()
BalanceQueryForZeroAddress()
ContractsCannotMint()
MustMintAtLeastOneToken()
NotEnoughAvailableTokens()
NotOwnerNorApproved()
TokenAlreadyExists()
TokenDoesNotExist()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()