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

Rubik’s x Doodles

Unverified contract

Proxy

Active on Base with 7,316 txns
Deployed by via 0xaf65a765 at 19856568
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 "Rubik’s x Doodles"

0x7f1e2cae8dc6cb2c88db36fa4ab6d9d7e88041ebf9ccb20e999213ddf5ed06d9
0x98cdc249012109583e46cad7bd6e077c2cc9dfb23d1af05d5ff2afa96546435f
0x365975eb607a4809f63d0320566cb7e52928e3abca4051c7df15871ce34ed511
0xb0bfb1436383edd76d2c9a6135d666b9f15f40cc86b6b06dd40be0931c7241e5
0x44206654509f6ad697e20b36614666ec292966614d636d759a0381344c2559cc
0xb71d11b8a5764f3d5a8a85fa3a75dbcbc930d319e9b86ea8e9b475982b684497
0x6725e179eeab2914a64272291de36217b3ef2f72eb1e3611c311d88e604f6a77
0xd9e218f453f951d14e4b5d9b560d970dee567102cca5c0ddcaa377946dd92e58
0x1c348d2e482bc3138a40d872f01e814e8b9281d54dc340b99b12e9e9cb54467d
0x880ac7b7446dc59129927b30ca306bb5416f62eae5ff8300f496d1d602078042

Functions
Getter at block 22922289
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
9263
 
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)
0x52d443855e4d15dc47d323fa94e7d92342d3eb57
name(view returns (string)
Rubik’s x Doodles
owner(view returns (address)
0xe1c5fc12c0c5e05bbfd499fa2074c758a4391285
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
RXD
totalSupply(view returns (uint256)
9262
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