Recycle Bin Experiments
Unverified contract
Proxy
Active on
Ethereum with 7 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
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
0x56fe…7ba5
7 additional
variables
Balances ($0.00)
No balances found for "Recycle Bin Experiments "
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20850623 | 2 months ago | | | 0 | 0.0024294576 | |
| 19582185 | 7 months ago | | | 0 | 0.0012858352 | |
| 18285638 | a year ago | | | 0 | 0.00098787195 | |
| 18271207 | a year ago | | | 0 | 0.0050666965 | |
| 18271143 | a year ago | | | 0 | 0.0016706432 | |
| 17943073 | a year ago | | | 0 | 0.0030935070 | |
| 17943005 | a year ago | | | 0 | 0.0049974622 |
ABI
ABI objects
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 (address, uint256)
(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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBlockListStatus(address operator) view returns (bool)
getRoleMembers(bytes32 role) view returns (address[])
hasRole(bytes32 role, address potentialRoleMember) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isBlockListAdmin(address potentialAdmin) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptTokenUriUpdate(uint256 tokenId)
addCreatorStory(uint256 tokenId, string creatorName, string story)
addStory(uint256 tokenId, string collectorName, string story)
airdrop(address[] addresses, string baseUri)
approve(address to, uint256 tokenId)
batchMint(address recipient, uint256 numTokens, string baseUri)
batchMintUltra(address recipient, uint256 numTokens, string baseUri)
burn(uint256 tokenId)
externalMint(address recipient, string uri)
initialize(string name, string symbol, address defaultRoyaltyRecipient, uint256 defaultRoyaltyPercentage, address initOwner, address[] admins, bool enableStory, address blockListRegistry)
mint(address recipient, string uri)
mint(address recipient, string uri, address royaltyAddress, uint256 royaltyPercent)
proposeNewTokenUri(uint256 tokenId, string newUri)
rejectTokenUriUpdate(uint256 tokenId)
renounceOwnership()
renounceRole(bytes32 role)
revokeAllRoles()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setApprovedMintContracts(address[] minters, bool status)
setDefaultRoyalty(address newRecipient, uint256 newPercentage)
setRole(bytes32 role, address[] roleMembers, bool status)
setStoryEnabled(bool enabled)
setTokenRoyalty(uint256 tokenId, address newRecipient, uint256 newPercentage)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBlockListRegistry(address newBlockListRegistry)
AllRolesRevoked(address indexed from)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 fromTokenId, uint256 toTokenId)
BlockListRegistryUpdated(address indexed caller, address indexed oldRegistry, address indexed newRegistry)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed fromAddress, address indexed toAddress)
CreatorStory(uint256 indexed tokenId, address indexed creatorAddress, string creatorName, string story)
Initialized(uint8 version)
MetadataUpdate(uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleChange(address indexed from, address indexed user, bool indexed approved, bytes32 role)
Story(uint256 indexed tokenId, address indexed collectorAddress, string collectorName, string story)
SynergyStatusChange(address indexed from, uint256 indexed tokenId, uint8 indexed action, string uri)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AirdropTooFewAddresses()
BatchSizeTooSmall()
BlockedOperator()
CallerNotApprovedOrOwner()
CallerNotTokenOwner()
EmptyTokenURI()
MaxRoyaltyError()
MintToZeroAddress()
NoTokenUriUpdateAvailable()
NotRoleOrOwner(bytes32 role)
NotSpecifiedRole(bytes32 role)
NotStoryAdmin()
NotTokenCreator()
NotTokenOwner()
StoryNotEnabled()
TokenDoesNotExist()
TokenDoesntExist()
Unauthorized()
ZeroAddressError()