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

The Eternal Skywheel

Unverified contract

Proxy

Active on Base with 7,973 txns
Deployed by via 0xb464fa95 at 19018765
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 "The Eternal Skywheel"

0xa750900e7b61681ccb63478a0c36bfa62aba2d18594618a20975c63e3fd6dff3
From
0x0a3f99deee6e03cd3d74a822cbeb0f72113c1317de5d018a647c3cf9fcd4fdd3
From
0x9067a6dfdb424d727ab857b75a4ea97a258488b979366abb08ea4b684fdce290
From
0x3c392626ff45b337908278fa3864c6a4be5c0e3c2f65ebf9eb58ed7877b8b8cb
From
0xc5878b1c477d69a378d0294f613f4acbdd5b0800d67db9e6ceb1d42ddca9b41e
From
0x25db849a09e30e4ed49dfca8af0243939ff742cd6317fa792ecbe37d18a689ba
From

Functions
Getter at block 22109526
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
7988
 
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)
0x5da05215aca9edbe27cbdce86888986e4b4c996f
name(view returns (string)
The Eternal Skywheel
owner(view returns (address)
0x2fb0e475f6d495dfdfd9176af9113f48f7687565
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
TES
totalSupply(view returns (uint256)
7987
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