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

SubwNeiro

Unverified contract

Proxy

Active on Base with 46 txns
Deployed by via 0xcfb805e6 at 23778147
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 "SubwNeiro"

0xe9c0fc8f548b05cd138ee151577dfacbbd0e3d6611edc9cde9c3e7f75ee7657e
0xc9d9106f30699bb55e72060614a0b956f956b8b4850451fe579c9f83f0aed2e7
0x72a3da23b6279e423a102ddc80e9c23d38f125a88b343a86f773c9c17dd48e6d
0x27bb12ee5179543fa85bfb51ab35e8c541de71810b254f9059dc82d301f529e4
0x62421afa5c6f5af1e5a5eda4bb2c04614f47a16fc9973aa11a31fc95c172ad7a
0xaf968c0d7db008eecbca9e01483286d31d59bd603ad2da614b4545b1ee06acb1
0x061a6914b882993280fe7c0d194cbe71d8416ddf299fed8bce849b387fdbde9c
0x8a1b199f5a13856879fbda490d9624c0ac1fbffde5c54e628466fe89cfc5a721
0xfebd95299363f506ed424505148a27e646c6e50948097c7c624c38a152d57abb
0xb514f8526149c24f04517529c29a91325196870aec2b79d35433c17d4f97fe64

Functions
Getter at block 23890678
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
284
 
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)
0xaeb73b6c8ed3776ea6b9284082588c55e35e1b27
name(view returns (string)
SubwNeiro
owner(view returns (address)
0x40ca8157ca6319cc10b683ce94cd3d2b945e5ccf
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
S
totalSupply(view returns (uint256)
283
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 quantityaddress referrerpayable 
mintToSender(uint256 quantitystring commentaddress referrerpayable 
mintWithComment(address touint256 quantitystring commentaddress referrerpayable 
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
TokenForgeFee(uint256 creatorFeeaddress platformuint256 platformFeeaddress referreruint256 referralFee
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