WarKitten
Verified contract
Active on
Ethereum with 14,530 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
-
variable spans 8 additional slots
-
variable spans 3 additional slots
4 additional
variables
Balances ($330.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.103173 | $3,201.04 |
$330.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21093050 | 10 days ago | | | 0 | 0.00029700611 | |
| 21073820 | 12 days ago | | | 0 | 0.00067796597 | |
| 20945142 | a month ago | | | 0 | 0.00027885200 | |
| 20932190 | a month ago | | | 0 | 0.00041857994 | |
| 20893756 | a month ago | | | 0 | 0.00039338370 | |
| 20248589 | 4 months ago | | | 0 | 0.00015068763 | |
| 20229073 | 4 months ago | | | 0 | 0.00012125816 | |
| 20229073 | 4 months ago | | | 0 | 0.00013078602 | |
| 20220695 | 4 months ago | | | 0 | 0.00012338177 | |
| 20220695 | 4 months ago | | | 0 | 0.00021696681 |
ABI
ABI objects
Getter at block 21161301
COMMUNITY_SALE_PRICE() view returns (uint256)
77000000000000000
MAX_GIFTED_KITTENS() view returns (uint256)
400
MAX_KITTENS() view returns (uint256)
9500
MAX_KITTENS_PER_WALLET() view returns (uint256)
4
PUBLIC_SALE_PRICE() view returns (uint256)
88000000000000000
communityFirstClaimMerkleRoot() view returns (bytes32)
0x8e6a4e4398c507d2b1e2bb2e98a8224ec5574a621f8a87dbdac48367e6062655
communitySecondClaimMerkleRoot() view returns (bytes32)
0x30f97f352a57449f389320d27ae819fa53e0d5c94e2094db2b40f32313117744
getNextTokenId() view returns (uint256)
9501
hasShifted() view returns (bool)
true
isCommunitySaleActive() view returns (bool)
false
isPublicSaleActive() view returns (bool)
false
isRevealed() view returns (bool)
true
metadataOffset() view returns (uint256)
4069
name() view returns (string)
WarKitten
numGiftedKittens() view returns (uint256)
400
owner() view returns (address)
0x5faef84da5861be0fb0733b34a0552d4ba683d59
renderer() view returns (address)
0x593cf9d427bd8abfdaab59bf38e4c60c384273d5
royaltyPercent() view returns (uint8)
0
symbol() view returns (string)
KITTEN
tokenCounter() view returns (uint256)
9500
Read-only
balanceOf(address) view returns (uint256)
claimedFirst(address) view returns (bool)
claimedSecond(address) view returns (bool)
getApproved(uint256) view returns (address)
getKitten(uint256 tokenId) view returns (struct IKittenKitten)
getOwner(uint256 tokenId) view returns (address)
getTrait(uint256 tokenId, uint8 trait) view returns (uint8)
isApprovedForAll(address, address) view returns (bool)
kittens(uint256) view returns (uint8 background, uint8 body, uint8 clothes, uint8 ears, uint8 eyes, uint8 head, uint8 neck, uint8 special, uint8 weapon)
ownerOf(uint256) view returns (address)
publicSaleParticipants(address) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
specialMode(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 tokenId) view returns (string)
traitAliases(uint256, uint256) view returns (uint16)
traitRarities(uint256, uint256) view returns (uint16)
State-modifying
Events approve(address spender, uint256 id)
deSauce()
giftKittens(address[] addresses)
mint(uint256 amount, address to) payable
mintCommunitySale(address to, bytes32[] merkleProof) payable
renounceOwnership()
reserveForGifting(uint256 amount)
resetMetadataOffset()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setAdmin(address admin, bool isAdmin)
setApprovalForAll(address operator, bool approved)
setFirstCommunityListMerkleRoot(bytes32 merkleRoot)
setIsCommunitySaleActive(bool _isCommunitySaleActive)
setIsPublicSaleActive(bool _isPublicSaleActive)
setKittenMode(uint256 tokenId, bool special)
setMetadataOffset(uint256 offset)
setRenderer(address _renderer)
setRevealed()
setRoyaltyPercentage(uint8 percent)
setSecondCommunityListMerkleRoot(bytes32 merkleRoot)
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
updateTrait(uint256 tokenId, uint8 trait, uint8 value)
withdraw()
withdrawTokens(address token)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
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 id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.