DynamicBlueprint

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x6fd58b68 at 16834621
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 4 additional slots
4 additional variables

No balances found for "DynamicBlueprint"

No transactions found for "DynamicBlueprint"


Functions
Getter at block 21087096
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
STOREFRONT_MINTER_ROLE(view returns (bytes32)
0x19ab2f9935ea21aae55c105da3820c7987d916dba8c3fce092f947cc9aa9f9f0
artist(view returns (address)
0x0000000000000000000000000000000000000000
blueprint(view returns (uint64 capacityuint64 mintedCountuint64 erc721TokenIndexbool tokenUriLockedstring baseTokenUribool metadataUriLockedstring blueprintMetadatabool preparedbool isSoulbound)
(capacity=0, mintedCount=0, erc721TokenIndex=0, tokenUriLocked=false, baseTokenUri=, metadataUriLocked=false, blueprintMetadata=, prepared=false, isSoulbound=false)
broadcast(view returns (address)
0x0000000000000000000000000000000000000000
contractURI(view returns (string)
latestErc721TokenIndex(view returns (uint64)
0
 
metadataURI(view returns (string)
minterAddress(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
operatorFilterRegistry(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x0000000000000000000000000000000000000000
platform(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getFeeBps(uint256view returns (uint32[])
getFeeRecipients(uint256view returns (address[])
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenIdsToURI(uint256view returns (string tokenURIbool isFrozen)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addOperatorFiltererSubscription(address subscription
approve(address operatoruint256 tokenId
grantRole(bytes32 roleaddress account
initialize(struct IDynamicBlueprintDynamicBlueprintsInput dynamicBlueprintsInputaddress _platformaddress _minterstruct IRoyaltyRoyalty _royaltyParametersaddress[] storefrontMintersaddress _broadcaststruct IOperatorFiltererOperatorFiltererInputs operatorFiltererInputs
lockBlueprintMetadataUri(
lockBlueprintTokenUri(
lockPerTokenURI(uint256 _tokenId
mintBlueprints(uint32 purchaseQuantityaddress nftRecipient
prepareBlueprintAndCreateSale(struct IDynamicBlueprintBlueprintPreparationConfig configstruct IStorefrontSale saleaddress storefront
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenId
updateBlueprintArtist(address _newArtist
updateBlueprintCapacity(uint64 _newCapacityuint64 _newLatestErc721TokenIndex
updateBlueprintMetadataUri(string newMetadataUri
updateBlueprintTokenUri(string newBaseTokenUri
updateMinterAddress(address newMinterAddress
updateOperatorFilterAndRegister(address newRegistryaddress coriCuratedSubscriptionAddress
updateOperatorFilterRegistryAddress(address newRegistry
updatePerTokenURI(uint256 _tokenIdstring _newURI
updatePlatformAddress(address _platform
updateRoyalty(struct IRoyaltyRoyalty newRoyalty
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BlueprintMinted(uint128 indexed tokenIduint64 newMintedCountaddress recipient
BlueprintPrepared(address indexed artistuint64 capacitystring blueprintMetaDatastring baseTokenUri
BlueprintTokenUriUpdated(string newBaseTokenUri
Initialized(uint8 version
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SecondarySaleFees(uint256 tokenIdaddress[] recipientsuint256[] 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
OperatorNotAllowed(address operator