CleitinsClub

Unverified contract

Proxy

Active on Base with 42 txns
Deployed by via 0xd904ac34 at 18080043
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 "CleitinsClub"

0xe72cd9d78a247c5f5d33f78ffb5f3cf08d603ba5cadbe7c4b2e43d49441de3f7
0x105b62c84d93b368f70df5e2eee54f87aac45be9649cd81a4fe90f4ef2d38e61
0x77ff9ee183e9ff16984cf7d3914ccf1d983e5baf7ad32bb75d3f7d4ec0fd3108
0x3bbb8a49a8f3d7ced04f9020abd5c74a13897004847dec2d1172270f564cdcc0
0x35f10e25564c282f73b2e39072abec653564e25c71025f03273bc23841b96fac
0x330e349cd11b35804b9866222a3456253a574c425a93c52c44b342c4cc2723ad
0x7ce2905fb7cd23be974c471bdfee581c828ba608c385fc03810c5f9ae9456b97
0x782df86b6dfc205ea7b353979f1113391624f07b70771d53e7c08d703006b2c6
0xe3ffa69c1a2faaaa477349210e06348169f0cd429fc50f02ad04361697080283
0x9a0cef98fa8cf188953739b1df21c65a8f5a0d4593182707a848bb7ade4ffa02

Functions
Getter at block 23855833
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
101
 
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)
CleitinsClub
owner(view returns (address)
0xb4b9ec0ec02f1a2fbec4c8d236bff9950f55f58b
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
C
totalSupply(view returns (uint256)
100
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