AsyncPreorder

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xa6c06f3e at 12295348
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 46 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots

No balances found for "AsyncPreorder"

No transactions found for "AsyncPreorder"


Functions
Getter at block 21172961
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_ROLE(view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
PLATFORM_ROLE(view returns (bytes32)
0x797343f8d6a29aafeb3aaf0910a8973e0081c60c2f6c1f775cd9f76ea348fc1e
asyncSaleFeesRecipient(view returns (address)
0x0000000000000000000000000000000000000000
basisPointsDenominator(view returns (uint256)
10000
defaultArtistPrimarySalePercentage(view returns (uint256)
0
defaultArtistSecondarySalePercentage(view returns (uint256)
0
defaultPlatformSecondarySalePercentage(view returns (uint256)
0
Read-only
artistAddress(uint256view returns (address)
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getFeeBps(uint256 idview returns (uint256[])
getFeeRecipients(uint256 idview 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 accountaddress operatorview returns (bool)
isPreorder(uint256view returns (bool)
numberOfTokens(uint256view returns (uint256)
pricePerToken(uint256view returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256view returns (string)
State-modifying
_initialize(
addGlobalOperator(address operatorAddress
addPlatformAddress(address platformAddress
changeArtistAddress(uint256 tokenIdaddress _artistAddress
changeDefaultArtistPrimarySalePercentage(uint256 _basisPoints
changeDefaultArtistSecondarySalePercentage(uint256 _basisPoints
changeDefaultPlatformSecondarySalePercentage(uint256 _basisPoints
changeMinimumPrice(uint256 tokenIduint256 _pricePerToken
createPreorder(uint256 _preorderTokenIduint256 _numberOfEditionsaddress _artistAddressuint256 _minimumPrice
grantRole(bytes32 roleaddress account
initialize(string uri
preorderArtwork(uint256 tokenIduint256 numberOfEditionsToBuypayable 
preorderArtworkPlatform(uint256 tokenIduint256 numberOfEditionsToBuy
redeemPreorder(uint256 tokenIduint256 numberOfEditions
removeGlobalOperator(address operatorAddress
removePlatformAddress(address platformAddress
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setAsyncFeeRecipient(address _asyncSaleFeesRecipient
updateTokenUri(string newUri
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
ArtistAddressUpdated(uint256 tokenIdaddress artistAddress
ArtworkPreordered(uint256 tokenIduint256 numberOfEditionsToBuyaddress user
ArtworkPreorderedPlatform(uint256 tokenIduint256 numberOfEditionsAcquired
MinimumPriceUpdated(uint256 tokenIduint256 pricePerToken
PreorderCreated(uint256 preorderTokenIduint256 numberOfEditionsuint256 minimumPriceaddress artistAddress
PreorderRedeemed(uint256 tokenIduint256 numberOfEditionsaddress user
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
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
UpdateAsyncSaleFeesRecipient(address asyncSaleFeesRecipient
V0ContractsLaunched(address initialAsyncAdmin
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.