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

MOONBOARDING

Unverified contract

Proxy

Active on Base with 3,710 txns
Deployed by via 0x56fc7931 at 19953582
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 "MOONBOARDING"

0x308416c9d1de0458b9143faa360fcb33f2379838e6848480a2f6e56e1609db6c
0x2f7b129b6aef5834b3c431d0ad11924b215e479bf30945d252b034fbe40fb483
0x2ec1e84e345340498f8915a069f12739c66807094363846578b0709bebd8baa4
0x9fff2f8aa0eab773687709fa58e1e267f080823615e7de33eece7b035f5246f5
0x637e4b47a0052c9343fed6518f9381bddd7bc8dc18784a44d1aaada5fdb6669e
0xa2e1aff4cf7db2fdfe71a14c4da1b78df5125d78fcda9ffd07f5e2bec7081250
0x06d3de7d6b52e406006e9cab9079f3de69b2374171c66c451b55aa26d5de2530
0xe4235e3401260093c558717ebed644fa479ca6d3340a0fd0417c28aaa5d8a7a8
0xb886501c0fd8dc53797c6b3171fa402b5e5ec57722f55c5efc224e6e9adc1229
0xd4397784d275c4465d2eddd49db1fc333bf3f65c4668eb4a87851eba390cf524

Functions
Getter at block 22037280
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
3824
 
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)
MOONBOARDING
owner(view returns (address)
0x4e0658e1e379faf0b96b78cfe7051f87c07900e2
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
M
totalSupply(view returns (uint256)
3823
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