CrankyCritters
Verified contract
Active on
Ethereum with 5,394 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4897…cbd6
Balances ($15.16)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 1.008 | $15.04 |
$15.16 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21192719 | 4 days ago | | | 0 | 0.00067405373 | |
| 21105141 | 16 days ago | | | 0 | 0.00022517325 | |
| 21083909 | 19 days ago | | | 0 | 0.00021004706 | |
| 20760349 | 2 months ago | | | 0 | 0.000087188547 | |
| 20660712 | 3 months ago | | | 0 | 0.000024479686 | |
| 20656632 | 3 months ago | | | 0 | 0.000073195244 | |
| 20656545 | 3 months ago | | | 0 | 0.000029510766 | |
| 20656544 | 3 months ago | | | 0 | 0.000051867407 | |
| 20639823 | 3 months ago | | | 0 | 0.000061494183 | |
| 20607133 | 3 months ago | | | 0 | 0.000063361868 |
ABI
ABI objects
Getter at block 21221923
CC_ENRAGED() view returns (uint256)
100
CC_MAX() view returns (uint256)
6000
CC_MAX_ENRAGED() view returns (uint256)
100
NUMBEROFDOOMED() view returns (uint256)
3
PROVENANCE_HASH() view returns (string)
72a30f3d9be178d32c24f16833898e96e46910d04c3c4a822f0075fbfe4af729
PURCHASE_LIMIT() view returns (uint256)
6
_brAdress() view returns (address)
0x43cec3dde5902299e798e842a9ea54ee9cb8d2cc
isPreSaleActive() view returns (bool)
true
isPublicSaleActive() view returns (bool)
true
name() view returns (string)
CrankyCritters
offsetIndex() view returns (uint256)
286
owner() view returns (address)
0x0e51f9755596c1fae8349987dc620866700ac7a6
symbol() view returns (string)
CC
totalEnragedSupply() view returns (uint256)
79
totalSupply() view returns (uint256)
6000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 quantity) view returns (uint256)
getWalletMintCount(address addr) view returns (uint256)
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)
walletOfOwner(address address_) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
battleRoyale(uint256[] doomed)
mint(uint8 numberOfTokens) payable
presalemint(uint8 numberOfTokens, bytes32[] proof) payable
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
renounceOwnership()
reserveTokens(uint8 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setBrAddress(address brAdress)
setPrice(uint256 _newPrice)
setultraCrankyURI(string URI)
toggleIsActive()
togglePresaleActive()
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(string name, string symbol, string baseTokenUri, address _VRFCoordinator, address _LinkToken, bytes32 _keyhash, address _allowListContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.