COOL SKULL CLUB CYRSTALS
Verified contract
Active on
Ethereum with 745 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 "COOL SKULL CLUB CYRSTALS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17022679 | 2 years ago | | | 0 | 0.00047089825 | |
| 16979712 | 2 years ago | | | 0 | 0.0026138982 | |
| 16327567 | 2 years ago | | | 0 | 0.00052474484 | |
| 16006903 | 2 years ago | | | 0 | 0.00057599486 | |
| 15882975 | 2 years ago | | | 0 | 0.00032887791 | |
| 15860990 | 2 years ago | | | 0 | 0.00042619702 | |
| 15837382 | 2 years ago | | | 0 | 0.00043516684 | |
| 15835940 | 2 years ago | | | 0 | 0.00046135468 | |
| 15833185 | 2 years ago | | | 0 | 0.0016005409 | |
| 15808246 | 2 years ago | | | 0 | 0.00029627068 |
ABI
ABI objects
Getter at block 21125834
MAX_SUPPLY() view returns (uint256)
444
MINT_PRICE() view returns (uint256)
0
OGMerkleRoot() view returns (bytes32)
0xa1687e9a717107c46f5ffb0a2cec0a5d0ae33fe688ddf7da54adc1dc7dd1c4d2
REVEALED() view returns (bool)
true
WLMerkleRoot() view returns (bytes32)
0x1f71445aa9d923a4e9eebbb2efcabd9fec3dfa43f61c10e4c382c77e8159bb4a
name() view returns (string)
COOL SKULL CLUB CYRSTALS
owner() view returns (address)
0xcfd88ca23efd0868dad8c64d638e09300f3237bf
pStatus() view returns (uint8)
4
symbol() view returns (string)
CSCC
totalSupply() view returns (uint256)
444
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)
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 OGMint(uint256 _mintAmount, bytes32[] _OGMerkleProof)
WLMint(bytes32[] _WLMerkleProof)
approve(address to, uint256 tokenId)
publicMint()
renounceOwnership()
reserveNFT(address _to, uint256 _amount)
restart()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setOGMerkleRoot(bytes32 _root)
setOGMint()
setPublicMint()
setRevealed(bool _revealStatus)
setSoldOut()
setWLMerkleRoot(bytes32 _root)
setWLMint()
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()