Stand with Crypto mood

Unverified contract

Proxy

Active on Base with 7 txns
Deployed by via 0xacacfa20 at 21017567
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 mood"

0xb65122ddc43b9c9e0f4c23d5c55455e3f4819c1bcd61616754fc360b6e629c4b
0x57063883c7c2fa6b864ce2ce06dc716c371e884eb9aa663e7e2d6cbeba2f1eb8
0x7346f8adff4bdd6320498d06be33ae65c01b33ae45fb5dc79582c466d29d3122
0x36f493b1b7b58cea8d5a04824d85050eddc17ede1022a0708e80a80711835661
0xb60a5afb92ba258d4026d9586e8ad6a87ae17065ba19ad75a1e6bd149f86953f
0x5ae3341151a924adb9c10a9139634dbf1c6b0b308f4aca235d558ca4952d2bc5
0x46685bd140f94c74feb99d0809c9aae11f01eed6ed6856bf6d0a51f78d174283

Functions
Getter at block 23954707
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
9
 
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 mood
owner(view returns (address)
0x13988cef5721a77e9a873b9c988559abd698516a
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SWC
totalSupply(view returns (uint256)
8
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