DynamicBlueprint
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
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
Balances ($0.00)
No balances found for "DynamicBlueprint"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DynamicBlueprint"
ABI
ABI objects
Getter at block 21087096 metadataURI() view returns (string)
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 capacity, uint64 mintedCount, uint64 erc721TokenIndex, bool tokenUriLocked, string baseTokenUri, bool metadataUriLocked, string blueprintMetadata, bool prepared, bool 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
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256) view returns (uint32[])
getFeeRecipients(uint256) view returns (address[])
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdsToURI(uint256) view returns (string tokenURI, bool isFrozen)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addOperatorFiltererSubscription(address subscription)
approve(address operator, uint256 tokenId)
grantRole(bytes32 role, address account)
initialize(struct IDynamicBlueprintDynamicBlueprintsInput dynamicBlueprintsInput, address _platform, address _minter, struct IRoyaltyRoyalty _royaltyParameters, address[] storefrontMinters, address _broadcast, struct IOperatorFiltererOperatorFiltererInputs operatorFiltererInputs)
lockBlueprintMetadataUri()
lockBlueprintTokenUri()
lockPerTokenURI(uint256 _tokenId)
mintBlueprints(uint32 purchaseQuantity, address nftRecipient)
prepareBlueprintAndCreateSale(struct IDynamicBlueprintBlueprintPreparationConfig config, struct IStorefrontSale sale, address storefront)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
updateBlueprintArtist(address _newArtist)
updateBlueprintCapacity(uint64 _newCapacity, uint64 _newLatestErc721TokenIndex)
updateBlueprintMetadataUri(string newMetadataUri)
updateBlueprintTokenUri(string newBaseTokenUri)
updateMinterAddress(address newMinterAddress)
updateOperatorFilterAndRegister(address newRegistry, address coriCuratedSubscriptionAddress)
updateOperatorFilterRegistryAddress(address newRegistry)
updatePerTokenURI(uint256 _tokenId, string _newURI)
updatePlatformAddress(address _platform)
updateRoyalty(struct IRoyaltyRoyalty newRoyalty)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BlueprintMinted(uint128 indexed tokenId, uint64 newMintedCount, address recipient)
BlueprintPrepared(address indexed artist, uint64 capacity, string blueprintMetaData, string baseTokenUri)
BlueprintTokenUriUpdated(string newBaseTokenUri)
Initialized(uint8 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SecondarySaleFees(uint256 tokenId, address[] recipients, uint256[] bps)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)