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

Celebrating the end of Nouns: Season 3

Unverified contract

Proxy

Active on Base with 23,562 txns
Deployed by via 0x1d597383 at 18174405
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 "Celebrating the end of Nouns: Season 3"

0x98f252b7dfff7482dc593c090b7c9751fa45ee70be61dee7073f23a44e6749c5
0x0acf1a0e045b4c3918a9b3a20c04f054c52f73afdcc30a7c58366835c8c4b364
0x57d1bda3ae16c67d9b8b9e6a39768b09b93237b06e2395f1254ced45cd0f03d8
0x11ad0e13bf1cc78b50e65b7ba13c4d712557866690afe33972bfd548b97b3d1f
0xf3222c7e69fb7c3b11d957b842e9f63d8ebfd82e935a0926ebdb1875db4459eb
0x3d9d96ab7a79c3ac4000ce76c018fce1f379924f67ff3ca81a5744c7d111c845
0x6cae7bbfa44db4cb4b5d518f0c6f702d999bb6ab5f572a63d8acae4ec7d9519b
0x179ae5f8ebe4b89c8dcf9480670ddc079e7aa7d82ba8c06ea02979b595de8cda
0x2155b5eb9a8c1cd48d91226592b933dbce8f6600c2da1285d103b71eab266992
0xe879bc30ef8b39d7ca1137d7e0c60781dcae39d225f44f5db0613b2e13794fcd

Functions
Getter at block 23027351
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
23528
 
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)
Celebrating the end of Nouns: Season 3
owner(view returns (address)
0x5d802e2fe48392c104ce0401c7eca8a4456f1f16
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CTE
totalSupply(view returns (uint256)
23527
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