This contract is being backfilled. You may encounter incomplete storage history.

Bitties

Verified contract

Active on Ethereum with 1,013 txns
Deployed by via 0x60d06f38 at 15225013
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Bitties"

0x185f10331d02d626ffa79cd6c527262be205730475055d76cce76717d5c17758
0x1df7867040779f7aaf24e3e8f797e982153269e5709501ded8f3e43cfb67924f
0x69c7c7ddd1b9013e50e52e618cfd9e153e1477bae99de194d06158234e3fc1ad
0x20e2e3b3b3d0bb3cb4c3838be81ca1c5d3f65ef17d764e7bbbc3601ae34ecf37
0xa3656f2f63d97935af0ac3b3e10bf24ef9c7fdcaebcf96a32007de26ba14261e
0x84440f4a36b2721f6cfb4d67ece3b612edbca9a1b6713a46112c09098fedfc1c
0xd7806334f696d375b7feda5b382169574cc0878e153997802336149eec23c4da
0x591d96b30e00b31b0b0ee8efbbe846645d2cc9673dbdd81919761506a5ee9232
0x32a66847065d1ab28ec71d0f3eb870783c4e00bc00840cdaf32e706f34ea02f5
0x07df28d19e96b995a2ca9704641aefc26962d88af709fdcc04d761371da90678

Functions
Getter at block 21214759
MAX_PUBLIC_BITTIES(view returns (uint256)
5222
MAX_TOKEN_PER_TXN(view returns (uint256)
5
MAX_WL_BITTIES(view returns (uint256)
333
baseURI(view returns (string)
https://gateway.pinata.cloud/ipfs/QmYv9526MzuWcSBwQbV9uQXoN23XhNPVgaFwA5N3DymUHq/
freeTokens(view returns (uint256)
0
name(view returns (string)
Bitties
owner(view returns (address)
0x99cbd305cd8aa9c12dab64000d8bf2a922099eb6
saleIsActive(view returns (bool)
true
symbol(view returns (string)
BIT
tokenPrice(view returns (uint256)
9900000000000000
totalSupply(view returns (uint256)
869
whitelistMerkleRoot(view returns (bytes32)
0xa06bb2a0f2e1b1e7fb24efc5586ac0c18a5f221e752220054b91f144f12a5e05
Read-only
balanceOf(address ownerview returns (uint256)
freeAllowance(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
wlAllowance(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
flipSaleState(
freeMint(
mintToken(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setRoot(bytes32 root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(bytes32[] proofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(