Cash Cows Crew

Verified contract

Active on Ethereum with 2,214 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Cash Cows Crew"

0x7c39ea9b28802df298169de3aab254fd0da801ef960595ddc3b1edd6d8ae5be9
0x6da69770f62bf997e14d2ebdefcb2b7e5749a89c1a198b0a8dd4bb4a65dd46b4
0xfb74e256365df48ca951f14d9a1e2437751f7695a5dc441986e4e26399b8c888
0x1fea3fbe31e3e524258a2d999bb7ff2885dea581cfa00a4a0979fec6cd067466
0x62268f1683a54d7eda9ee69144afa6f7f5ad199f960c03267d8b4afcd2f93a06
0xee2bc4651fe0a22979ba35320006d67dc4ac135281c2613e6e6d74752e7d06d6
0xa859aa726e8b49a4142d6a310699f491ee57879786ca4ec793bc5f466acfe47a
0x97c74fe9a24b7db4d399d32fbed7eecffe1f7addcc8be498f66d8bffda214691
0xe1fd397b39879bdb9ffb26cd180fe3f38c3c84df6b7146b9319641fc5273528a
0xdf07e75b550f04e8566d4927bed1762df4d35bfa32b6206ca40fa89687919524

Functions
Getter at block 20866778
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_PER_WALLET(view returns (uint256)
9
MAX_SUPPLY(view returns (uint16)
7777
MINT_PRICE(view returns (uint256)
5000000000000000
contractURI(view returns (string)
ipfs://QmPFEvYFWzax6onEkoymEP8DGEDDwUPxBho9aDyypfP7H9
maxFreePerWallet(view returns (uint256)
1
mintOpened(view returns (bool)
false
name(pure returns (string)
Cash Cows Crew
owner(view returns (address)
0xbf77342243b2f6dfb7a0b37793b0ffdeef669bb8
royaltyPercent(view returns (uint256)
1000
symbol(pure returns (string)
MOO
totalSupply(view returns (uint256)
2943
treasury(view returns (address)
0x837844a20cfe576057b58bcf6f1556bf6795fb2f
Read-only
balanceOf(address ownerview returns (uint256)
burned(uint256view returns (address)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
minted(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
ownerTokens(address ownerview returns (uint256[])
ownsAll(address owneruint256[] tokenIdsview returns (bool)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
grantRole(bytes32 roleaddress account
mint(address recipientuint256 quantity
mint(uint256 quantitypayable 
mint(uint256 quantityuint256 maxMintuint256 maxFreebytes proofpayable 
openMint(bool yes
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setMaxFree(uint256 max
setURI(string uri
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateMetadata(address metadata
updateRoyalty(uint256 percent
updateTreasury(address splitter
withdraw(address recipient
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string previewaddress admin
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalOwnerIsOperator(
ApprovalToCurrentOwner(
BalanceQueryZeroAddress(
ERC721ReceiverNotReceived(
InvalidCall(
NonExistentToken(
NotERC721Receiver(