Stand with Crypto Pizza

Unverified contract

Proxy

Active on Base with 77,051 txns
Deployed by via 0x2a37ce4e at 18781703
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 Pizza"

0x970db4c8e10107b9d25d394b1d8657fba33c4e98574b87d19e80b631a4818510
0xb8637f4b6a4df4a438cb54a16d91f8e5571239f4bf98a5d15c7b08ab013513ff
0xc5385d55db18050a0042cd2e90ffb03177fd114076f20e63e60d39f3411680e7
0x8fc6f85071d484b91f5a55efc4a224e6cb66ab433106b4844533f9ff9701aa78
0x046c4c500fde0fa9c1713fd516352924692764bb5c4c03f881446c4d67dca9eb
0x1cc77b6185fc0f9284a6f2984d68650c1e8e3ea888c47a7a374eb5b361603aa8
0x083d8320e8abbaea6ee2d6ef4f0056ec79fe206f4602154ee88229f971b7c30d
0xf0554116883afb5b6e8786d6e5d242b13946a60775e4bd300bb990d556b72ee4
0x04d91c29bac60b8f5beda14f5d282cabe04ad906c24290b5201a61cc40aa1f50
0xf70cc2bbc6cb0277d7081b1105094783233cb7e135b7a886816f10bcf4b35703

Functions
Getter at block 22735214
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
76498
 
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 Pizza
owner(view returns (address)
0xf41a98d4f2e52aa1ccb48f0b6539e955707b8f7a
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SWC
totalSupply(view returns (uint256)
76497
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