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 23901528.

Unlucky Peep: Chapter 1 - Kindness Unleashed

Unverified contract

Proxy

Active on Base with 17 txns
Deployed by via 0x6f56cd8a at 23659422
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots

No balances found for "Unlucky Peep: Chapter 1 - Kindness Unleashed"

0x9b04b6b181d034c5e68c9e863769305b50d857746db9e2485d78c42e45401b7c
0x3dedd4aabcf1942d0bf8e9b2e07b51988bd7591b8753eabfc209fbdd1737e131
0x6dff3d464e41b322bf30e34b45766fdda9cf9664dad3561afcc43671f3de129a
0x46f7e8fcc0e3fdac5e17734139db64e99eb605ab0dbb308b9722c2b58a37ed91
0x606f7184d5c9f5e93462c141820ddce1973650c36956e4c4af9c41ae0f7154a8
0xd2445d7e3fbb5a3b592e2917c8dadfbf056aa7daf4c628a664dc82b30d493ef0
0x6918516e276c36c1e856674d525c033ea13919957938f3f0a9403b62e838ec4f
0xed0234cf4078b49663cddf91800b1f1cefd54ca89218bbd0e3304114c4ca7081
0x5068fa6659cad72bf23badb257aa8863d9926adead74e1696e5bd7517422a9f3
0xf983d1aa33f3e24d150677d7dd1d5238681fd7e053768b2700e752771ae74856

Functions
Getter at block 23901537
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
42
 
getMetadata(view returns (struct CollectionCreationRequest)
 
metadata(view returns (address creatorstring namestring descriptionstring symbolstring imagestring animation_urlstring mintTypeuint128 maxSupplyuint128 maxPerWalletuint256 costuint256 startTimeuint256 endTimeuint256 nonce)
mintingContract(view returns (address)
0xaeb73b6c8ed3776ea6b9284082588c55e35e1b27
name(view returns (string)
Unlucky Peep: Chapter 1 - Kindness Unleashed
owner(view returns (address)
0x64e6cab807fc5d95b0e501687b95e11b9c6fb4b7
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
UPC
totalSupply(view returns (uint256)
41
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 quantityview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address spenderuint256 id
initialize(struct CollectionCreationRequest requestaddress mintingContract_
mint(address touint256 quantityaddress referrerpayable 
mintToSender(uint256 quantitystring commentaddress referrerpayable 
mintWithComment(address touint256 quantitystring commentaddress referrerpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setMetadata(struct CollectionCreationRequest metadata_
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
MintConfigChanged(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenForgeFee(uint256 creatorFeeaddress platformuint256 platformFeeaddress referreruint256 referralFee
TokenForgeMint(address indexed touint256 quantity
TokenForgeMintComment(address indexed touint256 quantitystring comment
Transfer(address indexed fromaddress indexed touint256 indexed id
Withdrawn(address indexed owneruint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FailedToSendEth(
IncorrectETHAmount(uint256 sentuint256 expected
InvalidCollectionRequest(string message
InvalidContractAddress(
InvalidInitialization(
InvalidMintQuantity(
MintingClosed(
MintingNotStarted(
NotInitializing(
OutOfSupply(
OverClaimLimit(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenDoesNotExist(uint256 tokenId