Bitties
Verified contract
Active on
Ethereum with 1,013 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 "Bitties"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20982347 | a month ago | | | 0 | 0.00022841060 | |
| 20982346 | a month ago | | | 0 | 0.00022345359 | |
| 19746104 | 7 months ago | | | 0 | 0.00013198870 | |
| 18086922 | a year ago | | | 0 | 0.00082395158 | |
| 18053830 | a year ago | | | 0.0198 | 0.00078921506 | |
| 18051089 | a year ago | | | 0.0099 | 0.00077336124 | |
| 18051070 | a year ago | | | 0.0198 | 0.00099858409 | |
| 18049757 | a year ago | | | 0 | 0.00081097433 | |
| 17431552 | a year ago | | | 0 | 0.00067958122 | |
| 17058781 | 2 years ago | | | 0.0198 | 0.0014887535 |
ABI
ABI objects
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 owner) view returns (uint256)
freeAllowance(address) view returns (bool)
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)
wlAllowance(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
freeMint()
mintToken(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setRoot(bytes32 root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] proof) payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()