The KittyButts
Verified contract
Active on
Ethereum with 6,332 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BUTTS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21305101 | 11 days ago | | | 0 | 0.00021546103 | |
| 21252424 | 18 days ago | | | 0 | 0.00055395006 | |
| 21209039 | 24 days ago | | | 0 | 0.00025837330 | |
| 21140206 | a month ago | | | 0 | 0.00048560702 | |
| 21134049 | a month ago | | | 0 | 0.00043428828 | |
| 21081806 | a month ago | | | 0 | 0.00038223457 | |
| 20919367 | 2 months ago | | | 0 | 0.00030283293 | |
| 20904972 | 2 months ago | | | 0 | 0.00010924762 | |
| 20901192 | 2 months ago | | | 0 | 0.00030950366 | |
| 20897571 | 2 months ago | | | 0 | 0.00015364196 |
ABI
ABI objects
Getter at block 21383004
MAX_KITTIES() view returns (uint256)
10000
REVEAL_TIMESTAMP() view returns (uint256)
1628290800
getPrice() view returns (uint256)
20000000000000000
maxPurchase() view returns (uint256)
10
name() view returns (string)
The KittyButts
owner() view returns (address)
0x69b630b2dc0ec30258494435cc3d28c2167d5053
saleIsActive() view returns (bool)
true
startingIndex() view returns (uint256)
6520
startingIndexBlock() view returns (uint256)
12940166
symbol() view returns (string)
BUTTS
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(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)
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)
emergencySetStartingIndexBlock()
flipSaleState()
mintKittyButt(uint256 numberOfTokens) payable
renounceOwnership()
reserveTokens(uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setPrice(uint256 _newPrice)
setRevealTimestamp(uint256 revealTimeStamp)
setStartingIndex()
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, uint256 maxNftSupply, uint256 saleStart)
This contract contains no fallback and receive objects.
This contract contains no error objects.