Cranky Crocz
Verified contract
Active on
Ethereum with 975 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 "Cranky Crocz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16029181 | 2 years ago | | | 0 | 0.00062009521 | |
| 15681459 | 2 years ago | | | 0 | 0.00020029351 | |
| 15377574 | 2 years ago | | | 0 | 0.00027119284 | |
| 15336776 | 2 years ago | | | 0 | 0.00030640935 | |
| 15294871 | 2 years ago | | | 0 | 0.00014328696 | |
| 15291617 | 2 years ago | | | 0 | 0.00088168223 | |
| 15290440 | 2 years ago | | | 0 | 0.00035387870 | |
| 15287467 | 2 years ago | | | 0 | 0.00034177120 | |
| 15281302 | 2 years ago | | | 0 | 0.00039716871 | |
| 15280488 | 2 years ago | | | 0 | 0.0011171286 |
ABI
ABI objects
Getter at block 21321088
maxMintable() view returns (uint256)
888
maxSupply() view returns (uint256)
888
name() view returns (string)
Cranky Crocz
owner() view returns (address)
0x1cf4b6c25ac53cb5990f52d2fd66341457e2de01
paused() view returns (bool)
false
symbol() view returns (string)
CCROCZ
totalSupply() view returns (uint256)
888
Read-only
balanceOf(address owner) view returns (uint256)
freeMintedCount(address owner) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
batchBurn(uint256[] tokenids)
burn(uint256 tokenId, uint8 v, bytes32 r, bytes32 s)
devMint(uint256 _mintAmount, address _receiver)
flipSale(bool _state)
freeMint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseUri)
setMaxMintable(uint256 _maxMintable)
setMaxSupply(uint256 _maxSupply)
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()
InvalidSignarure()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()