This contract is being backfilled. You may encounter incomplete storage history.

HollyDAO

Verified contract

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

No balances found for "HollyDAO"

0xd0a0718962cf080defa5627b1277df153243779121784276ee8f464751c911fa
0x5fc6655e0ba025f12cfe62775a04badae9095827538381b0825b01e4bdb9a55e
0x76f992a7752816a9161ce8c80a587638b860cca24cb82ace6aa946a542bc600e
From
0xa658b6c4e84dd57655eb804e2c8ad548e4a726d22933d4fbd3e1543431499da1
0xd927b005110e6fe8f977504e43867f3238a1258d0ef45d9b68ed52da2a7acc38
From
0xe5d2b2adc2dd4927da991da55895c55b4265b0dc8e4a773bb50ad9f9e01546c7
0x36a8afd713f1c0296cbc2d7419f8dad288039c34233a8a1debee100a3eb4ab48
0x06b935e5979f57ca5b2882679d3d34681b052a5ec17ee6659be5b8614b182367
0x54bf5f574c1b2f6b77a76e7700b15c95f9e8980a61f85de2cd18c99c3d682b17
0xe3f9e53c25b40a0adf4869cfb262a5868e958c7ae75dd986d1a2cc068fa085ea

Functions
Getter at block 20793699
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_baseURL(view returns (string)
ipfs://QmUpci831DwN4q5axz1kxHcDT8db45x5KyQbtx9bSKynjC/
contractURI(pure returns (string)
isMetadataFinal(view returns (bool)
false
isPublicMint(view returns (bool)
true
maxFree(view returns (uint256)
2
maxPerWallet(view returns (uint256)
10
maxSupply(view returns (uint256)
1000
name(view returns (string)
HollyDAO
owner(view returns (address)
0x3989027067e77bd2ca83608116d820b8481e5931
prerevealURL(view returns (string)
publicPrice(view returns (uint256)
5000000000000000
symbol(view returns (string)
HOLLY
totalSupply(view returns (uint256)
1000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
devMint(address touint256 count
finalizeMetadata(
mint(uint256 countpayable 
renounceOwnership(
reveal(string url
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setFree(uint256 newFree
setMaxSupply(uint256 newMaxSupply
setPublicPrice(uint256 _price
togglePublicState(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(