The Suburbs

Verified contract

Proxy

Active on Ethereum with 60 txns
Deployed by via 0x59e2cd98 at 18221571
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 "The Suburbs"

0x13ce24835837c21b7c1932f8899307a0a5abfdf12cb487117262d090ed7875d9
0x171b02cd18bb374aa9ea2a7eed851f76f3999f8efb38c419bc273749d59ad49a
0x8a69f41330d33985785ac6e1d7f490f3eff1eca1b63eed5d5d4ab2c4a72063bc
0x5c1aca6e176afcbc834530e66591227c25e14a0582b34d5fe9abb8300e997952
0xdd95d7cb2540cd2123d33d3498b990c8fa56fc478f73fac2db7c5dba8e661583
0x8740b3107c8a5ef591998028f1783e2eaddfbd2f64ef4b5268fa5c72835671d1
From
0xc8f86f19a9d3258478e843de1522ce7a95e17f7f16837a729a27171f106ab96f
0xa6a0c382f038ca88ad681477341ccda63b3fb7c7fdbcb9099aaadf3c6c4211f1
0x9db3a9902a5780d98c76b328da27d2fd5de18d51e132c075140665adce5fed58
0xef63b6fe945f0d1e34ddad8a57cecdc86e4e83b536641cf1d5f105ecf882ad54

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)
0x56fe4de01b15bb2afa969f914692867acac27ba5
getDefaultRoyaltyRecipientAndPercentage(view returns (addressuint256)
(0x6527939c107c507e22cec1f6740719a26a642ec1, 1000)
name(view returns (string)
The Suburbs
owner(view returns (address)
0x6527939c107c507e22cec1f6740719a26a642ec1
storyEnabled(view returns (bool)
true
symbol(view returns (string)
SBRBS
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(address defaultRoyaltyRecipientuint256 defaultRoyaltyPercentageaddress[] 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(