Happy Mardi Gras

Verified contract

Proxy

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

No balances found for "Happy Mardi Gras"

0x8c395601d24f81d50cad6196599ab81a3b6dada1b8e766c49fb2a94cf37db823
0x25b819f2fb2e15e3170a52f2037055118cdc6534c11331fa2bc1f2ba05e02abb
0x05cdd3c2696f985dd8268351659a2924fe306b4bf541e61bb8515df23ce823d9
0x0fb86747d881c08e6e4a5a84dc8c5adcf7c419bd0d79e28687891d4dd97d1643
0x855872d3976af42ea4ac99bc9d6d9992d160fd619176be826a30ee1fae4c3b8c
0xd40a46acba1b0348fc18eea521ddb033b33daf1b064c9bb953f0d0eb6349e724
0xdc517b5e20580623847995ebe03e89ee5564f6085334037ba16604808f264a6e
0xa8d5b25a58ded9893f3e4677cd801ae38b34113ce1869f76e045f253992d8456
0xfac472585e69f59831ff33a4a200d383efc35584aaaadc055aa50f04e3cc5229
0x4c59c0c32a5d02a582f9ea89013a143f620978a51df8ed2aa6d2303620b7cdca

Functions
Getter at block 22943235
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
Happy Mardi Gras
owner(view returns (address result)
0x5633dcabe3a4a6c2f32664a3475af1ca9b100d2b
payoutRecipient(view returns (address)
0x5633dcabe3a4a6c2f32664a3475af1ca9b100d2b
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
DF0218
totalMinted(view returns (uint256)
129
totalSupply(view returns (uint256)
129
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(