PirateCat
Verified contract
Proxy
Active on
Base with 4 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…1a82
0x0000…f44f
Balances ($0.00)
No balances found for "PirateCat"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6818465 | a year ago | | | 0 | 0.0000048239030 | |
| 6779345 | a year ago | | | 0 | 0.0000065040040 | |
| 6779337 | a year ago | | | 0 | 0.0000082140050 | |
| 6779272 | a year ago | | | 0 | 0.0000082140048 |
ABI
ABI objects
Getter at block 22012543
contractVersion() view returns (uint32)
1
metadataRenderer() view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name() view returns (string)
PirateCat
owner() view returns (address result)
0x39da7c2f7cd164278bb1f49fc14f5c2d576caf99
payoutRecipient() view returns (address)
0x39da7c2f7cd164278bb1f49fc14f5c2d576caf99
royaltyBps() view returns (uint256)
0
symbol() view returns (string)
PRTCT
totalMinted() view returns (uint256)
13
totalSupply() view returns (uint256)
13
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMintModuleApproved(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
royaltyInfo(uint256, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addMintModule(address mintModule)
adminMint(address to, uint256 quantity)
approve(address to, uint256 tokenId) payable
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
initialize(struct Mint721Configuration config, address mintModuleRegistry_, address _metadataRenderer, bytes metadataRendererConfig, address[] mintModules, bytes[] mintModuleData, address creator)
mint(address to, uint256 quantity)
refreshMetadata()
removeMintModule(address mintModule)
renounceOwnership() payable
requestOwnershipHandover() payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setMetadataRenderer(address _metadataRenderer)
setRoyalty(uint256 bps)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner) payable
updateExternalConfiguration(address[] configurable, bytes[] configData)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
MetadataRendererUpdated(address renderer)
MetadataUpdate(uint256 _tokenId)
ModuleAdded(address module)
ModuleRemoved(address module)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
RoyaltyUpdated(uint256 bps)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidMintModuleData()
InvalidRoyalty()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
ModuleUpdateFailed()
NewOwnerIsZeroAddress()
NoHandoverRequest()
OnlyEOAAdminMintAllowed()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
UnapprovedMintModule()
Unauthorized()