Coffe days Onchain Summer

Unverified contract

Proxy

Active on Base with 2,674 txns
Deployed by via 0xd0f477e1 at 19859028
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots
ERC-20
--
0x9d1c6a663b9fe29c9991bfc28734925c6ecaa14ff8131e8922eecdb789196d14
0x9f7c3e14e2c8fa0aeb5df4093312201c09dccfe9b2e9ad145754f3c228113c84
0xb92f3f03491f831306c789a3f000e412aede6cb70fa6a0de7bcba8db4def0417
0x42aa84e84726c221574171deec948f012fc52ac21002dceea7e50f7f558ff2c7
0x84c658b7c7bd7b0d63427bbc98746789ff3b3810edd0d1ffa02550bbaf8d6989
0xe56a6abe2af834c039241c08be8b0a2dcb7fed7255f58be3f9f63af9bbd5bd63
0xb1d891d7bb2d952814c593fa437e5780ea8d3309e3b4da57a011025ef4d0f76e
0xe049817696df0c5dbec28dc2086dae91501126b8599cf3e67cf30e8b0e647ad3
0x0149aa5cbdac4b9b9a3f1456fd17f79d45ca2cc1236bf735526fe8e4018a7976
0xc7cdef6ce003dbfe931f01beb469d0c8dec99caa71925ba55cbcbb4fb2ccf2c0

Functions
Getter at block 23744726
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
2700
 
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)
Coffe days Onchain Summer
owner(view returns (address)
0xb2c6ed1b76620a4a5abb430e901edb3ab221a145
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CDO
totalSupply(view returns (uint256)
2699
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