HDGenerator
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
14
Slot
XX
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
Balances ($0.00)
No balances found for "HDGenerator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "HDGenerator"
ABI
ABI objects
Getter at block 21328482 getConversionRate() view returns (uint256)
baseTokenURI() view returns (string)
contractURI() view returns (string)
currentState() view returns (uint8)
0
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events adminMint(address _receiver, uint256 _mintQuantity)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
initialize(string _name, string _symbol, string _baseTokenURI, string _contractURI, address _priceFeedContract, address _royaltyReceiver, uint96 _royaltyFeesInBips, uint96 _mintPrice, uint96 _maxSupply, bool _revealed)
mintForAddress(address _receiver, uint256 _mintQuantity) payable
renounceOwnership()
revealCollection(string _newUri)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _contractURI)
setMintPrice(uint96 _newPriceInUSD)
setPriceFeed(address _priceFeedContract)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateState(uint8 _state)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
MintPriceSet(uint96 priceInUSD)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltyInfoSet(address receiver, uint256 royaltyFeesInBips)
StateSwitch(uint8 newState)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UriPrefixSet(string baseTokenURI)
Withdraw(uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyRevealed()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidAmount(uint256 required)
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotAllowedInCurrentState()
NotEnoughTokensAvailable()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()