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 "Bit-Cows"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16777958 | 2 years ago | | | 0 | 0.00097890475 | |
| 16755606 | 2 years ago | | | 0 | 0.0013607808 | |
| 16755323 | 2 years ago | | | 0 | 0.0013112775 | |
| 15903236 | 2 years ago | | | 0 | 0.00059610498 | |
| 15788686 | 2 years ago | | | 0 | 0.00086823021 | |
| 15783528 | 2 years ago | | | 0 | 0.0030659497 | |
| 15432888 | 2 years ago | | | 0 | 0.00033770970 | |
| 15426686 | 2 years ago | | | 0 | 0.00018062622 | |
| 15422640 | 2 years ago | | | 0 | 0.00035799060 | |
| 15421684 | 2 years ago | | | 0 | 0.00033537023 |
ABI
ABI objects
Getter at block 21211472
maxFreePerWallet() view returns (uint256)
5
maxPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
888
mintEnabled() view returns (bool)
true
name() view returns (string)
Bit-Cows
owner() view returns (address)
0x9e23e5f27f5ab5d0d3fed586659008ef7523c9d1
price() view returns (uint256)
1000000000000000
symbol() view returns (string)
BitCows
totalFree() view returns (uint256)
300
totalSupply() view returns (uint256)
888
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSale()
mint(uint256 count) 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 uri)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()