ERC1155TL

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x07600e94 at 17386550
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
2 additional variables

No balances found for "ERC1155TL"

No transactions found for "ERC1155TL"


Functions
Getter at block 20904726
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
APPROVED_MINT_CONTRACT(view returns (bytes32)
0xf0178e81e3689af48153edf0e1b2d669fe2786ab9e21fdecf3e3771c70330af5
VERSION(view returns (string)
2.3.0
blockListRegistry(view returns (address)
0x0000000000000000000000000000000000000000
getDefaultRoyaltyRecipientAndPercentage(view returns (addressuint256)
(0x0000000000000000000000000000000000000000, 0)
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
storyEnabled(view returns (bool)
false
symbol(view returns (string)
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getBlockListStatus(address operatorview returns (bool)
getRoleMembers(bytes32 roleview returns (address[])
getTokenDetails(uint256 tokenIdview returns (struct ERC1155TLToken)
hasRole(bytes32 roleaddress potentialRoleMemberview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
isBlockListAdmin(address potentialAdminview returns (bool)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256 tokenIdview returns (string)
State-modifying
addCreatorStory(uint256 tokenIdstring creatorNamestring story
addStory(uint256 tokenIdstring collectorNamestring story
batchCreateToken(string[] newUrisaddress[][] addressesuint256[][] amounts
batchCreateToken(string[] newUrisaddress[][] addressesuint256[][] amountsaddress[] royaltyAddressesuint256[] royaltyPercents
burn(address fromuint256[] tokenIdsuint256[] amounts
createToken(string newUriaddress[] addressesuint256[] amounts
createToken(string newUriaddress[] addressesuint256[] amountsaddress royaltyAddressuint256 royaltyPercent
externalMint(uint256 tokenIdaddress[] addressesuint256[] amounts
initialize(string name_string symbol_address defaultRoyaltyRecipientuint256 defaultRoyaltyPercentageaddress initOwneraddress[] adminsbool enableStoryaddress blockListRegistry
mintToken(uint256 tokenIdaddress[] addressesuint256[] amounts
renounceOwnership(
renounceRole(bytes32 role
revokeAllRoles(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setApprovedMintContracts(address[] mintersbool status
setDefaultRoyalty(address newRecipientuint256 newPercentage
setRole(bytes32 roleaddress[] roleMembersbool status
setStoryEnabled(bool enabled
setTokenRoyalty(uint256 tokenIdaddress newRecipientuint256 newPercentage
setTokenUri(uint256 tokenIdstring newUri
transferOwnership(address newOwner
updateBlockListRegistry(address newBlockListRegistry
Events
AllRolesRevoked(address indexed from
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
BlockListRegistryUpdated(address indexed calleraddress indexed oldRegistryaddress indexed newRegistry
CreatorStory(uint256 indexed tokenIdaddress indexed creatorAddressstring creatorNamestring story
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleChange(address indexed fromaddress indexed userbool indexed approvedbytes32 role
Story(uint256 indexed tokenIdaddress indexed collectorAddressstring collectorNamestring story
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
Constructor
constructor(bool disable
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ArrayLengthMismatch(
BlockedOperator(
BurnZeroTokens(
CallerNotApprovedOrOwner(
EmptyTokenURI(
MaxRoyaltyError(
MintToZeroAddresses(
NotRoleOrOwner(bytes32 role
NotSpecifiedRole(bytes32 role
NotStoryAdmin(
NotTokenCreator(
NotTokenOwner(
StoryNotEnabled(
TokenDoesNotExist(
TokenDoesntExist(
Unauthorized(
ZeroAddressError(