Charte Fraternelle des Masks

Verified contract

Proxy

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

No balances found for "Charte Fraternelle des Masks"

0x33856758c66b5c6c56357eae5041a4138d91b9dcc12dfddad51982a6f00cabcf
0xf998191f7fabcf434c913fa2f0f561424df4bf764dd723b9d6ea34c317dfd400
0x08a6d6cc035fe5ca0ff3e8ee32e690c737d4018e15b03589b6e852eb34cc45b9
0x2c77021bfb46db51ddc943c4f9661f38f03e9f4497017936c2ecff2968287e83
0x71cb34a6431907c44c92063b36ddac3f94bb1070724a0fed5f00dede669fb007
0x48848a97aa518cf6f26f1b5fdcaa5b93b4f7b913b3c658c05b4d179d5d4be3b4
0x99fc14fe7c2136ecf8e6d7e8d79a2468a3c8d2423cfb9625afc2b5d871f8f503
0x41f31a241fea49dcee659149bdf0fec1bd5980abe3d93396bb12593b7933f865
0x3aa543bf6b926feb4abcfab6e3821e1d45c69401753f87d01b4c4f085a65cb5c
0xee5dad77ef29278964f8aab12c4dc67e7b41f5965807cd7450094908e0020201

Functions
Getter at block 22917502
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
Charte Fraternelle des Masks
owner(view returns (address result)
0x6b4c8910ab03b49ebc4f0ac4294895380ee37ece
payoutRecipient(view returns (address)
0x6b4c8910ab03b49ebc4f0ac4294895380ee37ece
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
DF0145
totalMinted(view returns (uint256)
52
totalSupply(view returns (uint256)
52
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(