Summer Never Ends

Unverified contract

Proxy

Active on Base with 69,061 txns
Deployed by via 0x7e5cb88f at 19559272
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 "Summer Never Ends"

0x5d5dfd36aa4d989fc37a9751156fdf3519de662cb56db315a7999f337fae29fd
0x96850b6419b27729211b6ff7a50a61af8ca691d46963eb2b27d868a4e18f1745
0xa99a05b3205b10c30c7b5461cdbcf9044b140f61f66dceb49d436b8c0af7dac0
0xc6768e00a99b48e7d62fde0297bf3fc37a179f18c71d67dac3f01f4646825645
0x62e508c1749aeeb00bf9f4c0aa59fb38ae1c53786b766d1ccf55e6ccc2afa7aa
0xa1eb285931266a92164a5c8aa4a61bd7d3e5337f224d6cb8d9683c72b3adf58e
0x0691e42941d7d9238e65424fd294ac8f107193b3cc552ec4bb2cdcbb7a09360e
0x1e5c4834911eaad6b4739c0473fb1a52d018a7859257433bdfe5ff32929031e5
0x658498ff1bfbe2fe48a7643be347ba981ba9be218028bfba6f35d0a335ab126c
0x747f06df8be5adc19476b4924352e2e97273f730aee4083740ef9afc156dcc70

Functions
Getter at block 22912958
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
71821
 
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)
Summer Never Ends
owner(view returns (address)
0x9652721d02b9db43f4311102820158abb4ecc95b
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SNE
totalSupply(view returns (uint256)
71820
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