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

Even Sam Stands with Crypto

Unverified contract

Proxy

Active on Base with 57,280 txns
Deployed by via 0x04cb9c27 at 18972442
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 "Even Sam Stands with Crypto"

0x9341c9c179375f60ef3b9291cc297e9223a74f928ed947cd35f6a03b7b3fb8c0
0x23abbb203e6fd3a95c872e58ac8b9f3b8aa9ec7a77dfa62e0ac82bed6839bba0
0x5338cfcaa9f1c45ada707c2bd4053a163e80391d0c0294e9a44009edc706c76d
0x6ec0d7b40e8dbd473ed39ff6dd1d34a483d859ae0e0d900f8158c6e0aee3f3ef
0x0e0fc3729d79654239902e57b269230b8d3a3c73937ff6ec740abaf8fdb2210f
0x4757ec4f5b6e02af11aca2bf29fc7e5c923a102168a95cf839b9bf1291a0e056
0x4d9d70e1e0de923ccb773976e97b118ed88ba59783074973003d6c686d31ce4e
0x85a9fffe43f612690ba2560cc9c96499e4fa25939952de9da7e0b269f4670c8c
0x19d7eae1eaea7b8addd0a1efcd414387f7f9057cd0733c1634a101cd4f225005
0x4fd25ed35746d43515ca00251c551076e00a6d1491a089c94b7d8991c906ffde

Functions
Getter at block 21743706
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
56570
 
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)
Even Sam Stands with Crypto
owner(view returns (address)
0x5aee68c3af2634e2d6179c639f493eb08ce4168f
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
ESS
totalSupply(view returns (uint256)
56569
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