The Red Monarch's Lonely Vigil

Verified contract

Proxy

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

No balances found for "The Red Monarch's Lonely Vigil"

0xa3181d2fa25f467f3dee40b258fac5d531da9e8604923efeae7c725ae9106da8
0x3a8c4b33850ef584fff32f336479b2e926865cd0668dcef4cddc56d5be9756d6
0xf05c822480f8db0459fb6b716825265ebcf82de18df0fdf8d7bc5b7a7fcbcab4
0xe45116fdbcdd3ce23a97c60348653b58b5878c2d59a90c03b58f9a0b97c483f6
0xfd7e11bbdd490f9d5d911e552c831018ae41250484ada8b61de43401cd2fc157
0x4bfc90b6fcea53e524a12b1763900974dd0bc685f991d35d7979c6a4faa6e5ac
0xd1a6a94e8e1cf80e828922c56b90b7c09819c615fabf2625d7f8321de6886ebe
0x7206dc143f6a612a82728bbf288307ca57c31ebb69868ddb50e044411d034244
0xe813fb5f6a69bd413afe60ada564a440174cf3f8147a0f1cd9cb38dbab98446d
0x061a86706e05ba4adf56f2b460db6410c6bdca612aab2b4955a45fb1932b6bcd

Functions
Getter at block 22144542
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
The Red Monarch's Lonely Vigil
owner(view returns (address result)
0xa7fb0e148992d5111a5c4fc960a11a89d4c73f7c
payoutRecipient(view returns (address)
0xa7fb0e148992d5111a5c4fc960a11a89d4c73f7c
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
DF0279
totalMinted(view returns (uint256)
57
totalSupply(view returns (uint256)
57
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(