HDGenerator

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x1cfae124 at 15752951
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots

No balances found for "HDGenerator"

No transactions found for "HDGenerator"


Functions
Getter at block 21328482
baseTokenURI(view returns (string)
contractURI(view returns (string)
currentState(view returns (uint8)
0
 
getConversionRate(view returns (uint256)
isRevealed(view returns (bool)
false
maxSupply(view returns (uint96)
0
mintPrice(view returns (uint96)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalBurned(view returns (uint256)
0
totalSupply(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
adminMint(address _receiveruint256 _mintQuantity
approve(address touint256 tokenId
burn(uint256 tokenId
initialize(string _namestring _symbolstring _baseTokenURIstring _contractURIaddress _priceFeedContractaddress _royaltyReceiveruint96 _royaltyFeesInBipsuint96 _mintPriceuint96 _maxSupplybool _revealed
mintForAddress(address _receiveruint256 _mintQuantitypayable 
renounceOwnership(
revealCollection(string _newUri
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setContractURI(string _contractURI
setMintPrice(uint96 _newPriceInUSD
setPriceFeed(address _priceFeedContract
setRoyaltyInfo(address _receiveruint96 _royaltyFeesInBips
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateState(uint8 _state
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
Initialized(uint8 version
MintPriceSet(uint96 priceInUSD
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoyaltyInfoSet(address receiveruint256 royaltyFeesInBips
StateSwitch(uint8 newState
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
UriPrefixSet(string baseTokenURI
Withdraw(uint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyRevealed(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidAmount(uint256 required
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotAllowedInCurrentState(
NotEnoughTokensAvailable(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(