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

Infinite Summer Vibes

Unverified contract

Proxy

Active on Base with 1,936 txns
Deployed by via 0x9a5a1115 at 19668776
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 "Infinite Summer Vibes"

0xf14f13284247ed7deebefd993f8a584caa8f7076355ec79481ddaac1fa189440
0x7b92669858d7ed02354cf118cd31559f743b4f07b5098bfa68d6862ce4fc4324
0x37f8b362146de67860e3096a1e0a8d7c680f76a3abef4521868df6b629168b37
0xc01c1443dd4043de7eb59bbc6be7185abba8ac27714669e9e6c848791b609d5a
0x2e5280167a740fcaf8e81b31c4f88a42fe140dfb4b0615d2110ac7f2a21f5e62
0xfc95de957d3218c0cfbeaa54d9c5425180ff38ea530ced37df78ee6977a28afe
0x0e6157144a8be9711dcf728839f747db8098a9044cc2fa1a4a42dd6b10b30a4d
0x8feef95c20661d87404d34a9bd564d85e145d73f6691470243c9c5c2b488c6c3
0x2f1b8023e91115a200fb7caaa846b3ebe605c15f68b6a553dbd5acb5d181843b
0x1f2f385dd1739583aaff3ee25774ebdd09c63626d9eca567cd4da0e14a410f89

Functions
Getter at block 23935089
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
1952
 
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)
0x560aa3207ae4b516a5489e04f2fa2e2808cea896
name(view returns (string)
Infinite Summer Vibes
owner(view returns (address)
0x2fb0e475f6d495dfdfd9176af9113f48f7687565
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
ISV
totalSupply(view returns (uint256)
1951
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 quantitypayable 
mintWithComment(address touint256 quantitystring commentpayable 
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
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