Iris – Jewel Angels

Verified contract

Proxy

Active on Base with 536 txns
Deployed by via 0xa436fd33 at 7243792
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xed53d7f6e9d6445956ea2d8ed041061ff695d6dbbafe6d046b28a6b87a37ad46
0xe5aff33aed0295db8eacb59997b19e1cdfd2c1267c76e724fbb036161318641a
0x39cac7c4700bc0b55cc9f0ed87bc48c30cde4a18c2574c14016c7f34cd83621c
0x9313546160ddf5a8c717f6fecf76f167a430f6a54199e63c0f4104eda6b17e85
0x7ca370086a2032dbcd5bf0b05ccf2f0b9090ece71875271c090f4508c1bfb350
0xb610aee1625b0e99be2e734298ec8cea7bfcb896c58e487be0d4edd9b987e7d6
0x6945f8ce7675792d8ce74456dd88f72cb23e88965ec8c04f620eee3ae25beea5
0x1ff5def408e9a88e38c7cad95c2e926baa5cb2fa3124567c527469fe34e656bd
0x5b58bfd5b1e3824e3ae62512005a792f6a83103893db63b09d7976e41d1adc82
0x6fd9c045ca7268db579dc14021a9bbb6e84d6af7653a9b8109db7231bb1a1a56

Functions
Getter at block 23086392
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
Iris – Jewel Angels
owner(view returns (address result)
0xde70c4378279c7e3370c8c50c93b136e94f7b9f6
payoutRecipient(view returns (address)
0xde70c4378279c7e3370c8c50c93b136e94f7b9f6
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
IRIS
totalMinted(view returns (uint256)
4943
totalSupply(view returns (uint256)
4943
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(