Infinite Summer

Unverified contract

Proxy

Active on Base with 3,392 txns
Deployed by via 0x9fa48ef2 at 19641305
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 "Infinite Summer"

0x0fc4474c14540e3a85beb9e4a153d001fccebefe71cabb02e9b8938c230acb3e
0xb4e83d9d40d203a1b102ac63b209d2438590044f9233ee53c3ba3e52eb6a7211
0x186b1a8ab25764c61e7652ed402b2d8f0f5d62f0c88516c7905da59564e63be5
0x56dc4236632aa681914a8e3e1e5e310c26921160f2cd40c38ac38eb71ca5f018
0x38bc719fbb51b969e698d8c37c5b5ec49afb249f8fcc318635098e5a3c5bf15c
0x8909e959288b4333c6f291e047996ad215f0e5b2148eb86fb714853c65236145
0x21a41db42217a814081bfcbf17f7ad5d334076b22ce158443f111816ce1e0a4a
0xf16f0a29204cf4ab9baef6c040137ad2975d767ecc16040bb10f5a880bc97b15
0x3f89a08f4778b0b72d727c0c9ecddb114d5f5c49702bbe070adec8d7cd402f02
0x8cd1be7d1f8dcac3b7134d9fc38ce2d1b5203ed417811d8319c1b342ea834e11

Functions
Getter at block 22155656
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
3441
 
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)
Infinite Summer
owner(view returns (address)
0xf894507c45e0491e27d38c71c1b2fe634820a4db
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
IS
totalSupply(view returns (uint256)
3440
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