Stand with Crypto

Unverified contract

Proxy

Active on Base with 20,778 txns
Deployed by via 0x381cb4e3 at 19044962
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"

0xb0b57a8dc019f7f6562eb4e1128478415ca7b3e56d52b33b3bd15304618275c8
0xe452c7a9074132443a4da147d6a1470e7812280e19694c2b71c1a7d8e690c22d
0x6f6820dbce7c5e1462969a5b63721e664e362cc56b7affa9ec602db89a5833ba
0xe42a3ad5a5073e5f909f92265b4d9fd04d8e047e7ac2ccd7567f3fc06beb6d66
0xf83951144ed18a9ece3866ade97ab7d7738cefc7d47987eeb1284e7d2c7c5652
0xc53fb3bb952ba547b26cb392811ff30aa785b7ab7c84396bfe29d24a34d9ce36
0xa3e49635049b7c42cc35e24fe30282cbc07b60fb782da25bc0f8e29e5e5cab45
0x31b378da63840b1002696c5c0c2ef0d64151c48a3279ec0320d195be69faa35f
0x513107eefb284ae06b424634ebb5818d3907f8291139843df7de92ffd8102c70
0x06e9224fce6169278ce512ded2263009fef8724ce5f90c54f47d2df0a139c4ca

Functions
Getter at block 22995785
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
20113
 
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)
0x52d443855e4d15dc47d323fa94e7d92342d3eb57
name(view returns (string)
Stand with Crypto
owner(view returns (address)
0xb6d197b72756395a4a8f8d48a54750d5b8ea51ee
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SWC
totalSupply(view returns (uint256)
20112
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