0xa26ce53f87537255e9f51e24a7e89b96d8bcbd47

Unverified contract

Proxy

Active on Base with 6,719 txns
Deployed by via 0xf7e11cc1 at 19560131
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 "0xa26ce53f87537255e9f51e24a7e89b96d8bcbd47"

0xdcf593ed34e27581085147b0a953dae7c014ca9c53b09a8ca05ea267d11cd0c2
0x651896963a2b6554a2d5d75ebb74ead7451485e90901cc2ac16f42879743d9e3
0xf3732329d5d7609135df8434d2e32c66f959430ab2f70873f0e229f42d267b4c
0x9b43f4e2de9c5c0ecfa9932a02d20408d12a6a62647c52652ba22e908409d44e
0x37227b257fb7079f8423e3cba9a9209505906a0794aa6db559b0485537aac16b
0x2d9882c0df2527112713572c778c7bf12399958b25d5b92126deb68a9c547fbf
0x0bdbc77ae42bd1740ef5f1657c0f567dfec630acb06b39e74d781690e75b28d7
0x12421d43667eb4a8b759f52f21287118b6d92a9c2ea2549bfab2cd75f5adee45
0xb29d0003e167d2d582ba647e6f73add1d6631f7a1c801ad00fc124afe4858610
0x4dc117845659d10f5734eb36cef1df6f7249ca014e2bebfa4baa234c235cfeaa

Functions
Getter at block 22937862
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
6777
 
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)
Endless summer
owner(view returns (address)
0x31784e6bfa8dda41a9e7dcdb43ea64aa5e1cafa5
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
ES
totalSupply(view returns (uint256)
6776
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