CreatorBlueprintsOwnershipTransferred
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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
6 additional
variables
Balances ($0.00)
No balances found for "CreatorBlueprintsOwnershipTransferred"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CreatorBlueprintsOwnershipTransferred"
ABI
ABI objects
Getter at block 21311850
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
artist() view returns (address)
0x0000000000000000000000000000000000000000
asyncSaleFeesRecipient() view returns (address)
0x0000000000000000000000000000000000000000
blueprint() view returns (uint32 mintAmountArtist, uint32 mintAmountPlatform, uint64 capacity, uint64 erc721TokenIndex, uint64 maxPurchaseAmount, uint128 saleEndTimestamp, uint128 price, bool tokenUriLocked, address ERC20Token, string baseTokenUri, bytes32 merkleroot, uint8 saleState, struct IBlueprintTypesPrimaryFees feeRecipientInfo)
(mintAmountArtist=0, mintAmountPlatform=0, capacity=0, erc721TokenIndex=0, maxPurchaseAmount=0, saleEndTimestamp=0, price=0, tokenUriLocked=false, ERC20Token=0x0000000000000000000000000000000000000000, baseTokenUri=, merkleroot=0x0000000000000000000000000000000000000000000000000000000000000000, saleState=0, feeRecipientInfo=([], []))
contractURI() view returns (string)
defaultPlatformPrimaryFeePercentage() view returns (uint32)
0
getPrimaryFeeBps() view returns (uint32[])
[0]
getPrimaryFeeRecipients() view returns (address[])
[0x0000000000000000000000000000000000000000]
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
royaltyParameters() view returns (address split, uint32 royaltyCutBPS)
(split=0x0000000000000000000000000000000000000000, royaltyCutBPS=0)
symbol() view returns (string)
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256 tokenId) view returns (uint32[])
getFeeRecipients(uint256 tokenId) 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 account, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events _initialize()
approve(address operator, uint256 tokenId)
artistMint(uint32 quantity)
beginSale()
changeDefaultPlatformPrimaryFeePercentage(uint32 _basisPoints)
grantRole(bytes32 role, address account)
initialize(struct CreatorBlueprintsOwnershipTransferredCreatorBlueprintsInput creatorBlueprintsInput, struct IBlueprintTypesAdmins creatorBlueprintsAdmins, struct CreatorBlueprintsOwnershipTransferredRoyaltyParameters _royaltyParameters, address extraMinter)
lockBlueprintTokenUri()
pauseSale()
prepareBlueprint(struct IBlueprintTypesBlueprintPreparationConfig config, struct IBlueprintTypesPrimaryFees _feeRecipientInfo)
purchaseBlueprints(uint32 purchaseQuantity, uint32 whitelistedQuantity, uint256 tokenAmount, bytes32[] proof) payable
purchaseBlueprintsTo(uint32 purchaseQuantity, uint32 whitelistedQuantity, uint256 tokenAmount, bytes32[] proof, address nftRecipient) payable
registerWithOpenSeaOperatorRegistry()
renounceRole(bytes32 role, address account)
revealBlueprintSeed(string randomSeed)
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)
setAsyncFeeRecipient(address _asyncSaleFeesRecipient)
setFeeRecipients(struct IBlueprintTypesPrimaryFees _feeRecipientInfo)
transferFrom(address from, address to, uint256 tokenId)
unpauseSale()
updateBlueprintArtist(address _newArtist)
updateBlueprintCapacity(uint64 _newCapacity, uint64 _newLatestErc721TokenIndex)
updateBlueprintMerkleroot(bytes32 _newMerkleroot)
updateBlueprintTokenUri(string newBaseTokenUri)
updateMinterAddress(address newMinterAddress)
updateOperatorFilterAndRegister(address newRegistry)
updateOperatorFilterRegistryAddress(address newRegistry)
updatePlatformAddress(address _platform)
updateRoyaltyParameters(struct CreatorBlueprintsOwnershipTransferredRoyaltyParameters _royaltyParameters)
withdrawAllFailedCredits(address recipient)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BlueprintMinted(address artist, address purchaser, uint128 tokenId, uint64 newCapacity, bytes32 seedPrefix)
BlueprintPrepared(address artist, uint64 capacity, string blueprintMetaData, string baseTokenUri)
BlueprintSeed(string randomSeed)
BlueprintTokenUriUpdated(string newBaseTokenUri)
OwnershipTransferred(address indexed owner)
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)
SalePaused()
SaleStarted()
SaleUnpaused()
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)