PropsERC1155UCreatorRoyalties
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
9
Slot
XX
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
Balances ($0.00)
No balances found for "PropsERC1155UCreatorRoyalties"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PropsERC1155UCreatorRoyalties"
ABI
ABI objects
Getter at block 21187500
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
allowlists() view returns (uint256 currentStartId, uint256 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 account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getAllowlistById(uint256 _allowlistId) view returns (struct IAllowlistAllowlist allowlist)
getMintedByAllowlist(uint256 _allowlistId) view returns (uint256 minted_)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasMinRole(bytes32 _role) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
minted(address) view returns (uint256)
mintedByAllowlist(address, uint256) view returns (uint256)
onlyAllowedOperatorApproval(address operator) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
totalBalanceOf(address owner) view returns (uint256)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events addAllowlist(struct IAllowlistAllowlist _allowlist)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
createAndMint(struct IERC1155TokenERC1155Token[] _token, struct IPropsCreatorConfigSplit[] _primarySplit, struct IPropsCreatorConfigSplit[] _royaltySplit, struct IPropsCreatorConfigCreateMintConfig[] _config) payable
grantRole(bytes32 role, address account)
initialize(address _defaultAdmin, address[] _trustedForwarders)
mint(uint256[] _quantities, bytes32[][] _proofs, uint256[] _allotments, uint256[] _allowlistIds) payable
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _uri)
setInternals(address _configContract, bool pause)
setOwner(address _newOwner)
setTokenRoyalty(uint256 _tokenId, address _royaltyReceiver, uint96 _royaltyPercentage)
updateAllowlistByIndex(struct IAllowlistAllowlist _allowlist, uint256 i)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Initialized(uint8 version)
Minted(address indexed account, string tokens)
OwnerUpdated(address prevOwner, address newOwner)
Paused(address account)
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)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
InsufficientFunds()
OperatorNotAllowed(address operator)