Coffee Days 2024

Unverified contract

Proxy

Active on Base with 73,986 txns
Deployed by via 0x92d1fc77 at 18142356
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 "Coffee Days 2024"

0xd74bb9e20c74a163892cc1d0aa0dfef9a4f0939b29eb4203e054a4ba53613875
0x50e6ff4acb1be4596e8442e0d4a4845e52f8504fd965af5eb32d37b2fe80f688
0xa3e60ab116f0dabe93fa5cefce14011ec2348cda570927e796a5d06e4893658c
0xac2a739599c574ccf9e551256940db9502a636a74c9e550e48a7d4af2ee49964
0x8478a4d2ad3c2a9da3c3e19386af812b43ba39193fdd50935703a06b0ca434b0
0xc72f65a8bd578c7801338a76411aaad51a220f3da572d4b0879d08486831b119
0x920188a3c19bd794e3909eff1e5a54138ff2a9f92a4f96e2ac3fdcebbc38d663
0x5b37398f0c0c2066f53424f38930c64f3c79c2328c5cb419ec4d9a4c30a791b3
0xa85bcceb6dd38c6fc0b0b4c131ca08c48a901afa0060a8a28170a5002f879b91
0x2815b95d166a278b2b335dbcb1f3ddd9335b80d370647cfb42a74530fc20cf34

Functions
Getter at block 21779433
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
81297
 
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)
0x52d443855e4d15dc47d323fa94e7d92342d3eb57
name(view returns (string)
Coffee Days 2024
owner(view returns (address)
0xd5b9df581e4207069da358f5f073c89a97b5cb53
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CD
totalSupply(view returns (uint256)
81296
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