Espresso and Milk | Coffee Days 2024

Unverified contract

Proxy

Active on Base with 8,738 txns
Deployed by via 0x174141eb at 18809754
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 "Espresso and Milk | Coffee Days 2024"

0xbc95ac9334ccb34088e0cea8587bcd5b11ce634f1c46f1c6fa59d9e3f9d129f2
0x82e09ecd17fa2505a8374d44a39db5045eca116fb3356d9e3821dc0a7d8b2e6b
0x46761c3ce2624e83cd943283445c53960b5c33543d2f36310f631b28ee52e3e4
0x25b1d5729156f7ee6543cf4d91b26180e6262cc586ed3e96e65e7a500181b623
0xcbdc8762e6d52be62b9d09955a1300dcb37a17962647ce0ca11570b0bb6756e7
0xbfb3ff0667d57d83e9f1fc75d4cca247ad4db8f60ca7a7f6bc20d4376dfec635
0x29cf2f9177b2893e552fc789cb348d23481de37bc084786e67cd9c3949c84be6
0xbf5d2c136c706eba07965816d6b3bb2cb44058cd39b390967fcd740db50b9b51
0xcbc2e96d4befe0171a2826122dbb80d34b92130bc3c953ef9019da49938ddef7
0xe3d4e6421e0e242a80428610793534ff7f9ff3a405c94d4212429b36249a202b

Functions
Getter at block 23783646
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
8026
 
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)
Espresso and Milk | Coffee Days 2024
owner(view returns (address)
0x29930111ff12d3c75b5be8889568c5ad6a9d6cb1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
EAM
totalSupply(view returns (uint256)
8025
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