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 and it is currently at block 22012378.

Tales of parallels

Unverified contract

Proxy

Active on Base with 121 txns
Deployed by via 0x26441692 at 18034668
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot

No balances found for "Tales of parallels"

0xfc6502ba5d4453c7792c26915d0abc42e151bd32da116124fd34060b64dc1999
0x9d41c95c6cd513146c8dec9adb5e7ce71470283f3441aecc355a14c0366cdf16
0xea4fd9beeabb5de4110c2b4974410d513380366228cd744308a4a12bd8f6cc85
0x61d6ca15442d691233d2d12220eb87ab37ecb118ef807bdc935d51d23dda1960
0x254417dad9448e7ccfa9f3f8a1c1486db115ae0aa489a9d0ee80d0ffefff741b
0x71877cd285a9e1180e3de2a69e853fbf9f5cf95989e9c94d69087235c35f44d7
0x2df579b58205dbfa235f6fe4c1e0cb5c8ddd3f0968669a59ed9de47941a7eca8
0xd87f1d800980022b43cc1552960fe49f0d791cc3a472447a31164fc3d6ddac29
0x2796e3f3054246ff538ad989ad605178b1ab676dfbc132788f202bdb382b3268
0x6d0ed654a7106a616e810111d797f91896dd631ce9d8caf90c6d8814d0d3f8e0

Functions
Getter at block 22012381
name(view returns (string)
Tales of parallels
owner(view returns (address)
0xf66e03a98432035668c975eb597e00678073a122
symbol(view returns (string)
Tales
totalSupply(view returns (uint256)
282
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256 tokenIdview returns (string)
State-modifying
blacklistExtension(address extension
initialize(address initialOwnerstring _namestring _symbolstring contractURIuint96 _royaltyaddress _royaltyReceiver
mintExtensionExisting(address[] touint256[] tokenIdsuint256[] amounts
mintExtensionNew(address[] touint256[] amountsreturns (uint256[] tokenIds)
registerExtension(address extension
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
setURI(string newuri
transferOwnership(address newOwner
updateRoyalty(address _receiveruint96 _royalty
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
ExtensionBlacklisted(address indexed extensionaddress indexed sender
ExtensionRegistered(address indexed extensionaddress indexed sender
ExtensionUnregistered(address indexed extensionaddress indexed sender
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoyaltiesUpdated(address receiversuint256 basisPoints
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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC1155InsufficientBalance(address senderuint256 balanceuint256 neededuint256 tokenId
ERC1155InvalidApprover(address approver
ERC1155InvalidArrayLength(uint256 idsLengthuint256 valuesLength
ERC1155InvalidOperator(address operator
ERC1155InvalidReceiver(address receiver
ERC1155InvalidSender(address sender
ERC1155MissingApprovalForAll(address operatoraddress owner
ERC2981InvalidDefaultRoyalty(uint256 numeratoruint256 denominator
ERC2981InvalidDefaultRoyaltyReceiver(address receiver
ERC2981InvalidTokenRoyalty(uint256 tokenIduint256 numeratoruint256 denominator
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenIdaddress receiver
ExtensionIsBlacklisted(
ExtensionNotRegistered(
InvalidInitialization(
InvalidInput(
MintExtensionExisting_InvalidExtension(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
RegisterExtension_ExtensionInvalid(
RoyaltyTooHigh(