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

Autumn Transition

Unverified contract

Proxy

Active on Base with 2,790 txns
Deployed by via 0xfecb8a36 at 20477151
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 "Autumn Transition "

0x74fd844ceffb1f0f30db237bdb61bddca6dac18aa722985a0b078ceceeb4f667
0x8980447c3e9c4355a7f0706e42336b32cca5b63de06adc0d4942e0591071ae4c
0x87476a2454af8302b9714e04ca49abe85fb7bd803406d25cddb779db81014335
0x2f770e73b3466b33db3b12ebb382ab2b2d5aae7a2c82d6533c11e1184fe3acd9
0xc44cd5677b2bbe1447f8aee326b3b8591953c574ce866da4dca2da1a775fb6d8
0x4faf73df98c123ba126da861814b771e3f7c58bd2bacc3facff379796d77298f
0xccfc3d9e07d56da419c6b182b7263a43b59bfbccaf883dadd157387014faa5b9
0x1d50eaf6701f9591afc1c5d066849bb51e0599bc9d33e7d0f3d7248eccc1e1f7
0x3fd46993b8c6c4137e85ac89c745ce74c6bb75cebfdc685778b9765044e87309
0xcba2a53152cd7c6217637b6b4d1c8b39a39ececfffce26346d2af980893d64ad

Functions
Getter at block 22446625
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
2916
 
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)
Autumn Transition
owner(view returns (address)
0xeec6b1807aa03d9a6f185def9510c2f30c70b554
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
AT
totalSupply(view returns (uint256)
2915
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