IndeliblePro

Verified contract

Active on Ethereum with 859 txns
Deployed by via 0x1c293de3 at 16528355
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables

No balances found for "IndeliblePro"

0x9bab2806158cd042a8faefa51e87595031dc651f2fe2952c5ce7fa4582690d9a
0x71723b5bf57b393b5908b398f7c65853d3c56bd95921fed0f23e068c8fbaf05d
0x514ca5f2f3b6ec9d86e55ee930f37ed764c23fb79b225f2f7fe447f8886a323c
0xd8d5a334b1e995b74b6706df1204bbd88d32d0df30646dde2e6e3721ba91b2ad
0x39dd6a1b2f0186d23104fb8b4781f346c204d54f9c3a854d9ef8a3557e2c98ec
0xbdc0f75805a3f4ed07d307234f6d6371c2d8e170ced9d6dc65bd5c61e8f72bbf
0xead0ffd7b8eaa908bb8dc585b82a948440dfb51c00ae028f816bbc2d5145d596
0xaf9f2c3738b0375fb4d96e0ef61d4d1c8150e9d89312d8f46dcb3080762ce93d
0x8abe1730df2d66c984f4152e137fb602cabd9ce9ca33a1e57e86af95a67b3e5f
0x4301c9252cb69b3a0b0b589a537e3986dd92af76b1f049eb557c70149638c719

Functions
Getter at block 20892117
DEFAULT_APPROVAL_LIFESPAN(view returns (uint128)
2592000
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
OnChainKevin(view returns (address)
0x17b19c70bfca098da3f2efef6e7fa3a1c42f5429
baseURI(view returns (string)
burnedKevinsContractAddress(view returns (address)
0xfd342f132ca386c238217ce75f94635fe39b9cbb
 
contractData(view returns (string namestring descriptionstring imagestring bannerstring websiteuint256 royaltiesstring royaltiesRecipient)
 
contractURI(view returns (string)
isAllowListMintActive(view returns (bool)
false
isMintActive(view returns (bool)
true
isPublicMintActive(view returns (bool)
false
isTier2MintActive(view returns (bool)
true
maxPerWallet(view returns (uint256)
1
maxSupply(pure returns (uint256)
4000
maxSupplyTier1Limit(view returns (uint256)
2000
mintPrice(view returns (uint256)
350000000000000000
name(view returns (string)
IndeliblePro
owner(view returns (address)
0x2c8a146ed7c8f7e70049e43abc1874f0c145902f
renderContractAddress(view returns (address)
0x57f2f5f125bd956f577f969f2b8774173fa6d7d0
symbol(view returns (string)
INDELIBLEPRO
totalSupply(view returns (uint256)
631
totalTier1Minted(view returns (uint256)
5
totalTier2Minted(view returns (uint256)
626
Read-only
approvalLifespans(addressview returns (uint128)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
onAllowList(address addrbytes32[] merkleProofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(uint256 countaddress recipientpayable 
approve(address touint256 tokenId
burnToMint(uint256[] tokenIdsaddress recipient
mint(uint256 countbytes32[] merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setApprovalLifespanDays(uint128 lifespanDays
setBaseURI(string uri
setBurnedKevinsContract(address contractAddress
setContractData(struct IndelibleProContractData data
setMaxPerWallet(uint256 max
setMaxSupplyTier1Limit(uint256 limit
setMerkleRoot(bytes32 newMerkleRoot
setMintPrice(uint256 price
setOnChainKevinContract(address contractAddress
setRenderContract(address contractAddress
toggleAllowListMint(
togglePublicMint(
toggleTier2Mint(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive
receive(
Errors
OperatorNotAllowed(address operator