create.fun

Verified contract

Proxy

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

No balances found for "create.fun"

0x2bb6839c3cf507eb743efe49e4e442da56dc99f6e04604e910ad41659795f668
0x4f6fda67d29e04a2154652f9955df9b46db2bc0792f5d59f2ed27c81739ba93d
0xeaf75991d2b3302ff8c830226268fa84283ff78905440f812b1af07ecf115731
0xb52d01b4c8c14218a90b3904d7e405cf63d27b5a5b27f3bcd719b0ae635e6840
0x4403f304f4df102061d0bb37b14b47b6bdc8b925d7fe87085e01e96bb717b415
0xcdfc59498c55de9d87cb8a975c6dc772e42a64afe1d1b6e6b702edeea261468f
0xcd03a4a207be7d85888159c075c5bf7d01e339053d52c831bd9b81d0bb5fb99b
0x642645208a616795a1266db660e6f5adf84860bc3e58f6603315973b0ae9cf24
0x2d22a6085e20c65820d36261cfa2c7c90d72ed18b36318b10ca2e37db9372544
0x01eaa8dc4ba74ada29d599a0489c0c8a0714415a8bb974b9b403b9503d31a88f

Functions
Getter at block 23227154
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
create.fun
owner(view returns (address result)
0xac5d18e17267df1d6fdf7e76f974f3a405fe14f1
payoutRecipient(view returns (address)
0xac5d18e17267df1d6fdf7e76f974f3a405fe14f1
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
CRE
totalMinted(view returns (uint256)
6678
totalSupply(view returns (uint256)
6678
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(