Catshit Crazy NFT
Verified contract
Active on
Ethereum with 5,839 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 "Catshit Crazy NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274826 | 6 days ago | | | 0 | 0.00048259606 | |
| 21274519 | 7 days ago | | | 0 | 0.00027354671 | |
| 21274457 | 7 days ago | | | 0 | 0.00031433871 | |
| 21230538 | 13 days ago | | | 0 | 0.00086550259 | |
| 20929237 | 2 months ago | | | 0 | 0.0025814326 | |
| 20901001 | 2 months ago | | | 0 | 0.00091516210 | |
| 20614968 | 3 months ago | | | 0 | 0.000034589800 | |
| 20596012 | 3 months ago | | | 0 | 0.000038641614 | |
| 20547355 | 4 months ago | | | 0 | 0.000051191603 | |
| 20453628 | 4 months ago | | | 0 | 0.000046595424 |
ABI
ABI objects
Getter at block 21321167
_freemintStartDate() view returns (uint256)
1630008000
_freemintStopDate() view returns (uint256)
1630051200
_mintForAllStartDate() view returns (uint256)
1630080000
getCurrentMintLimit() pure returns (uint8)
20
getCurrentPrice() pure returns (uint64)
42000000000000000
maxSupply() view returns (uint16)
10069
name() view returns (string)
Catshit Crazy NFT
owner() view returns (address)
0x2ed06d10fc6cb03db3f2d7a94914f9d2fbe9f8e5
symbol() view returns (string)
CSC
totalSupply() view returns (uint256)
10069
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFreeMintableCount(address userAddress) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint8 _quantityToMint) payable
mintForPreOwners(uint8 _quantityToMint)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newbaseTokenURI)
setFreemintStartDate(uint256 startDate)
setFreemintStopDate(uint256 stopDate)
setFrensAddress(address frensAddress)
setMintForAllStartDate(uint256 startDate)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.