Autumn in the world of Onchain

Unverified contract

Proxy

Active on Base with 2,862 txns
Deployed by via 0x58fdc5f4 at 20482797
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 in the world of Onchain"

0x757f226b6a2f420115c6e8ab63bf9cef480e9c306c0eb23090472889181314fb
0x704ce9d63c20eb0e6276c8fe3e53f9e1e9d4099432d9cb040a861ec21593b684
0xea3f2a225416f59f2ea72e8f81fc0f3ace163d9088eb6ace310021a783d37a70
0x20176979b5d3ebeda0b74f281dfa2accfa25ef020cbe2ccb50b95c45bfe75ac6
0x3664ef2bcbea80da60f78570cd503f66df1f7bd7d6e1120c0306a9e0016b02b3
0xa5f0798d622dfe8b6ad80e83a379974b512a4b2d9835f2f206694404c6ea273e
0xb3afc1283311537f76228a83fd3e24e6303e1c1b269d6e886d2877b40ef3a0c5
0x77a912e7a671ce3325bbb843442d97299a5cae08e27eeb3bf37e63ffa703c1ed
0xf9d7042dcb81d4ca06330123b3f78e1fba4d8cfd80f0105a575ad6699a33e50d
0xbb9f086f9f8b996593b9f5252ef11bd435ec926e9207da3ebffaf5d0bdbd7944

Functions
Getter at block 22069913
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
2921
 
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 in the world of Onchain
owner(view returns (address)
0xba70b9fbeb5a4b798aa91808872069300d0a765d
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
AIT
totalSupply(view returns (uint256)
2920
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