CryptoIdiotsClub

Verified contract

Active on Ethereum with 5,850 txns
Deployed by via 0x8756cad3 at 15045358
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CryptoIdiotsClub"

0x9c660de1780897d066a4c7e25f778e884e27ce7bf4e2d56c9a56aad8cf60ba1f
0xb31a1752f891335e40f2d6be18a8bf415d61384b5d4ce3f9f27279549eeaf0ee
0xd29aeeec5b9a422bfa18b7aaa180a9c474b8cabd025d4a2e9e0ebfe4d36369a5
0xf9227fa6ff9d5c770e06de0614814d307597fc5aa6ea65c47f08b6452d7512ce
0x4f1abbe0a839dce28695789929ca74e1958dcc1cb3899f43cba59af43ed3e00d
0x939f452bf3d75fac4eb9cd387adb4b49ebffc9354fad8355248dd6dd6c356355
0x047c36b3e5c2d5813236720262a47eae1850ac84b9f46e66919b5e98ba120ac4
From
0x0eb30992c438401180117c458343301d4e8387a19c478c090960f10fb698292f
0x364ef2937cec177522f1df4efd70c7f1ca20974c2bc95e23d88f316172c39dd7
0x735f6704ca8e32750387cba582dc4f49050755da153b3adf63b58a5b180c047d

Functions
Getter at block 20931907
_publicMinted(view returns (uint256)
9000
_publicSupply(view returns (uint256)
9000
getFreeSupply(view returns (uint256)
2000
getPrice(view returns (uint256)
8000000000000000
getWalletLimit(view returns (uint256)
3
name(view returns (string)
CryptoIdiotsClub
owner(view returns (address)
0x8c14b1728fd1d92704137f007e74096cc5e19ada
symbol(view returns (string)
CIC
totalSupply(view returns (uint256)
9466
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setFeeNumerator(uint96 feeNumerator
setMetadataURI(string uri
setStarted(bool started
teamMint(address touint32 amount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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(uint256 _maxSupplyuint256 _freeSupplyuint256 _teamSupplyuint256 _walletLimituint256 _pricestring _baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(