SHADES OF ONCHAIN AUTUMN

Unverified contract

Proxy

Active on Base with 1,985 txns
Deployed by via 0x9cf9e1d8 at 20812283
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 " SHADES OF ONCHAIN AUTUMN"

0xa8b44fbf400a23ed9f1487600e10872f2016b34c02e0fc947d2628843d631a9a
0x68bac6401fda6d9831482f420385b9ac041daad2297546baceec94f4bd066a09
0x9ad11626abc816314851772f8e61aa9891e2706fdee534e8b749b983ead8af38
0xd1f6262d4f60a14f8651e1b425c6f17b68235aa351f12ab7c083355ee91f002f
0x63bb751a4401905cbccec8f0fbebb48db02f5ecbac5bb02c76f5d02782bcb418
0xccca31be42511bc40ad633520dddb22dfe865bb28d90a8c3600f88aa449ff6c7
0xfdeb0b39df26690d6e6ee682340c1d6b4b7685327d5fe97712511d74bf522822
0xa42f6be6f5ec5a46d9aaf68fd3ee05db2d93c054300245e2f828e6b3b6876228
0xf91b334117589bdfc699a863a22ed47d1a5e940a53f3197f4e3034f2f9842553
0xb1f3765dff842fdd8c47ba2f5bc2db799537ca865c4177dc3aad7bcb37f8478b

Functions
Getter at block 23172846
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
2010
 
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)
SHADES OF ONCHAIN AUTUMN
owner(view returns (address)
0x24255d06cfb9dbae774f9fb8697f7850f1d8a5f1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SOO
totalSupply(view returns (uint256)
2009
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