Stand with Crypto

Unverified contract

Proxy

Active on Base with 91,103 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"

0x47362220eaaa55adc3cec103ada4ccca4ab68288cf11fd1f55c7753b3c218a58
0x0afb027a14fd587b962cdf6ce09c92b320ae34ac52e21e4b2a03da7725db9e70
0xa849d4eaf1671d372f6147826ad7d7276c7e3f782c7876adc7159557cc888897
0xe6864822dfa40d0db9ec8974b8c512023de701bdeb08b8d710f2cbff4d39132c
0xe69cd3ded14b2dbaa80916346511a346e93797ab080191b02e11e36f37fded9b
0x908d68cac8250b74952f628099942106c2ea6b1486ff6d5faef215f92f081e78
0x47f845255c4b8dddbaae99d8af3ac597f7c4d88c93bc9cf812a15feab9521113
0x9571162fc11baa59ad4c5ce37c24766dc43fc5ad827899cda97bd1613f8e5016
0x96f917f21100150ce9372c50c2828f4d2351c9c935bf5ccae6ae543518870394
0x24324b75ca82db0de64db9d304ad83f638d55dd84a3c76de2fc61e776632793e

Functions
Getter at block 22740551
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
90684
 
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)
90683
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