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

Satoshi's Secret: We are all Satoshi

Unverified contract

Proxy

Active on Base with 865 txns
Deployed by via 0x2d3942b4 at 23518817
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 "Satoshi's Secret: We are all Satoshi"

0x0ed6d4d78f347007d8b2414a9bd0e2604dc573ff9ce2d35639c22adc3aadf88c
0xe180313a7756b205f79dfdc11446b41be5c45190d33c01d692650dbee20bd828
0xf1b5752f73e51cb0da94b3cbe275f3a3f0cdd2a472a12a4fb516dd5beb3834be
0xbe7bd8f4cb64e60148239be7a1c0a7c89537ec630a1f5436fcf1bcc61e9ef767
0xbc599d6aded9b22f2d6a8ceb9b74261ff1dce8d1d8e3d7af2b1b30fa1675da82
0xc3203a338817b068a0319a5baa09fdc5e2916a196d96f93228596923062a6425
0xb122442d9fe1f03a2a6f52b8f02c08c48edccb6aaad3854194b7dad96bd2a7d6
0x5cffc94d69e31fa49a4b9414498d09d2b4dafb117be3b5eb4702c2a0b943cb13
0xb579f4f59c6e8bbde68f4a0b6d31dc76e33345427ddf856b87cdc29fe9e07856
0x3cf4b298152f714b3afda02950f3409f4c6a42faed37faa4ce3bccccf6dba188

Functions
Getter at block 23871217
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
1174
 
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)
Satoshi's Secret: We are all Satoshi
owner(view returns (address)
0x829c0f59ff906fd617f84f6790af18f440d0c108
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SSW
totalSupply(view returns (uint256)
1173
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