Stand With Crypto | Song A Day #5714

Unverified contract

Proxy

Active on Base with 85,471 txns
Deployed by via 0xfe8a25a9 at 18815728
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 | Song A Day #5714"

0xc5014b1ba42753ddc134631ff2b32528e2af14c8127d09dda3cadf0328baa1df
0x1efe43caa36b2e6ccfccd64516df9e7c873ca3648863a11f37477b3455f889e7
0xbfea1b4a4324e506d01a53d20573bf39ee4794224578cdaf3dfa9262ebfb9793
0xeca194ba0fccadc760f8522aefa0e3a96f665b567b60b9f60e8e58b6997f1cd3
0x4abbd905859a4e7692e37d163ce9637c245a1f95a0738df0c68951c920394268
0x37daf69888c47aca5f402f79466e9379e68b5799beb39b5f96f3ea2a25907a2b
0x750c5485ff1cae7bd8238cd8797b4fe5f5bb18c3097bfacf0c00a1d1848010ee
0x5bdc96075b459de7eb9bb05f46904b0e5527d4799c0c463aa8e71ab226cbd3ef
0x399bc4352422ffc09996bc0752a0e0c273618cc04f7347f15af025fab4c23cf5
0xc208dcc8a1cb1c549b1e0338bdddc325a55e065f06cb270ed77c7605f6940bb3

Functions
Getter at block 22774709
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
84757
 
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 | Song A Day #5714
owner(view returns (address)
0x3d9456ad6463a77bd77123cb4836e463030bfab4
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SWC
totalSupply(view returns (uint256)
84756
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