Moli cobi

Verified contract

Proxy

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

No balances found for "Moli cobi"

0xcd0e3194817b73fb7f553a394c91446d4049318d43cc4653f3e523b198118cf7
0x968e656cea4c202ec44b049cd4275dcdd0368a22217fca3534349b6eaf49aa10
0x6623e7e678124b2ac3fbc7c9d0c1705caf35edf13dcc36dd87225f29370cb21a
0x5fa7e9bbb5105494f3e5be17e7355f1850046560a94a59bfc31b6e48c35fb46e
0x6911930c0881f6606c1d65dd550a97327d08dd83e8db9142101baa1a39730465
0x370fc4cb03f6fc12c1954abab7b17e1ca349741e04ed29cc0fb61fd8a71a1448
0x68401866ed979723ce9ecfbe76506df7cbbcaa61652d0db92857636de6739b08
0x8f7634840ad8c991d3a9c6f11c966e1b313c33451817ed07e9ef8274ae6ce77a
0x555df92b35437f5c4e245eee3094086ad52f6e0948ef4ca6a8327dcd435f4e41
0xf5c7f85f9c772147b487d55366ee0b8c7c2a03508469cad348d2fb8a59bc6c5b

Functions
Getter at block 23632610
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
Moli cobi
owner(view returns (address result)
0xfd4343cb9d75317466a7241af6e39e6429f1e1ea
payoutRecipient(view returns (address)
0xfd4343cb9d75317466a7241af6e39e6429f1e1ea
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
MOL
totalMinted(view returns (uint256)
7961
totalSupply(view returns (uint256)
7961
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(