Crypt Social Club

Verified contract

Proxy

Active on Ethereum with 8,509 txns
Deployed by via 0x8ad22465 at 15180021
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 41 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
12 additional variables
Native
Value $10.9
0x87cef176f535826cbc57c7dd9ad197ff07f5a32a97915ec27e0e3bd4a3923787
0xdc157ed0833360e9f5608aec5970f71004524b350cdccb7c7ab3a8f2fbf9824b
0x6c00cace7611518ed18f829285ac2c501c75594a1e339db3cddfed5b07e0dcfa
0x45492959ee2bd7c9ec2a81bd00ccd219413d409e1d5599b6513cad59c3dc4deb
0xd8c7c8d6a070be23927aacb74c88030e5b5be08d79b8d3b147eb4160a9e6403c
0x39762389647f0d1983e98e23a3e230327703ec8df24a7f198d2fe3eefd6bb7af
0xefcfe20c95806a386dffd0e670f933dfc98232db96b05ad967e6d7b0facbd304
0x7564f58b0fa8eae4f3e3510b8be4ccf2c0b4df7ac55cadab9fb2a7d8ba1e6d2d
0x8e5a14def501e29327c7e30efb0a760b29d4d6ccb3e4550032bf69fc0545ddcc
0x988f4ebc95877f8411e4c52176a10795e8a157cf6168a150dbbf17165eb45eb5
From

Functions
Getter at block 21318492
implementation(view returns (address)
0xe44a70d5874808b79f9680160923f653a81c9319
cost(view returns (uint256)
0
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0x7418BEFE13fCeF6BBAbbb063FdAA30E4d397c869], [49, 951])
maxPerMint(view returns (uint32)
5
maxPerWallet(view returns (uint32)
491
name(view returns (string)
Crypt Social Club
open(view returns (bool)
false
owner(view returns (address)
0x7418befe13fcef6bbabbb063fdaa30e4d397c869
presaleOpen(view returns (bool)
true
referralCap(view returns (uint256)
0
referralOpen(view returns (bool)
false
reqToken(view returns (address)
0x0000000000000000000000000000000000000000
revealed(view returns (bool)
false
supply(view returns (uint256)
9999
symbol(view returns (string)
CSC
totalSupply(view returns (uint256)
9999
Read-only
affiliatesOf(address ownerview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address[] _recipientsuint256[] _amount
approve(address touint256 tokenId
burn(uint256 tokenId
initialize(string _namestring _symboluint256 _maxSupply
mint(uint256 countpayable 
mintAll(payable 
presaleMint(uint32 countbytes32[] proofpayable 
referralMint(uint32 countaddress referrerpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCommission(uint256 _val1
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updatePresale(bool _openbytes32 root
updateReferral(bool _openuint256 _val
updateReqToken(address _address
updateReveal(bool _revealedstring _uri
updateRoyalties(address _recipientuint256 _fee
updateSale(bool _openuint256 _costuint32 _maxWuint32 _maxM
updateWithdrawSplit(address[] _addressesuint256[] _fees
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symboluint256 _totalSupply
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(