E30D by glitch gallery

Verified contract

Proxy

Active on Ethereum with 2,364 txns
Deployed by via 0x45138992 at 17132787
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
6 additional variables

No balances found for "E30D by glitch gallery"

0x848887e28105b7ca76ab00ebd6a5d08f22f929782a66748b97aba2fa103a6b60
0x6b224084aa9ba5606f216102d212333c2590200224831b253574e4f3c4ec1ad4
0x74dbb670125c38cc2a3c0320c422a6caae45dc53e99acf9b5854239c4d3893cb
0x51ab9605437d365b250e7ee447e700884aabedf4b1d0524926f6a6be3b0c9e98
0xb1ec10a9d404bf1c0edeebcd63b04c96fe0a31dfecd1a08e42d6b7f21b23fd66
0xe491e9c176dfb83d1c78893bb7166f3ae1f692916da48d4251824f72d0663858
0x8c8af2a723e495ea1f6533f891255d0907e4477217f1af1825584dd6e2490de1
0x4ef87d681ee44b52e5487a085416931ff333cc94d4b5eb8f9dd936e6ba46405d
0x79ace01fffd474f580c10d519574a3768073a91f91f7ebea1da1cf5af2acb91a
0x783d5f5b8ee076f5938df14299adc03ab46483f39c9bfabd95be33bc078c5fc5

Functions
Getter at block 20907673
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
APPROVED_MINT_CONTRACT(view returns (bytes32)
0xf0178e81e3689af48153edf0e1b2d669fe2786ab9e21fdecf3e3771c70330af5
VERSION(view returns (uint256)
1
blockListRegistry(view returns (address)
0x56fe4de01b15bb2afa969f914692867acac27ba5
name(view returns (string)
E30D by glitch gallery
owner(view returns (address)
0x6e2f6130b31df274283fb21744ad18836abcacee
storyEnabled(view returns (bool)
true
symbol(view returns (string)
glitch
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
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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(string namestring symboladdress defaultRoyaltyRecipientuint256 defaultRoyaltyPercentageaddress initOwneraddress[] adminsbool enableStoryaddress blockListRegistry
Fallback and receive
fallback(
receive(
Errors
ArrayLengthMismatch(
BlockedOperator(
BurnZeroTokens(
CallerNotApprovedOrOwner(
EmptyTokenURI(
MaxRoyaltyError(
MintToZeroAddresses(
NotRoleOrOwner(bytes32 role
NotSpecifiedRole(bytes32 role
NotStoryAdmin(
NotTokenCreator(
NotTokenOwner(
StoryNotEnabled(
TokenDoesNotExist(
TokenDoesntExist(
Unauthorized(
ZeroAddressError(