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.

lope

Unverified contract

Proxy

Active on Base with 64 txns
Deployed by via 0xe68a5fe0 at 20164363
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 "lope"

0xfba23f36a4b5103d0138be520df42d3374934193af86478fb2cf6cc5ce9d9962
0x6154d1149a43ea95433f6b9e6fa5239982176eab5e19e196a3d8216b9a2be8d2
0x20d0e253ecc2edaa05f5aad61675578b4c6aaacabe785d5e08702a17b77ab780
0x152146f6712f262d8e1b541e10cd57a922da39496b537b0a8ba712d3380284a8
0xa4dfc945e2e49625b5427efd796f776b74c802e06e9a02a985d8a49f2070d27e
0x7fa453324e461cd693fd241da7fb8ae0b236f0f5266828595d7a51e9b05c2953
0xaec52c250c8bd6f4c44815414015e6716686527fd731ae202cb279bfc7368460
0xf4a2e791a32ee92150e5bfa24ff4256e30b182073fcd34d5979b5c4a41594bea
0x5830b54996debcc47999499cc1b3995003a7bdb4e6e6a26cde239dada41824d8
0x00eec621308a9582b43f5f9547a444b3acb928e1f83c2b379c0814749b1b4258

Functions
Getter at block 22104318
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
66
 
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)
lope
owner(view returns (address)
0x5cbc07e3e58826755b1d9a152ef5b08a24587616
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
L
totalSupply(view returns (uint256)
65
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