CryptoIdiotsClub
Verified contract
Active on
Ethereum with 5,850 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CryptoIdiotsClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20351112 | 4 months ago | | | 0 | 0.000049890394 | |
| 20210779 | 5 months ago | | | 0 | 0.00018049808 | |
| 20048257 | 6 months ago | | | 0 | 0.00060077281 | |
| 19609123 | 8 months ago | | | 0 | 0.00026866400 | |
| 19451523 | 8 months ago | | | 0 | 0.0012560773 | |
| 19391905 | 9 months ago | | | 0 | 0.0035869804 | |
| 18952910 | a year ago | | | 0 | 0.00082026122 | |
| 18888978 | a year ago | | | 0 | 0.00096181954 | |
| 18224120 | a year ago | | | 0 | 0.00026866400 | |
| 18224066 | a year ago | | | 0 | 0.00035478100 |
ABI
ABI objects
Getter at block 21276229
_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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFeeNumerator(uint96 feeNumerator)
setMetadataURI(string uri)
setStarted(bool started)
teamMint(address to, uint32 amount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _maxSupply, uint256 _freeSupply, uint256 _teamSupply, uint256 _walletLimit, uint256 _price, string _baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()