Summer Never Ends | After Vibes

Unverified contract

Proxy

Active on Base with 2,520 txns
Deployed by via 0x3d802824 at 19904094
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 | After Vibes"

0x9ccef55c3e747f5d5fab15f60198645e214748b5d7f9fb8279f3a5a3240c9bca
0x033f028771653a21e644f41338eb4aa103e259f3bc5758c70d7dbd0a0c218645
0xe84759b501ad65c3ca42965cf2e0736675b171e065d0fd2195a8ada138b21908
0xac6b5051f52396cc708a5118f62a5009540f9cb21d5ebe61e10c2644337b9a13
0x5c639acf9c529241bb89f04b4c3c7d9df5f8d47537151204af7b14068e65ca69
0x06ff8c9d2d3680b38ac506bdec0aa10b78189e60f4a00eff7575ea1284b7d42a
0x565b42fd1b81280d5f1dac4514355fe477bea6f61120b696696ac95d9d0e74bc
0xaf893dbda4ac279868e56af50696e447c69d8d71a5f11719d5c6a7932475d8ec
0xb0bbac91f2555bc43c5f5c4525510072a87cd7890adb96209807e9da70fa3ea9
0xa243c1c0e13049b5347c9b88ba77ac8a703f9f4de6765cf83e58f7d5c5b52bce

Functions
Getter at block 22073485
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
2565
 
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 | After Vibes
owner(view returns (address)
0x5c23ed6da75a583b579459e744f05a65cb51d8fd
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SNE
totalSupply(view returns (uint256)
2564
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