Autumn with you

Unverified contract

Proxy

Active on Base with 779 txns
Deployed by via 0x27112f34 at 22088087
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 with you"

0xdfcd34e6fb238c2bc1938067244f31704c7e49e9426360d0fd1c814a0759e875
0xe2e9ade1722b56f049f6f09c4fea059686aca0960b2b60258dac2fa65eba509d
0xad85a00bb8ad021e3cfdab886da8bf47e0d931d274dc4a0a8164e2aa40ee117f
0x6416e35ce7ac64472969ec1da082a99712c881b5c6d97eafe781aa3164346b06
0x9e3f950dfe4c524ce21600006d20119cd2fc5c2ace926f7927760f6365f913ae
0xc7a160f40c928366fc51acba4aea613810839d638bf93dcd0f382de2b55f9469
0x0a5b6a3a69fe8e2e780777a391fef57e49184127a248aafdf31bb368d16a5471
0x0b510d6334a964d1906ec2c8df9dba5dffbabc068306ceda9646944886abbaf8
0xc3728340a08f81cb442ff0f75e3e977982eb31f88d658832bb9355f1c22d243c
0x34feea9ad182755671534cb2e2b935b024befdf484e606e4e594993039049170

Functions
Getter at block 22756662
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
778
 
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)
0x5da05215aca9edbe27cbdce86888986e4b4c996f
name(view returns (string)
Autumn with you
owner(view returns (address)
0x3fac67f1834ad4f0a1b91330720d5afda8e66544
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
AWY
totalSupply(view returns (uint256)
777
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