Zudiac cap

Verified contract

Proxy

Active on Base with 14 txns
Deployed by via 0xb373eb23 at 23915823
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Zudiac cap"

0x0db4ecd83b3e037fa277e69f3c39eb79ca6d6887aaa49d53f6dd222efa4c4f8e
0xd2ca0cc271d234b3e0381680f6f197e512da2573fc3322adf381d0d2e00cd739
0xe76768a428a3dfb1a20ba552d572b4a02ab53761f52ad331d61e732abf3fb131
0x20f1b6c1dd77f1ece10e62cdc37a7de63369c81c7626186d7c718d62a4cbd2d5
0x09741be7dc1c76c0c81f5692f707e0442814754062ddbfefe92b6490e15e91c3
0x4f6d554b80adebef278a142601476e9bb353de61f2eab939ba0cb04d292244f1
0x61cb1fd1b88caf54a7db5952ed86bae702e93ffdb34789c00415fa5c859b7844
0x33dcd83f1d3065e052b14aea93951dad2f56bf3623017f2078ee0751d36c2560
0x727637a9c6227cfe3ea55c39c5f4c8641489833d64fe2d250b8a366922de5d42
0x8016a0f204e48be9aec87b42db7823f75cc76cd356704cc0e4c94bf0cfabe07d

Functions
Getter at block 23962638
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
Zudiac cap
owner(view returns (address result)
0x028b8e0cd91049ba99244bffd9d216b718218b13
payoutRecipient(view returns (address)
0x028b8e0cd91049ba99244bffd9d216b718218b13
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
ZUD
totalMinted(view returns (uint256)
6398
totalSupply(view returns (uint256)
6398
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isMintModuleApproved(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
royaltyInfo(uint256uint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addMintModule(address mintModule
adminMint(address touint256 quantity
approve(address touint256 tokenIdpayable 
cancelOwnershipHandover(payable 
completeOwnershipHandover(address pendingOwnerpayable 
initialize(struct Mint721Configuration configaddress mintModuleRegistry_address _metadataRendererbytes metadataRendererConfigaddress[] mintModulesbytes[] mintModuleDataaddress creator
mint(address touint256 quantity
refreshMetadata(
removeMintModule(address mintModule
renounceOwnership(payable 
requestOwnershipHandover(payable 
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setMetadataRenderer(address _metadataRenderer
setRoyalty(uint256 bps
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwnerpayable 
updateExternalConfiguration(address[] configurablebytes[] configData
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress 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 oldOwneraddress indexed newOwner
RoyaltyUpdated(uint256 bps
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyInitialized(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidMintModuleData(
InvalidRoyalty(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
ModuleUpdateFailed(
NewOwnerIsZeroAddress(
NoHandoverRequest(
OnlyEOAAdminMintAllowed(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
UnapprovedMintModule(
Unauthorized(