The latest block we've processed for this chain is 20898095, which is 3 minutes old. We're running behind the tip but working to resolve the issue.

IndelibleGenerative

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x2a490ce1 at 17327456
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
2 additional variables

No balances found for "IndelibleGenerative"

No transactions found for "IndelibleGenerative"


Functions
Getter at block 20898094
baseSettings(view returns (uint256 maxPerAddressuint256 publicMintPriceuint256 allowListPriceuint256 maxPerAllowListbytes32 merkleRootbytes32 tier2MerkleRootbool isPublicMintActivebool isAllowListActivebool isContractSealedstring descriptionstring placeholderImagestring backgroundColor)
(maxPerAddress=0, publicMintPrice=0, allowListPrice=0, maxPerAllowList=0, merkleRoot=0x0000000000000000000000000000000000000000000000000000000000000000, tier2MerkleRoot=0x0000000000000000000000000000000000000000000000000000000000000000, isPublicMintActive=false, isAllowListActive=false, isContractSealed=false, description=, placeholderImage=, backgroundColor=)
baseURI(view returns (string)
collectorFee(view returns (uint256)
0
isRevealed(view returns (bool)
false
maxSupply(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
checkProHolder(address collectorview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getLinkedTraits(uint256 layerIndexuint256 traitIndexview returns (uint256[])
hashToMetadata(string _hashview returns (string)
hashToSVG(string _hashview returns (string)
isApprovedForAll(address owneraddress operatorview returns (bool)
onAllowList(address addruint256 maxbytes32[] merkleProofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenIdToHash(uint256 tokenIdview returns (string)
tokenIdToSVG(uint256 tokenIdview returns (string)
tokenURI(uint256 tokenIdview returns (string)
traitData(uint256 layerIndexuint256 traitIndexview returns (bytes)
traitDetails(uint256 layerIndexuint256 traitIndexview returns (struct Trait)
withdrawRecipients(uint256view returns (address recipientAddressuint256 percentage)
State-modifying
addLayer(uint256 indexstring nameuint256 primeNumberstruct TraitDTO[] _traitsuint256 _numberOfLayers
addTrait(uint256 layerIndexuint256 traitIndexstruct TraitDTO _trait
airdrop(uint256 countaddress[] recipientspayable 
approve(address touint256 tokenIdpayable 
initialize(string _namestring _symboluint256 _maxSupplystruct BaseSettings _baseSettingsstruct RoyaltySettings _royaltySettingsstruct WithdrawRecipient[] _withdrawRecipientsaddress _proContractAddressaddress _collectorFeeRecipientuint256 _collectorFeeaddress _deployeraddress _operatorFilter
mint(uint256 countuint256 maxbytes32[] merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
sealContract(
setAllowListPrice(uint256 allowListPrice
setApprovalForAll(address operatorbool approved
setBackgroundColor(string backgroundColor
setBaseURI(string uri
setHashOverride(uint256 tokenIdstring tokenHash
setLinkedTraits(struct LinkedTraitDTO[] _linkedTraits
setMaxPerAddress(uint256 maxPerAddress
setMaxPerAllowList(uint256 maxPerAllowList
setMerkleRoot(bytes32 merkleRoot
setPlaceholderImage(string placeholderImage
setPublicMintPrice(uint256 publicMintPrice
setRenderOfTokenId(uint256 tokenIdbool renderOffChain
setRevealSeed(
toggleAllowListMint(
togglePublicMint(
toggleWrapSVG(
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
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
MetadataUpdate(uint256 _tokenId
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(
InvalidInput(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotAuthorized(
NotAvailable(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(