End Summer

Unverified contract

Proxy

Active on Base with 4,216 txns
Deployed by via 0xa8045a8b at 19560456
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 "End Summer"

0x35f512476518c53743673916bea4237f58cf73ab122cee835cc1ac357bc27d63
0xc8e639c119d776fe4cb8705e44d36488b8ae6d6f863b4d10b684d3ac368d4f64
0xe548ac75d63ea9624b5f5e73031a323c751893811772229b76961f4f3051df67
0xfa79e4f561a36f925966df3e0f03df12bfa44bf966245e8566adf28434472f63
0xa58273c1108bb00be18ef6109d19f9b0191cdbf930ef2e1ae8dd85b57e9e4a5a
0x75699e658a0f070b5d8b588303ed4804a39b99e5a6c20a3ac2f96c3ff8eb7fe8
0x611b6831eb8ab38df1decbc1307f65e3dfe7c4db0d84c0f2e8e27f2832e474dd
0x20203bb51721dc06d493c91f96824fc383c0fa4d12ba2a6c29b8a94d764fde36
0xf2b751a49b75b00885413fc00e42e0d7668394f1c6547540aa08394d35fa006c
0x5b890ddfa57e16a39023a4dc568e6fd2d9f9860f2654c1dc185bf79ddf84e39c

Functions
Getter at block 22118982
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
5389
 
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)
End Summer
owner(view returns (address)
0x2585247ddeb117710094111906aa2d1ff223a032
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
ES
totalSupply(view returns (uint256)
5388
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