Cutest Cat Ever

Unverified contract

Proxy

Active on Base with 213 txns
Deployed by via 0xe66cd511 at 18176918
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 "Cutest Cat Ever"

0xf2e48d5f0e853e40484c2ce90d48f4eff99a022a1953b41eca9d60230bfd175b
0x55d6e5f3760881791ca7e5d44e831e9bc70ca2d4ba2306c54608c5e7cbead28e
0x7dd07ff839b6f3c0c0e69b889e798b8f1dd184bc12095bf3a7d1d1a352bdf6bf
0x31c7a355d8c1f60c4d7779dbbaf886aa96800d25a6020b53551e56f9bdaccc7c
0x9091bb5f4fa5f2e9d5e8c5c4192eb9f2c6778f0f57326f6193bc856450fa372c
0x58c0a0365333f2b1b484bd0f59d3c46020aa34b419d399aa46cb5e7023580867
0x545cfb8d51b3bb9fd2e40f0b7e1349cd1878d5dc0b50f8f673756120a7dc9031
0x469076f4254433845b619a113da8af5d0bf7918cabaf7f3e47b2f1501f78c9f3
0xc8b170e4c0e1b0531d4fb3ec733856da9f4dd1f9d41c6e9d0195732bf0829a5e
0x2db27beee990119783070457c66fd69a1eca2d1ad72911836f0ba3855fe2c11d

Functions
Getter at block 22026026
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
334
 
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)
Cutest Cat Ever
owner(view returns (address)
0x674b7f6b1f9d9c01c42dfbccae331e982491971a
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CCE
totalSupply(view returns (uint256)
333
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