Autumn Serenade

Unverified contract

Proxy

Active on Base with 3,509 txns
Deployed by via 0xd08d789e at 20464682
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 "Autumn Serenade"

0x86c82392dfdbee6184df2305adc96d02141689f4b1164fd4129a0f4120bfcb0f
0x1e8c5ad0548df4ec4f3c57fae3fe91bb7c749186030a035da1e07547b20cd788
0x48940fe66a49a2b86366835afcb1fdb9d160bc157cd93df79b721a280793b8aa
0x4d76c8e41ab1df04f3b66d4193971c0f6deeb5d872b6144d0d050283eada142c
0x984f522d5e320686e1f46307813a8a14ebb98457c4fb67ff2708377be38ede19
0x6909976a6505172dfdbd8c36cf1da05e5ac59dd320783fe91cc0d093deb6758c
0xf8cd2781a10e5a8a0531cd6b3265e1f2039f6f1e39ba414d88803a330349e74b
0xe0cebc52add4a1acfdde0d8f84b5f9edbdcb450395aed27f0ed63be4a4a2f3f9
0x2010adae65e972acc35487d0f135c5df0e483b54a7d1328e194065f314a0b499
0x66c0465970bf5e45eb61ddc64f90da98910c4d3f01f4a45f964eac57bd41dfc6

Functions
Getter at block 22767852
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
3538
 
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)
Autumn Serenade
owner(view returns (address)
0xa7d90dab198886529c97afdb77007a0eb28a185a
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
AS
totalSupply(view returns (uint256)
3537
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