HolyCows
Verified contract
Active on
Ethereum with 4,721 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 "HolyCows"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20917574 | a month ago | | | 0 | 0.00083164558 | |
| 20789029 | 2 months ago | | | 0 | 0.00028808092 | |
| 20604083 | 3 months ago | | | 0 | 0.00011031590 | |
| 20587862 | 3 months ago | | | 0 | 0.000058199860 | |
| 20445285 | 3 months ago | | | 0 | 0.000066636052 | |
| 20341989 | 4 months ago | | | 0 | 0.00045544986 | |
| 20260013 | 4 months ago | | | 0 | 0.000084798742 | |
| 20190035 | 4 months ago | | | 0 | 0.00018754291 | |
| 19880754 | 6 months ago | | | 0 | 0.00017919136 | |
| 19843966 | 6 months ago | | | 0 | 0.00020973977 |
ABI
ABI objects
Getter at block 21162566
buyLimit() view returns (uint256)
20
maxSupply() view returns (uint256)
9999
mintingEnabled() view returns (bool)
false
name() view returns (string)
HolyCows
owner() view returns (address)
0x7f8a47c9ce3c23c9f1d84c2dff0c37b8b618d39b
price() view returns (uint256)
55000000000000000
supplyCap() view returns (uint256)
5000
symbol() view returns (string)
HC
totalSupply() view returns (uint256)
5000
walletLimit() view returns (uint256)
20
whitelistEnabled() view returns (bool)
false
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mintNFTs(uint256 quantity) payable
removeWhitelist(address[] currentAddresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newUri)
setBuyLimit(uint256 newBuyLimit)
setPrice(uint256 newPrice)
setSupplyCap(uint256 newSupplyCap)
setWalletLimit(uint256 newWalletLimit)
setWhitelist(address[] newAddresses)
toggleMinting()
toggleWhitelist()
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(string _name, string _symbol, uint256 _maxSupply, uint256 _supplyCap, uint256 _price, uint256 _buyLimit, uint256 _walletLimit, string _uri, address _dev)
This contract contains no fallback and receive objects.
This contract contains no error objects.