Sleepy Fish

Verified contract

Proxy

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

No balances found for "Sleepy Fish"

0x2a09c5e601e69bb6fdaff0fd56181203e4a3a7768045968bc274d4186c4f5291
0x4d01f1f159897ca4d669bb17c120c75d7ca7fabda305143e15fc6dd25737dc61
0x18c6abb3b99c615da9180945bb00a0150e2b9c359221ac32214b514547313854
0x5380f73b42b3a2d70487e3b88e35a3d4542c31770c96262fd3d8345405ee15f4
0x96771ad1c080781d519341720c5ea83db9b0f8a70534c2fe842d5ffb36db5b70
0xaad27e0550d24737c91c25e9f1350efcd587c7caa241aff6e20a33eb4281f721
0x240958e636283122d2250e2049ae95407289e3877f677222a08157609155d189
0x0eab178e46dbe4e3bf5c03914878a1894653cbbc3b3e86953b11bd122f9d4622
0x87970b399b421dc19e15f49344a86cbcae321c4c2bd076c681468c1636101159
0x154f82823dd1aafe0c13b1d6c99736d6fae282b8c1079a0179f024922a7bd282

Functions
Getter at block 22007340
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
Sleepy Fish
owner(view returns (address result)
0x8a0a998073efc86e6c88505ffb47d94d2e0cbe94
payoutRecipient(view returns (address)
0x8a0a998073efc86e6c88505ffb47d94d2e0cbe94
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
DF0169
totalMinted(view returns (uint256)
93
totalSupply(view returns (uint256)
93
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(