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.

EditionFacet

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x7b113374 at 10926371
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "EditionFacet"

No transactions found for "EditionFacet"


Functions
Getter at block 22748372
 
editionMintFee(view returns (uint256)
editionRevenue(view returns (uint256)
0
editionsCount(view returns (uint256)
0
Read-only
getEdition(uint256 editionIdview returns (struct EditionStorageEdition)
getEditionPrice(uint256 editionIdview returns (uint256)
State-modifying
createEdition(string tokenURIuint256 priceuint256 maxQuantityuint256 maxPerWalletuint256 maxPerMint
mintEdition(address recipientuint256 editionIduint256 quantitybytes32[] proofpayable 
setEditionActive(uint256 editionIdbool active
setEditionMerkleRoot(uint256 editionIdbytes32 merkleRoot
setEditionSigner(uint256 editionIdaddress signer
setEditionTokenURI(uint256 editionIdstring tokenURI
setEditionTokensURIs(uint256[] tokenIdsstring tokenURI
updateEdition(uint256 editionIduint256 priceuint256 maxQuantityuint256 maxPerWalletuint256 maxPerMint
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
EditionCreated(uint256 indexed editionId
EditionMinted(address indexed touint256 indexed editionIduint256 quantityuint256 value
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
RolesUpdated(address indexed useruint256 indexed roles
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
NewOwnerIsZeroAddress(
NoHandoverRequest(
Unauthorized(