PropsERC1155UCreatorRoyalties

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xd5b2f74e at 16177918
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 46 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
10 additional variables

No balances found for "PropsERC1155UCreatorRoyalties"

No transactions found for "PropsERC1155UCreatorRoyalties"


Functions
Getter at block 21184300
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
allowlists(view returns (uint256 currentStartIduint256 count)
(currentStartId=0, count=0)
configContract(view returns (address)
0x0000000000000000000000000000000000000000
contractType(pure returns (bytes32)
0x50726f7073455243313135355543726561746f72526f79616c74696573000000
contractURI(view returns (string)
contractVersion(pure returns (uint8)
4
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
getAllowlistById(uint256 _allowlistIdview returns (struct IAllowlistAllowlist allowlist)
getMintedByAllowlist(uint256 _allowlistIdview returns (uint256 minted_)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasMinRole(bytes32 _roleview returns (bool)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
minted(addressview returns (uint256)
mintedByAllowlist(addressuint256view returns (uint256)
onlyAllowedOperatorApproval(address operatorview returns (bool)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
totalBalanceOf(address ownerview returns (uint256)
totalSupply(uint256 idview returns (uint256)
uri(uint256 _tokenIdview returns (string)
State-modifying
addAllowlist(struct IAllowlistAllowlist _allowlist
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
createAndMint(struct IERC1155TokenERC1155Token[] _tokenstruct IPropsCreatorConfigSplit[] _primarySplitstruct IPropsCreatorConfigSplit[] _royaltySplitstruct IPropsCreatorConfigCreateMintConfig[] _configpayable 
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminaddress[] _trustedForwarders
mint(uint256[] _quantitiesbytes32[][] _proofsuint256[] _allotmentsuint256[] _allowlistIdspayable 
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setContractURI(string _uri
setInternals(address _configContractbool pause
setOwner(address _newOwner
setTokenRoyalty(uint256 _tokenIdaddress _royaltyReceiveruint96 _royaltyPercentage
updateAllowlistByIndex(struct IAllowlistAllowlist _allowlistuint256 i
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Initialized(uint8 version
Minted(address indexed accountstring tokens
OwnerUpdated(address prevOwneraddress newOwner
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
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
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
InsufficientFunds(
OperatorNotAllowed(address operator