Bit-Cows

Verified contract

Active on Ethereum with 324 txns
Deployed by via 0x96bb3798 at 15420591
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Bit-Cows"

0x5a28808e5f0ff3a3223e1896eaa94282a402fdd496a66f96b489ba25b112457a
0xd2347098b96a797c14f1d2036c28c02da36d1abfcd66f965e19dce694ef1f6ea
0x882997173229de2369a8516be5be2c2b76d6d90bf9fefc9a617f6caabc6896cc
0xc156c553650a675cb56022c5357988c6607a86275b6294e6a09b147e923e22f0
0x74f1f97a9569fc60b086d2bc8206fb267f5bed8b701053c36644fff7eb907f79
From
0x5b77c5867d8ba6fe530b338248e885847db28abba0ce92f0d251c9344fec5b13
0xf7ff4536130a505f195a15686f4ffb2b192a7fea82fd9a8bfd8ba5384dea450d
0x25921a06760f90fad85f307948cb658221cb67bcd8cd9ebc76be5d9d8b6493a9
0x6418b9bc71959ceafad3bfebeab69cd8f2b57bd9a71fa2f9f11f4945eb22489d
0x5100fed0644decc311778a5351118c431c00b4becfc1ea572e072f7d4d77835a

Functions
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 ownerview returns (uint256)
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)
State-modifying
approve(address touint256 tokenId
flipSale(
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(