Bytecode-generated storage layout

We've generated a storage layout (with no variable labels) from this contract's bytecode. We've also started a backfill to track the inferred variables.

Recycle Bin Experiments

Unverified contract

Proxy

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

No balances found for "Recycle Bin Experiments "

0xddbd3bef07ad74666267d07bca6b477641aa7863135a8b2cb39c7ff86b71b01b
0x1e1a3871c0aa20784f7586151763868ba6a2701dd6c5e5425a142a9ca58396fe
0xa6c6267f0782cdbfb48b5598c80f74b9b1ca4c31bc7b42fc2a3f7ffb0ed308a3
0xa10528f01e8570a7d6c924995b0f4543461dd38a985497f118d982b152853509
0x7cf9d9189b088fc3e5b0ee82342a7809cec90ec21dd18731d4134a597be024ca
0x209f467f749c41ea5c393894ed8ad987c615fa36f95152eeb1eb169d9f236b7c
0xf3ef7bf9fa99edf95b719e7be2d9921a22caec745415bbe103f6c0ad86970093

Functions
Getter at block 21201359
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
APPROVED_MINT_CONTRACT(view returns (bytes32)
0xf0178e81e3689af48153edf0e1b2d669fe2786ab9e21fdecf3e3771c70330af5
VERSION(view returns (string)
2.5.0
blockListRegistry(view returns (address)
0x56fe4de01b15bb2afa969f914692867acac27ba5
getDefaultRoyaltyRecipientAndPercentage(view returns (addressuint256)
(0x66ff8f288c413e61c8ee807088ce301c03076e6e, 900)
name(view returns (string)
Recycle Bin Experiments
owner(view returns (address)
0x66ff8f288c413e61c8ee807088ce301c03076e6e
storyEnabled(view returns (bool)
true
symbol(view returns (string)
RBE
totalSupply(view returns (uint256)
2
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getBlockListStatus(address operatorview returns (bool)
getRoleMembers(bytes32 roleview returns (address[])
hasRole(bytes32 roleaddress potentialRoleMemberview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isBlockListAdmin(address potentialAdminview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptTokenUriUpdate(uint256 tokenId
addCreatorStory(uint256 tokenIdstring creatorNamestring story
addStory(uint256 tokenIdstring collectorNamestring story
airdrop(address[] addressesstring baseUri
approve(address touint256 tokenId
batchMint(address recipientuint256 numTokensstring baseUri
batchMintUltra(address recipientuint256 numTokensstring baseUri
burn(uint256 tokenId
externalMint(address recipientstring uri
initialize(string namestring symboladdress defaultRoyaltyRecipientuint256 defaultRoyaltyPercentageaddress initOwneraddress[] adminsbool enableStoryaddress blockListRegistry
mint(address recipientstring uri
mint(address recipientstring uriaddress royaltyAddressuint256 royaltyPercent
proposeNewTokenUri(uint256 tokenIdstring newUri
rejectTokenUriUpdate(uint256 tokenId
renounceOwnership(
renounceRole(bytes32 role
revokeAllRoles(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes 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
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBlockListRegistry(address newBlockListRegistry
Events
AllRolesRevoked(address indexed from
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 fromTokenIduint256 toTokenId
BlockListRegistryUpdated(address indexed calleraddress indexed oldRegistryaddress indexed newRegistry
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromAddressaddress indexed toAddress
CreatorStory(uint256 indexed tokenIdaddress indexed creatorAddressstring creatorNamestring story
Initialized(uint8 version
MetadataUpdate(uint256 tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleChange(address indexed fromaddress indexed userbool indexed approvedbytes32 role
Story(uint256 indexed tokenIdaddress indexed collectorAddressstring collectorNamestring story
SynergyStatusChange(address indexed fromuint256 indexed tokenIduint8 indexed actionstring uri
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AirdropTooFewAddresses(
BatchSizeTooSmall(
BlockedOperator(
CallerNotApprovedOrOwner(
CallerNotTokenOwner(
EmptyTokenURI(
MaxRoyaltyError(
MintToZeroAddress(
NoTokenUriUpdateAvailable(
NotRoleOrOwner(bytes32 role
NotSpecifiedRole(bytes32 role
NotStoryAdmin(
NotTokenCreator(
NotTokenOwner(
StoryNotEnabled(
TokenDoesNotExist(
TokenDoesntExist(
Unauthorized(
ZeroAddressError(