ectasia blues

Verified contract

Proxy

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

No balances found for "ectasia blues"

0xc3fa23d2196d4cc9f1b9263e0d534fdf77bef875e3a02cc09901ca97e5a315ee
0xdc1e4fd373d6ae264a95e286a766d2e358aaf1906ab9f0de17d2fa43f46333b0
0x68d849841d21ccd89cdfdf70a7d97ae38332d3722f4a08187331c44b44576bb5
0x7deea8c05ddec699a3c4c5ba7968ab0e4ba54ec45441f646c9e77202c95075ce
0xcf85f7d853336093f460d0371e080aa5c5d22c9d24d3e4cc216f5c34e5ad4e22
0xfebe3f6dea9ba1f6a0116c1619df6588bb3f612338e588ac9a49ff903fe2dff9
0x88c1cc9fa774aeb83202426576bddfb3833d7d92eba9386d74349f082f4f43bf
0xacb9783f36cb0d4f535d32e36d1ce65bc77af1d7eb986efecf5e35643ecd8cea
0x8b1250505f2bd6ddde1fbd729dfd5299616b847b9cf8c43e8caae883e0f3ec40
0x3b7c6d27fe9db43d5b9c7d31de803ad8397179dff9865d6c6e89669d1a7e8cda

Functions
Getter at block 21844710
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
ectasia blues
owner(view returns (address result)
0xe1f077372e952243d392deef44b485c48743a62a
payoutRecipient(view returns (address)
0xe1f077372e952243d392deef44b485c48743a62a
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
DF0049
totalMinted(view returns (uint256)
642
totalSupply(view returns (uint256)
642
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(