PropsERC1155UCreatorConfig

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x4f4ac432 at 18138680
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 39 additional slots

No balances found for "PropsERC1155UCreatorConfig"

No transactions found for "PropsERC1155UCreatorConfig"


Functions
Getter at block 23886941
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PINNED_PRIMARY_DISTRIBUTOR_FEE(view returns (uint32)
0
PINNED_SECONDARY_DISTRIBUTOR_FEE(view returns (uint32)
0
baseURI_(view returns (string)
contractURI(view returns (string)
contractVersion(pure returns (uint8)
5
getPlatformFee(view returns (uint256)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
platformFee(view returns (uint256)
0
signatureExpiration(view returns (uint256)
0
tokenIndex(view returns (uint256)
0
Read-only
APPROVED_RELAY_ADDRESSES(uint256view returns (address)
PINNED_PRIMARY_SPLITS(uint256view returns (address)
PINNED_PRIMARY_SPLITS_ALLOCATIONS(uint256view returns (uint32)
PINNED_SECONDARY_SPLITS(uint256view returns (address)
PINNED_SECONDARY_SPLITS_ALLOCATIONS(uint256view returns (uint32)
createExplicitPrimarySplit(address _creatorAddressview returns (struct IPropsCreatorConfigSplit[])
createExplicitSecondarySplit(address _creatorAddressview returns (struct IPropsCreatorConfigSplit[])
createExplicitSplit(address _creatorAddressaddress[] _splitsuint32[] _allocationsuint32 _distributorFeeview returns (struct IPropsCreatorConfigSplit[])
getCreationCheck(struct IERC1155TokenERC1155Token _tokenstruct IPropsCreatorConfigSplit _primarySplitstruct IPropsCreatorConfigSplit _royaltySplitview returns (stringstringstring)
getDisallowedOperatorMessage(address _operatorAddressview returns (string)
getPrimaryCheck(struct IPropsCreatorConfigSplit _primarySplitview returns (string)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
getRoyaltyCheck(struct IPropsCreatorConfigSplit _royaltySplitview returns (string)
getToken(uint256 _tokenIdview returns (struct IERC1155TokenERC1155Token)
getTokenCheck(struct IERC1155TokenERC1155Token _tokenview returns (string)
getTokenURI(uint256 _tokenIdview returns (string)
hasMinRole(bytes32 _roleview returns (bool)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedRelay(address operatorview returns (bool)
isOperatorBlocked(address _operatorAddressview returns (bool)
isSanctioned(address _operatorAddressview returns (bool)
mintedByID(stringuint256addressview returns (uint256)
parseConfig(string jsonview returns (struct IPropsCreatorConfigCreateMintConfig[])
parseEtherString(string _etherStringpure returns (uint256)
parseSplit(string jsonview returns (struct IPropsCreatorConfigSplit[])
parseToken(string jsonview returns (struct IERC1155TokenERC1155Token[])
revertOnAllocationExceeded(string uiduint256 token_iduint256 allocationuint256 quantityaddress wallet_addressview 
revertOnInvalidCartSignature(struct ISignatureMintingSignatureClaimCart1155 cartview 
revertOnInvalidMintSignature(address delegated_walletstruct ISignatureMintingSignatureMintCartItem1155 cartItemview 
revertOnInvalidRelayCartSignature(struct ISignatureMintingRelayMint1155 _relay_dataview 
revertOnInvalidTokenSupply(uint256 token_iduint256 token_quantityview 
revertOnUnauthorizedSignature(struct IPropsCreatorConfigSignatureRequest _inputsview 
supportsInterface(bytes4 interfaceIdview returns (bool)
tokens(uint256view returns (string uiduint256 tokenIdstring nameuint256 maxSupplyaddress royaltyReceiveraddress primaryReceiveruint8 royaltyPercentage)
State-modifying
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminaddress[] _approvedRelayAddressesaddress[] _pinned_primary_split_addressesuint32[] _pinned_primary_split_allocationsuint32 _pinned_primary_distributor_feeaddress[] _pinned_secondary_split_addressesuint32[] _pinned_secondary_split_allocationsuint32 _pinned_secondary_distributor_fee
logMintActivity(string uiduint256 tokenIdaddress wallet_addressuint256 incrementalQuantity
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
setApprovedRelayAddresses(address[] _addresses
setBaseURI(string _baseURI
setContractURI(string _uri
setOwner(address _newOwner
setParentContracts(address _parentContractaddress _extrasContract
setPinnedSplits(address[] _primaryAccountsuint32[] _primaryAllocationsuint32 _primaryFeeaddress[] _secondaryAccountsuint32[] _secondaryAllocationsuint32 _secondaryFee
setPlatformFee(uint256 _newFee
setSactionsContract(address _address
setSignatureExpirationWindow(uint256 _lengthOfValidity
setSignatureVerifier(address _address
setSplitMain(address _address
toggleOperatorAccess(address _operatorAddressbool _isBlockedstring _message
upsertToken(struct IERC1155TokenERC1155Token _tokenstruct IPropsCreatorConfigSplit _primarySplitstruct IPropsCreatorConfigSplit _royaltySplitbool _updateSplitsreturns (struct IERC1155TokenERC1155Token)
Events
Initialized(uint64 version
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AllocationExceeded(
AllowlistInactive(
AllowlistSupplyExhausted(
ExpiredSignature(
InvalidInitialization(
InvalidSignature(
MintQuantityInvalid(
NotInitializing(
ReentrancyGuardReentrantCall(
Sanctioned(
StringsInsufficientHexLength(uint256 valueuint256 length