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

Stand with Crypto

Unverified contract

Proxy

Active on Base with 91,089 txns
Deployed by via 0x943566f3 at 18819766
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 "Stand with Crypto"

0xc0dc065c5374460744dc11f1934b395aa770efe03c7a2d0eacf40dc2c405caa3
0x77f9665cc5c01353d171d00c6254cffc759d6da18da7b66befcb3d0d901eaa14
0x93779ed889f0cfb7047746ac2efd96f5c4c194861e2cb8958dfd3f98711828fe
0x08c11ecc7b326258401c4e30267b5c9959c93386733c3c4586e9107020096404
0x120adc83241c3533b5a2f5c343e58c9b89a6ddfd833173cb6600c3775bb49bbc
0x05be0537161ea1a5490d3fbc083bf639834f3729c56746976eac82bf1f9bc289
0xd8f3a8ade1c88b196ba86c1ea6fd4a1d7cfeb5f59416cce1df52cb192b76c877
0x32a8d1173afe672b4f086db9de3b8e055183c3f203e82df611e365fc313af668
0x896120cf74b0b1a56d02dca51d86b0497cba4d8d35b4bb0c05ad3e9d04decaf3
0xdcdc2cad0815ef3de9a5cec3fb14818194679c7f797a77b6758ca5150e4aa7d5

Functions
Getter at block 21743510
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
90679
 
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)
Stand with Crypto
owner(view returns (address)
0xd5b9df581e4207069da358f5f073c89a97b5cb53
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SWC
totalSupply(view returns (uint256)
90678
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