PropsERC1155UCreatorConfig
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
11
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 39 additional slots
Balances ($0.00)
No balances found for "PropsERC1155UCreatorConfig"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PropsERC1155UCreatorConfig"
ABI
ABI objects
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(uint256) view returns (address)
PINNED_PRIMARY_SPLITS(uint256) view returns (address)
PINNED_PRIMARY_SPLITS_ALLOCATIONS(uint256) view returns (uint32)
PINNED_SECONDARY_SPLITS(uint256) view returns (address)
PINNED_SECONDARY_SPLITS_ALLOCATIONS(uint256) view returns (uint32)
createExplicitPrimarySplit(address _creatorAddress) view returns (struct IPropsCreatorConfigSplit[])
createExplicitSecondarySplit(address _creatorAddress) view returns (struct IPropsCreatorConfigSplit[])
createExplicitSplit(address _creatorAddress, address[] _splits, uint32[] _allocations, uint32 _distributorFee) view returns (struct IPropsCreatorConfigSplit[])
getCreationCheck(struct IERC1155TokenERC1155Token _token, struct IPropsCreatorConfigSplit _primarySplit, struct IPropsCreatorConfigSplit _royaltySplit) view returns (string, string, string)
getDisallowedOperatorMessage(address _operatorAddress) view returns (string)
getPrimaryCheck(struct IPropsCreatorConfigSplit _primarySplit) view returns (string)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getRoyaltyCheck(struct IPropsCreatorConfigSplit _royaltySplit) view returns (string)
getToken(uint256 _tokenId) view returns (struct IERC1155TokenERC1155Token)
getTokenCheck(struct IERC1155TokenERC1155Token _token) view returns (string)
getTokenURI(uint256 _tokenId) view returns (string)
hasMinRole(bytes32 _role) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedRelay(address operator) view returns (bool)
isOperatorBlocked(address _operatorAddress) view returns (bool)
isSanctioned(address _operatorAddress) view returns (bool)
mintedByID(string, uint256, address) view returns (uint256)
parseConfig(string json) view returns (struct IPropsCreatorConfigCreateMintConfig[])
parseEtherString(string _etherString) pure returns (uint256)
parseSplit(string json) view returns (struct IPropsCreatorConfigSplit[])
parseToken(string json) view returns (struct IERC1155TokenERC1155Token[])
revertOnAllocationExceeded(string uid, uint256 token_id, uint256 allocation, uint256 quantity, address wallet_address) view
revertOnInvalidCartSignature(struct ISignatureMintingSignatureClaimCart1155 cart) view
revertOnInvalidMintSignature(address delegated_wallet, struct ISignatureMintingSignatureMintCartItem1155 cartItem) view
revertOnInvalidRelayCartSignature(struct ISignatureMintingRelayMint1155 _relay_data) view
revertOnInvalidTokenSupply(uint256 token_id, uint256 token_quantity) view
revertOnUnauthorizedSignature(struct IPropsCreatorConfigSignatureRequest _inputs) view
supportsInterface(bytes4 interfaceId) view returns (bool)
tokens(uint256) view returns (string uid, uint256 tokenId, string name, uint256 maxSupply, address royaltyReceiver, address primaryReceiver, uint8 royaltyPercentage)
State-modifying
Events grantRole(bytes32 role, address account)
initialize(address _defaultAdmin, address[] _approvedRelayAddresses, address[] _pinned_primary_split_addresses, uint32[] _pinned_primary_split_allocations, uint32 _pinned_primary_distributor_fee, address[] _pinned_secondary_split_addresses, uint32[] _pinned_secondary_split_allocations, uint32 _pinned_secondary_distributor_fee)
logMintActivity(string uid, uint256 tokenId, address wallet_address, uint256 incrementalQuantity)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setApprovedRelayAddresses(address[] _addresses)
setBaseURI(string _baseURI)
setContractURI(string _uri)
setOwner(address _newOwner)
setParentContracts(address _parentContract, address _extrasContract)
setPinnedSplits(address[] _primaryAccounts, uint32[] _primaryAllocations, uint32 _primaryFee, address[] _secondaryAccounts, uint32[] _secondaryAllocations, uint32 _secondaryFee)
setPlatformFee(uint256 _newFee)
setSactionsContract(address _address)
setSignatureExpirationWindow(uint256 _lengthOfValidity)
setSignatureVerifier(address _address)
setSplitMain(address _address)
toggleOperatorAccess(address _operatorAddress, bool _isBlocked, string _message)
upsertToken(struct IERC1155TokenERC1155Token _token, struct IPropsCreatorConfigSplit _primarySplit, struct IPropsCreatorConfigSplit _royaltySplit, bool _updateSplits) returns (struct IERC1155TokenERC1155Token)
Initialized(uint64 version)
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AllocationExceeded()
AllowlistInactive()
AllowlistSupplyExhausted()
ExpiredSignature()
InvalidInitialization()
InvalidSignature()
MintQuantityInvalid()
NotInitializing()
ReentrancyGuardReentrantCall()
Sanctioned()
StringsInsufficientHexLength(uint256 value, uint256 length)